summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparsecelt.c
Commit message (Collapse)AuthorAgeFilesLines
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-241-0/+1
| | | | Not having the header for a codec is a tell-tale of a broken file.
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
| | | | It's supposed to be called only from (de)muxers.
* ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles2011-10-031-1/+0
|
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-261-0/+96
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
OpenPOWER on IntegriCloud