summaryrefslogtreecommitdiff
path: root/libavcodec/gsm.h
Commit message (Collapse)AuthorAge
* gsm.h: Fix project referenceMichael Niedermayer2012-02-01
| | | | | | The code in this file is copy and pasted from FFmpegs libavcodec/libgsm.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add GSM parserJustin Ruggles2012-01-11
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.