summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-26Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer10-32/+32
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun10-32/+32
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch27-33/+0
2013-02-17Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f...Carl Eugen Hoyos1-1/+5
2012-10-27swfenc: zero fifo after freeingMichael Niedermayer1-1/+3
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer9-21/+36
2012-10-09swfenc: error out for more than 1 audio or video streamJanne Grunau1-0/+8
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer23-114/+85
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov19-30/+16
2012-09-12Fix muxing mjpeg in swf.Carl Eugen Hoyos1-0/+2
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-185/+474
2012-08-09swf: Move shared table out of the header fileDiego Biurrun5-10/+35
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-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-257/+301
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun56-75/+75
2012-06-07swfenc: use av_assertMichael Niedermayer1-1/+2
2012-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-541/+717
2012-05-20avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern11-10/+26
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-879/+1213
2012-03-05swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles1-5/+1
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-04-24Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer4-4/+4
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov40-72/+91
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-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov8-17/+20
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp28-136/+136
2009-05-21check av_fifo_alloc returnBaptiste Coudurier1-0/+2
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini14-28/+28
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini30-287/+340
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger7-8/+10
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer9-66/+72
2009-02-08Remove const qualifier from function argument to eliminate the warningDiego Biurrun1-1/+1
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun36-208/+204
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier3-2/+5
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-27use internal video frame numberBaptiste Coudurier1-1/+1
2008-05-27cosmeticsBaptiste Coudurier1-1/+1
[next]