summaryrefslogtreecommitdiff
path: root/libavformat/oggparseogm.c
Commit message (Expand)AuthorAge
* 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