]> git.sesse.net Git - ffmpeg/history - libavcodec/g722dec.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / g722dec.c
2015-02-20 Peter Meerwaldlibavcodec: Make use of av_clip functions
2015-02-15 Peter Meerwaldg722: Reduce number of pointers passed to g722_apply_qm...
2015-02-15 Peter Meerwaldg722: Split out g722_qmf_apply() function into g722dsp.c
2013-10-28 Martin Storsjög722dec: Change bits_per_codeword to the right option...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesg722: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
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