ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
[platform/upstream/libav.git] / libavformat / oggparsetheora.c
2014-08-13 Andrew Stoneogg: update event_flags with STREAM_/METADATA_UPDATED...
2014-05-28 Anton Khirnovmatroskadec: parse the channel layout mask for FLAC
2013-10-31 Anton Khirnovoggparsetheora: stop using deprecated avcodec_set_dimen...
2013-10-30 Anton Khirnovoggparsetheora: check av_mallocz result
2013-10-30 Anton Khirnovoggparsetheora: return meaningful error codes
2013-10-30 Anton Khirnovoggparsetheora: K&R cosmetics, reformat
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-01-14 Giorgio Vazzanaoggparsetheora: fix comment header parsing
2012-09-24 Luca Barbatooggparsetheora: make it more robust
2012-09-24 Michael Niedermayerogg: prevent NULL pointer deference in theora gptopts
2012-09-24 Luca Barbatoogg: check that the expected number of headers had...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-02 Anton Khirnovogg: don't set codec timebase
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-02-06 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