aboutsummaryrefslogtreecommitdiff
path: root/libavformat/oggparseogm.c
AgeCommit message (Expand)Author
2011-02-06Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-13oggdec: Set packet duration for ogm streamsDavid Conrad
2010-03-12oggdec: CosmeticsDavid Conrad
2010-03-12oggdec: Read ogm metadataDavid Conrad
2009-12-12Fix PTS for OGM codecs.David Conrad
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger
2008-05-26parse audio in ogm demuxer.Justin Ruggles
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-01constBaptiste Coudurier
2008-01-31Add support for ogg text subtitles.Reimar Döffinger
2007-11-11set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
2007-07-08ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård
2007-07-07use bytestream_get_* and AV_RLxxMåns Rullgård
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-05-12set stream time_base properlyMåns Rullgård
2006-05-11ogm demuxingMåns Rullgård