summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-05Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f'Michael Niedermayer2-5/+7
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer36-54/+56
2013-05-04avs: Increase magic value score above file extension scoreDiego Biurrun1-1/+3
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun36-53/+55
2013-03-21avformat/avs: increase probe score to preempt conflict with avxsynthMichael Niedermayer1-1/+1
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov12-110/+0
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-32/+81
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov21-125/+160
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer80-2482/+2375
2012-03-02avs: don't set codec timebaseAnton Khirnov1-2/+2
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö28-42/+42
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov35-57/+83
2011-10-10avsdemux: check for out of bound writesLaurent Aimar1-0/+2
2011-10-10avsdemux: check for corrupted dataLaurent Aimar1-0/+2
2011-10-01Check for out of bound writes in the avs demuxer.Laurent Aimar1-0/+2
2011-10-01Check for corrupted data in avs demuxer.Laurent Aimar1-0/+2
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov76-348/+348
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
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
2008-12-11avoid POSIX reserved _t suffixAurelien Jacobs6-27/+27
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-13Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2-3/+4
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris67-251/+251
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris42-105/+105
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer45-104/+7
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård69-964/+837
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård72-299/+299
2006-02-17complete AVS playback system (from Creature Shock computer game),Mike Melanson10-5/+417