summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_parser.c
Commit message (Expand)AuthorAgeFilesLines
* vorbis_parser: Move vp check to avoid a null pointer dereferenceMichael Niedermayer2014-11-251-2/+2
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-061-5/+19
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-061-7/+47
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-061-7/+7
* vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-061-20/+28
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+270
OpenPOWER on IntegriCloud