]> git.sesse.net Git - ffmpeg/history - libavformat/oggparsetheora.c
do not fail if correct is not recognized
[ffmpeg] / libavformat / oggparsetheora.c
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