]> git.sesse.net Git - ffmpeg/history - libavcodec/g722dec.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / g722dec.c
2012-11-01 Justin Rugglesg722dec: set channel layout at initialization instead...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-02 Martin Storsjög722: Fix the QMF scaling
2011-12-05 Martin Storsjög722dec: Signal skipping the lower bits via AVOptions...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-25 Justin Rugglesg722dec: check output buffer size before decoding
2011-10-25 Justin Rugglesg722dec: cosmetics: reindent/linewrap
2011-10-25 Justin Rugglesg722dec: remove the use of lowres for half-rate decoding.
2011-10-23 Justin Rugglesg722: split decoder and encoder into separate files