summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_parser.c
Commit message (Expand)AuthorAge
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-27
* avcodec/vorbis: remove avpriv vorbis parser cruftHendrik Leppkes2015-09-06
* vorbis: parse out setup headers as wellBen Boeckel2015-02-02
* avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-14
* avcodec/vorbis_parser: Move vp checkMichael Niedermayer2014-11-16
* Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959'Michael Niedermayer2014-11-06
|\
| * lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-06
* | avcodec/export av_vorbis_parse_frame_flags()Michael Niedermayer2014-11-06
* | Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer2014-11-06
|\|
| * lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-06
* | Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67'Michael Niedermayer2014-11-06
|\|
| * vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-06
* | Merge commit '8747926'Michael Niedermayer2014-11-06
|\|
| * vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-06
* | vorbis: handle special packets in the middle of a streamBen Boeckel2013-11-13
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | vorbis_parser: fix blocksizeMichael Niedermayer2012-05-05
* | oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-05
* | oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-04
|/
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03