summaryrefslogtreecommitdiff
path: root/libavcodec/g722.c
Commit message (Expand)AuthorAge
* g722: Split out computation of band->s_zero and unroll codePeter Meerwald2015-02-15
* g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald2015-02-15
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-12
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö2010-12-21
* g722: Add a trellis encoderMartin Storsjö2010-12-03
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add a G.722 encoderMartin Storsjö2010-09-23
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-09