]> git.sesse.net Git - ffmpeg/history - libavcodec/eac3dec.c
vp9: split superframes in the filtering stage before actual decoding
[ffmpeg] / libavcodec / eac3dec.c
2016-04-02 Tim Walkereac3dec: don't call avpriv_request_sample every frame.
2014-02-15 Tim Walkerac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
2014-01-19 Tim Walkereac3: cosmetics, re-indent.
2014-01-19 Tim Walker(e)ac3: clip surround mix level indexes.
2014-01-19 Tim Walker(e)ac3: parse and store the Lt/Rt and LFE mix levels.
2014-01-19 Tim Walkerac3: set default matrix encoding modes in parse_frame_h...
2014-01-05 Tim Walker(e)ac3: parse and store the Dolby Surround, Surround...
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-02-09 Janne Grunaueac3dec: replace undefined 1<<31 with INT32_MIN in...
2011-07-19 Justin Rugglescosmetics: rename eac3dec_data.c/h to eac3_data.c/h...
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-30 Carl Eugen HoyosAdd spectral extension to the E-AC-3 decoder.
2009-07-23 Diego Biurrunrefactoring: properly separate AC-3 and E-AC-3 code
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-05-25 Justin Ruggleseac3dec: get rid of unnecessary left shifts in 16-bit...
2009-05-21 Justin Ruggles10l: typing mistake in r18888
2009-05-21 Justin Ruggleseac3dec: fix bug in GAQ dequantization. large mantissas...
2009-05-21 Justin Ruggleseac3dec: make GAQ dequantization 24-bit
2009-05-21 Justin Ruggleseac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-17 Justin Ruggleseac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-03-17 Justin RugglesAdd documentation about missing E-AC-3 features.
2009-01-07 Alex ConverseFactorise enum of AC3 error types to be usable by AAC...
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-12-06 Justin Rugglesac3dec: add missing feature log message for block start...
2008-12-06 Justin Rugglesac3dec: use skip_bits_long() for block start bits
2008-11-13 Justin Rugglesrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 Justin Rugglesadd support for spectral extension
2008-08-31 Justin Rugglessimplify code and comment regarding determination wheth...
2008-08-31 Justin Rugglesuse correct table name
2008-08-31 Justin Rugglesskip converter exponent strategy for all channels at...
2008-08-31 Justin Rugglesmerge declaration and init. variable is not used outsid...
2008-08-30 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-24 Justin Ruggleschange eac3dec.c license to LGPL
2008-08-23 Justin Rugglesadd more OKed parts of the E-AC-3 decoder