summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_parser.c
Commit message (Expand)AuthorAge
* vorbis_parser: Move vp check to avoid a null pointer dereferenceMichael Niedermayer2014-11-25
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-06
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-06
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-06
* vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-06
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03