summaryrefslogtreecommitdiffstats
path: root/libavcodec/g722.c
Commit message (Collapse)AuthorAgeFilesLines
* g722: Split out computation of band->s_zero and unroll codePeter Meerwald2015-02-151-18/+32
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald2015-02-151-22/+0
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-141-1/+1
| | | | Fixes several "‘static’ is not at beginning of declaration" warnings.
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-231-419/+8
|
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-141-1/+0
|
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-121-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö2010-12-211-10/+10
| | | | | | | Since SVN rev 25866, this table is used by the trellis encoder, too, not only by the decoder. Originally committed as revision 26065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* g722: Add a trellis encoderMartin Storsjö2010-12-031-0/+198
| | | | | | The structure is largely based on the trellis encoder in adpcm.c. Originally committed as revision 25866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
| | | | | | SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a G.722 encoderMartin Storsjö2010-09-231-1/+82
| | | | Originally committed as revision 25164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-091-0/+304
Originally committed as revision 25086 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud