summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer12-15/+44
2013-09-26lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö13-16/+47
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer18-110/+91
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova18-107/+92
2013-01-14oggparsetheora: fix comment header parsingGiorgio Vazzana1-1/+1
2012-10-05oggparsetheora: fix comment header parsingGiorgio Vazzana1-1/+1
2012-09-25oggparsetheora: print error when failing on unknown headerMichael Niedermayer1-0/+1
2012-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-19/+38
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer21-41/+125
2012-09-24ogg: check that the expected number of headers had been parsedLuca Barbato10-5/+34
2012-09-24oggparsetheora: make it more robustLuca Barbato1-3/+12
2012-09-24ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer1-2/+7
2012-08-12oggparsetheora: fix metadata parsingMichael Niedermayer1-1/+1
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-05-04oggtheora: Port changes from oggvorbis timestamp handling.Michael Niedermayer1-17/+12
2012-05-04oggtheora: Fix initial ptsMichael Niedermayer1-0/+42
2012-03-23vorbisdemux: Check private context in theoras gtopts.Michael Niedermayer2-3/+11
2012-03-02ogg: don't set codec timebaseAnton Khirnov2-11/+9
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-02-06Always use av_set_pts_info to set the stream time base.Reimar Döffinger8-16/+12
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas52-90/+90
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad6-8/+8
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad6-7/+7
2010-03-05oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad1-0/+1
2010-01-11oggdec: Set dts when knownDavid Conrad4-10/+31
2009-07-03Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger1-0/+5
2009-06-05Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2-2/+4
2009-05-14Use skip_bits_long() for large skipsDavid Conrad4-5/+5
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2008-11-06OGG: correct PTS with old theora streamsMåns Rullgård1-8/+11
2008-11-06OGG: untypedef demuxer structsMåns Rullgård7-83/+83
2008-10-01Cosmetics: indentationDavid Conrad2-7/+7
2008-10-01Visible width/height fields were added in Theora 3.2David Conrad2-4/+5
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger7-27/+27
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger7-20/+20
2008-08-23convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs16-46/+44
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-11-11set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård4-0/+10
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun7-9/+9
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje6-33/+20
2007-06-14use get_bits_long() where neededAurelien Jacobs2-5/+5
2007-05-07fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2-15/+23
2006-07-17fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2-1/+5
2006-05-12set stream time_base properlyMåns Rullgård5-9/+14
2006-02-22support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi1-7/+22
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
[next]