summaryrefslogtreecommitdiffstats
path: root/libavcodec/gsmdec_template.c
Commit message (Collapse)AuthorAgeFilesLines
* gsm: Move requant_tab table to the gsm tables fileDiego Biurrun2016-06-071-8/+1
| | | | | This avoids duplicating the table in the gsm template file. Also adjust the table type to uint8_t to save space.
* MSN Audio supportKostya Shishkov2013-11-261-6/+15
| | | | | | | This is essentially a MS GSM decoder extension that supports more sampling rates and lower bitrates. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avcodec: add GSM parserJustin Ruggles2012-01-111-0/+1
| | | | | The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-021-0/+150
bitstream endianness, so they cannot reuse the same code without a lot of function call overhead. Thus use templating to compile two different binaries. Originally committed as revision 25312 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud