summaryrefslogtreecommitdiff
path: root/libavformat/oggparsecelt.c
Commit message (Collapse)AuthorAge
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
| | | | It's supposed to be called only from (de)muxers.
* ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles2011-10-03
|
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>