Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vorbis_parser: Move vp check to avoid a null pointer dereference | Michael Niedermayer | 2014-11-25 | 1 | -2/+2 |
* | lavc,lavf: switch to the new vorbis parse API | Anton Khirnov | 2014-11-06 | 1 | -5/+19 |
* | lavc: add a public API for parsing vorbis packets. | Anton Khirnov | 2014-11-06 | 1 | -7/+47 |
* | vorbis_parser: add an AV prefix to VorbisParseContext | Anton Khirnov | 2014-11-06 | 1 | -7/+7 |
* | vorbis_parser: use a dedicated AVClass for logging | Anton Khirnov | 2014-11-06 | 1 | -20/+28 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -0/+270 |