]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/oggparsetheora.c
Use skip_bits_long() for large skips
[frescor/ffmpeg.git] / libavformat / oggparsetheora.c
2009-05-14 conradUse skip_bits_long() for large skips
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2008-11-06 mruOGG: correct PTS with old theora streams
2008-11-06 mruOGG: untypedef demuxer structs
2008-10-01 conradCosmetics: indentation
2008-10-01 conradVisible width/height fields were added in Theora 3.2
2008-08-24 reimarAdd ff_ prefix to ogg_codec_t structs
2008-08-24 reimarMake ogg_codec_t descriptions const
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-05-09 diegoUse full path for #includes from another directory.
2007-11-11 mruset PKT_FLAG_KEY for Theora and OGM streams
2007-11-07 diegoRename ogg2.[ch] to oggdec.[ch].
2007-07-06 diegoUse AV_RB* macros where appropriate.
2007-06-14 mruuse get_bits_long() where needed
2007-05-07 aurelfix display of theora videos with visible size smaller...
2006-07-17 michaelfix playback of theora.ogg on mphq patch by (matthieu...
2006-05-12 mruset stream time_base properly
2006-02-22 alexsupport correct ptses on other than version 3.2.0 aswell
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-12 mrucheck theora version
2005-05-11 mrusupport theora in ogg, plus required ogg core changes