summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-20avformat/oggparseflac: check ff_alloc_extradata() return codeMichael Niedermayer1-1/+2
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2013-10-06avformat/oggparseflac: fix handling of old flac in oggMichael Niedermayer1-1/+22
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-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-27oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles1-0/+1
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov7-21/+21
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-06Always use av_set_pts_info to set the stream time base.Reimar Döffinger8-16/+12
2011-02-05Always use av_set_pts_info to set the stream time base.Reimar Döffinger8-16/+12
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
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-01-25use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles1-9/+8
2008-12-14oggflac: fix bitstream reader usageMåns Rullgård1-5/+5
2008-11-06OGG: untypedef demuxer structsMåns Rullgård7-83/+83
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-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun7-9/+9
2007-08-12add support for old flac in oggMichael Niedermayer3-0/+18
2007-06-14use get_bits_long() where neededAurelien Jacobs2-5/+5
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-05-12set stream time_base properlyMåns Rullgård5-9/+14
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer56-1025/+1024
2005-05-11flac in ogg supportMåns Rullgård4-2/+80