summaryrefslogtreecommitdiff
path: root/libavcodec/adx.h
Commit message (Expand)AuthorAge
* lavc: remove obsolete and disabled avpriv functionsAnton Khirnov2014-08-09
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-09
* adxenc: alloc/free coded_frame instead of keeping it in the ADXContextJustin Ruggles2013-02-12
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-26
* adx: add an ADX parser.Justin Ruggles2011-11-26
* adx: move header decoding to ADX common codeJustin Ruggles2011-11-26
* adx: calculate correct LPC coeffsJustin Ruggles2011-11-26
* adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles2011-11-26
* adx: remove unneeded post-decode channel interleavingJustin Ruggles2011-11-26
* adx: rename struct PREV to ADXChannelStateJustin Ruggles2011-11-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* split adx encoder in its own fileAurelien Jacobs2007-11-01