summaryrefslogtreecommitdiff
path: root/libavformat/oggparsetheora.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* oggparsetheora: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* oggparsetheora: check av_mallocz resultAnton Khirnov2013-10-30
* oggparsetheora: return meaningful error codesAnton Khirnov2013-10-30
* oggparsetheora: K&R cosmetics, reformatAnton Khirnov2013-10-30
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* oggparsetheora: fix comment header parsingGiorgio Vazzana2013-01-14
* oggparsetheora: make it more robustLuca Barbato2012-09-24
* ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer2012-09-24
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* ogg: don't set codec timebaseAnton Khirnov2012-03-02
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-05
* oggdec: Set dts when knownDavid Conrad2010-01-11
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-03
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-05
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* OGG: correct PTS with old theora streamsMåns Rullgård2008-11-06
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Cosmetics: indentationDavid Conrad2008-10-01
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-01
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-11
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* use get_bits_long() where neededAurelien Jacobs2007-06-14
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-17
* set stream time_base properlyMåns Rullgård2006-05-12
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* check theora versionMåns Rullgård2005-05-12
* support theora in ogg, plus required ogg core changesMåns Rullgård2005-05-11