summaryrefslogtreecommitdiffstats
path: root/libavcodec/eac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker2014-02-151-1/+0
* eac3: cosmetics, re-indent.Tim Walker2014-01-191-2/+2
* (e)ac3: clip surround mix level indexes.Tim Walker2014-01-191-2/+2
* (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-191-5/+5
* ac3: set default matrix encoding modes in parse_frame_header.Tim Walker2014-01-191-5/+0
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-051-2/+8
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-4/+4
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-231-1/+1
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-1/+1
* eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau2012-02-091-1/+1
* cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles2011-07-191-1/+1
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-301-10/+95
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-231-0/+1
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-5/+5
* eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bitJustin Ruggles2009-05-251-2/+2
* 10l: typing mistake in r18888Justin Ruggles2009-05-211-1/+1
* eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles2009-05-211-1/+1
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-211-5/+7
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-211-20/+18
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-171-18/+20
* Add documentation about missing E-AC-3 features.Justin Ruggles2009-03-171-0/+28
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-071-3/+4
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-081-5/+6
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-061-0/+1
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-061-1/+1
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-105/+8
* add support for spectral extensionJustin Ruggles2008-11-131-8/+105
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-311-12/+12
* use correct table nameJustin Ruggles2008-08-311-1/+1
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-311-3/+1
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-311-2/+1
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-301-0/+411
* change eac3dec.c license to LGPLJustin Ruggles2008-08-241-4/+4
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-231-0/+80
OpenPOWER on IntegriCloud