summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-30framecrcenc: workaround design flaw in sidedata paletteMichael Niedermayer1-4/+13
2013-04-26Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer6-26/+70
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato14-113/+162
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch27-33/+0
2013-02-06framecrcenc: print all side data elements, not just the firstMichael Niedermayer1-4/+8
2013-02-06framecrcenc: Also print the size of side data elementsMichael Niedermayer1-1/+1
2013-02-06Fate test to print side_data crc if presentVignesh Venkatasubramanian1-1/+6
2012-10-03framecrcenc: print flags and side data elementsMichael Niedermayer12-719/+725
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-05-20avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern11-10/+26
2012-02-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer414-33714/+34204
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov398-33602/+34088
2012-01-28Set AVFMT_TS_NONSTRICT for framecrc muxer.Reimar Döffinger1-1/+1
2011-12-30Use more designated initializers.Paul B Mahol21-131/+107
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-1259/+969
2011-11-23crcenc: add flagsAnton Khirnov12-1070/+626
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-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-10-28move framecrc muxer in its own fileAurelien Jacobs3-33/+48