OSDN Git Service

ffmdec: handle wrapped file in ffm_seek
[coroid/ffmpeg_saccubus.git] / libavformat / oggparsetheora.c
2011-02-06 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2011-02-05 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
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-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2010-03-05 David Conradoggdec: Parse theora headers since ogg might not mark...
2010-01-11 David Conradoggdec: Set dts when known
2009-07-03 Reimar DöffingerReplace invalid Theora frame rate by 25 FPS.
2009-06-05 David ConradEnsure that the extradata buffer is padded appripriatel...
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2008-11-06 Måns RullgårdOGG: correct PTS with old theora streams
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-10-01 David ConradCosmetics: indentation
2008-10-01 David ConradVisible width/height fields were added in Theora 3.2
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-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
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].
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-06-14 Aurelien Jacobsuse get_bits_long() where needed
2007-05-07 Aurelien Jacobsfix display of theora videos with visible size smaller...
2006-07-17 Matthieu Castetfix playback of theora.ogg on mphq patch by (matthieu...
2006-05-12 Måns Rullgårdset stream time_base properly
2006-02-22 Alex Beregszaszisupport correct ptses on other than version 3.2.0 aswell
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-12 Måns Rullgårdcheck theora version
2005-05-11 Måns Rullgårdsupport theora in ogg, plus required ogg core changes