]> git.sesse.net Git - ffmpeg/history - libavformat/oggdec.c
#include just the required stdint.h instead of libavutil/common.h.
[ffmpeg] / libavformat / oggdec.c
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].