]> git.sesse.net Git - ffmpeg/history - libavformat/oggdec.c
rename idroq.c to idroqdec.c
[ffmpeg] / libavformat / oggdec.c
2010-06-09 Eli FriedmanFix printf format warnings
2010-05-23 Reimar DöffingerEnable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids...
2010-04-16 David Conradoggdec: Move warning about missing granule to the corre...
2010-04-16 David Conradoggdec: Fix duration calculation if the last page in...
2010-04-16 David Conradoggdec: Remove write-only variable
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-12 David Conradoggdec: Pass packets to header() until the stream is...
2010-03-11 David Conradoggdec: Seek to keyframes
2010-03-11 David Conradoggdec: Determine pts and filepos on a packet basis...
2010-03-11 David Conradoggdec: Move PTS/DTS calculation to a function
2010-03-11 David Conradoggdec: Fix duration calculation for streams with non...
2010-03-11 David Conradoggdec: Parse skeleton to determine the start time...
2010-03-11 David Conradoggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
2010-03-11 David Conradoggdec: Set data_offset to the right value
2010-03-11 David Conradoggdec: Save offset of the page needed to reconstruct...
2010-02-08 Reimar DöffingerMake sure the header value used to avoid repeating...
2010-02-08 David ConradFix playback with invalid files that don't set the...
2010-01-11 David Conradoggdec: Set dts when known
2010-01-11 David ConradAdd support for dirac in ogg
2009-12-12 David ConradFix PTS for OGM codecs.
2009-10-12 Justin RugglesCalculate correct packet durations when demuxing Ogg...
2009-09-30 Reimar DöffingerDisable parsing for ogg streams where no ogg header...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-04-15 David ConradEnsure that there's pages to read for duration calculat...
2009-02-14 Peter RossUse consistent indent style in oggdec.
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-06-26 Michael NiedermayerRemove start_time guessing code.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-01-31 Reimar DöffingerAdd support for ogg text subtitles.
2007-12-19 Aurelien Jacobsuse proper url_is_streamed() API
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-11 Måns Rullgårdset PKT_FLAG_KEY for Theora and OGM streams
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].