summaryrefslogtreecommitdiff
path: root/libavcodec/gsm_parser.c
Commit message (Collapse)AuthorAge
* gsm_parser: fix infinite loopMichael Niedermayer2012-11-07
| | | | | Fixes Ticket1894 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* gsm parser: set durationJustin Ruggles2012-02-20
|
* 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.