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
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