Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSN Audio support | Kostya Shishkov | 2013-11-26 | 1 | -1/+2 |
| | | | | | | | This is essentially a MS GSM decoder extension that supports more sampling rates and lower bitrates. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
| | |||||
* | gsm parser: set duration | Justin Ruggles | 2012-02-20 | 1 | -2/+12 |
| | |||||
* | avcodec: add GSM parser | Justin Ruggles | 2012-01-11 | 1 | -0/+79 |
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. |