]> git.sesse.net Git - ffmpeg/history - libavcodec/adx.h
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / adx.h
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-26 Justin Rugglesadx: rename ff_adx_decode_header() to avpriv_adx_decode...
2011-11-26 Justin Rugglesadx: add an ADX parser.
2011-11-26 Justin Rugglesadx: move header decoding to ADX common code
2011-11-26 Justin Rugglesadx: calculate correct LPC coeffs
2011-11-26 Justin Rugglesadx: use 12-bit coefficients instead of 14-bit to avoid...
2011-11-26 Justin Rugglesadx: remove unneeded post-decode channel interleaving
2011-11-26 Justin Rugglesadx: rename struct PREV to ADXChannelState
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-11-01 Aurelien Jacobssplit adx encoder in its own file