summaryrefslogtreecommitdiff
path: root/libavformat/oggparseogm.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* oggparseogm: check timing variablesAnton Khirnov2014-01-06
* oggparseogm: Convert to use bytestream2Martin Storsjö2013-09-17
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* oggparseogm: fix order of arguments of avpriv_set_pts_info().Michael Niedermayer2012-03-22
* ogg: don't set codec timebaseAnton Khirnov2012-03-02
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Remove unused variablesMans Rullgard2011-06-02
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
* oggdec: CosmeticsDavid Conrad2010-03-12
* oggdec: Read ogm metadataDavid Conrad2010-03-12
* Fix PTS for OGM codecs.David Conrad2009-12-12
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* parse audio in ogm demuxer.Justin Ruggles2008-05-26
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* constBaptiste Coudurier2008-02-01
* Add support for ogg text subtitles.Reimar Döffinger2008-01-31
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-11
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* set stream time_base properlyMåns Rullgård2006-05-12
* ogm demuxingMåns Rullgård2006-05-11