]> git.sesse.net Git - ffmpeg/history - libavformat/oggparsetheora.c
Make rtp_write_header() fail in case of unsupported payload type
[ffmpeg] / libavformat / oggparsetheora.c
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