Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-02-10eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau
2011-07-19cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-05-25eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles
2009-05-2110l: typing mistake in r18888Justin Ruggles
2009-05-21eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles
2009-05-21eac3dec: make GAQ dequantization 24-bitJustin Ruggles
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
2009-03-17Add documentation about missing E-AC-3 features.Justin Ruggles
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2008-12-06ac3dec: add missing feature log message for block start infoJustin Ruggles
2008-12-06ac3dec: use skip_bits_long() for block start bitsJustin Ruggles
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
2008-11-13add support for spectral extensionJustin Ruggles
2008-08-31simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles
2008-08-31use correct table nameJustin Ruggles
2008-08-31skip converter exponent strategy for all channels at onceJustin Ruggles
2008-08-31merge declaration and init. variable is not used outside the loop.Justin Ruggles
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-24change eac3dec.c license to LGPLJustin Ruggles
2008-08-23add more OKed parts of the E-AC-3 decoderJustin Ruggles