aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vorbis: remove avpriv vorbis parser cruftHendrik Leppkes2015-09-061-21/+0
* vorbis: parse out setup headers as wellBen Boeckel2015-02-021-0/+2
* avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-141-1/+1
* avcodec/vorbis_parser: Move vp checkMichael Niedermayer2014-11-161-2/+2
* Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959'Michael Niedermayer2014-11-061-5/+19
|\
| * lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-061-5/+19
* | avcodec/export av_vorbis_parse_frame_flags()Michael Niedermayer2014-11-061-3/+8
* | Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer2014-11-061-7/+47
|\|
| * lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-061-7/+47
* | Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67'Michael Niedermayer2014-11-061-8/+8
|\|
| * vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-061-7/+7
* | Merge commit '8747926'Michael Niedermayer2014-11-061-20/+28
|\|
| * vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-061-20/+28
* | vorbis: handle special packets in the middle of a streamBen Boeckel2013-11-131-2/+24
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-2/+3
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | vorbis_parser: fix blocksizeMichael Niedermayer2012-05-051-5/+5
* | oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-051-2/+1
* | oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-041-2/+3
|/
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+270