]> git.sesse.net Git - ffmpeg/history - libavcodec/g722.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / g722.c
2015-02-15 Peter Meerwaldg722: Split out computation of band->s_zero and unroll...
2015-02-15 Peter Meerwaldg722: Split out g722_qmf_apply() function into g722dsp.c
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2011-10-23 Justin Rugglesg722: split decoder and encoder into separate files
2011-07-14 Diego Biurrundoxygen: misc consistency cosmetics
2011-04-12 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-21 Martin Storsjög722: Move the low_inv_quant6 table up to the common...
2010-12-03 Martin Storsjög722: Add a trellis encoder
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-09-23 Martin StorsjöAdd a G.722 encoder
2010-09-09 Martin StorsjöAdd G.722 ADPCM audio decoder