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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-19cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles
be used in the E-AC-3 encoder.
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
and decoder, and vice-versa for the AC-3 encoder.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
Original patch by Justin, updated and resubmitted by Christophe Gisquet, christophe D gisquet A gmail Originally committed as revision 22734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
Originally committed as revision 19501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-25eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles
multiplication in GAQ mantissa ramapping. Originally committed as revision 18941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-2110l: typing mistake in r18888Justin Ruggles
Originally committed as revision 18890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-21eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles
decoded when the gain value is 2 or 4. Originally committed as revision 18889 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-21eac3dec: make GAQ dequantization 24-bitJustin Ruggles
Originally committed as revision 18888 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles
dequantization 24-bit in a separate commit. Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
simpler and also fixes a bug in GAQ dequantization. Originally committed as revision 18860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-17Add documentation about missing E-AC-3 features.Justin Ruggles
Originally committed as revision 18021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
will follow Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06ac3dec: add missing feature log message for block start infoJustin Ruggles
Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06ac3dec: use skip_bits_long() for block start bitsJustin Ruggles
Originally committed as revision 16019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13add support for spectral extensionJustin Ruggles
Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles
Originally committed as revision 15101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31use correct table nameJustin Ruggles
Originally committed as revision 15099 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31skip converter exponent strategy for all channels at onceJustin Ruggles
Originally committed as revision 15092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31merge declaration and init. variable is not used outside the loop.Justin Ruggles
Originally committed as revision 15090 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 15067 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24change eac3dec.c license to LGPLJustin Ruggles
Originally committed as revision 14936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23add more OKed parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 14912 to svn://svn.ffmpeg.org/ffmpeg/trunk