OSDN Git Service

avconv: extend -vf syntax
[coroid/libav_saccubus.git] / libavcodec / eac3dec.c
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