summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* vorbis_parser: Move vp check to avoid a null pointer dereferenceMichael Niedermayer2014-11-251-2/+2
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1251347
* 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
| | | | | | It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-061-7/+7
| | | | This is done in preparation for making it public.
* vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-061-20/+28
| | | | | | Currently, the API takes an external AVCodecContext, which is used only for extradata and logging. This change will allow to it to work without an AVCodecContext in the following commits.
* 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
This also allows for removing some of the Vorbis-related hacks.
OpenPOWER on IntegriCloud