]> git.sesse.net Git - ffmpeg/history - libavcodec/g722enc.c
vp9: split superframes in the filtering stage before actual decoding
[ffmpeg] / libavcodec / g722enc.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
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
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2012-10-09 Janne Grunaug722enc: fix size argument in memset
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-20 Justin Rugglesg722enc: use AVCodec.encode2()
2012-03-02 Martin Storsjög722: Fix the QMF scaling
2012-02-25 Justin Rugglesg722enc: check for trellis data allocation error
2012-01-07 Justin Rugglesg722enc: validate AVCodecContext.trellis
2012-01-07 Justin Rugglesg722enc: set frame_size, and also handle an odd number...
2012-01-07 Justin Rugglesg722enc: split encoding into separate functions for...
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-05 Sjoerd Simonsg722: Change bits per sample to 4
2011-10-23 Justin Rugglesg722: split decoder and encoder into separate files