| Commit message (Expand) | Author | Age | Files | Lines |
* | vorbis: parse out setup headers as well | Ben Boeckel | 2015-02-02 | 1 | -0/+2 |
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head... | Michael Niedermayer | 2014-12-14 | 1 | -1/+1 |
* | avcodec/vorbis_parser: Move vp check | Michael Niedermayer | 2014-11-16 | 1 | -2/+2 |
* | Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959' | Michael Niedermayer | 2014-11-06 | 1 | -5/+19 |
|\ |
|
| * | lavc,lavf: switch to the new vorbis parse API | Anton Khirnov | 2014-11-06 | 1 | -5/+19 |
* | | avcodec/export av_vorbis_parse_frame_flags() | Michael Niedermayer | 2014-11-06 | 1 | -3/+8 |
* | | Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70' | Michael Niedermayer | 2014-11-06 | 1 | -7/+47 |
|\| |
|
| * | lavc: add a public API for parsing vorbis packets. | Anton Khirnov | 2014-11-06 | 1 | -7/+47 |
* | | Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67' | Michael Niedermayer | 2014-11-06 | 1 | -8/+8 |
|\| |
|
| * | vorbis_parser: add an AV prefix to VorbisParseContext | Anton Khirnov | 2014-11-06 | 1 | -7/+7 |
* | | Merge commit '8747926' | Michael Niedermayer | 2014-11-06 | 1 | -20/+28 |
|\| |
|
| * | vorbis_parser: use a dedicated AVClass for logging | Anton Khirnov | 2014-11-06 | 1 | -20/+28 |
* | | vorbis: handle special packets in the middle of a stream | Ben Boeckel | 2013-11-13 | 1 | -2/+24 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+3 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | vorbis_parser: fix blocksize | Michael Niedermayer | 2012-05-05 | 1 | -5/+5 |
* | | oggvorbis: move handling of first packets ts from parser to muxer. | Michael Niedermayer | 2012-05-05 | 1 | -2/+1 |
* | | oggvorbisdec: redesign special handling of first frames timestamp. | Michael Niedermayer | 2012-05-04 | 1 | -2/+3 |
|/ |
|
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -0/+270 |