summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-21make it possible to compile ffmpeg without swscalePaul B Mahol2-1/+3
2013-10-07ffmpeg: add max_error_rate to allow tuning the point decoding errors are cons...Michael Niedermayer3-1/+5
2013-10-03ffmpeg: avoid direct access to lowres use av_codec_g/set_lowres()Michael Niedermayer1-1/+1
2013-10-02ffmpeg: add support to force specific AVCodecsMichael Niedermayer1-0/+8
2013-08-06Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7'Michael Niedermayer5-3/+19
2013-08-06ffmpeg_opt: Remove support for specifying -t anywhere to set the durationMichael Niedermayer1-19/+6
2013-08-06Merge commit '811bd0784679dfcb4ed02043a37c92f9df10500e'Michael Niedermayer5-20/+67
2013-08-06Merge commit '56ee3f9de7b9f6090d599a27d33a392890a2f7b8'Michael Niedermayer3-15/+22
2013-08-01Merge commit '7748dd41be3d6dd6300f14263586af4ee104ead2'Michael Niedermayer1-3/+8
2013-07-09ffmpeg_opt: do not warn about unused gop_timecodeMichael Niedermayer1-0/+4
2013-07-08ffmpeg: Allow overriding ffservers inputMichael Niedermayer1-1/+4
2013-07-08ffmpeg: move creation_time for ffserver setting upMichael Niedermayer1-3/+10
2013-07-08ffmpeg_opt: replace exit() by exit_program()Michael Niedermayer1-81/+81
2013-05-08ffmpeg: add -apad option which injects a apad filter only in the presence of ...Michael Niedermayer4-0/+25
2013-05-07ffmpeg: move a local variable definition later.Nicolas George1-1/+2
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-0/+22
2013-05-01Merge commit '3d624420086ed3cd0c74f4510f0285968e21c117'Michael Niedermayer1-32/+33
2013-04-18ffmpeg: make -aspect work with -vcodec copy.Nicolas George3-14/+25
2013-04-12Merge commit 'dc574658d15ad8f171dbdecbdce7197acf9424a0'Michael Niedermayer1-1/+1
2013-04-11Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer13-263/+259
2013-04-09ffmpeg: use a rational for -aspect option.Nicolas George3-5/+5
2013-04-07ffmpeg: Print a warning when -frames is affecting non video framesMichael Niedermayer1-0/+8
2013-03-28Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'Michael Niedermayer6-14/+105
2013-03-26ffmpeg_opt: avoid strcpy()Michael Niedermayer1-1/+1
2013-03-21ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with ...Michael Niedermayer3-58/+19
2013-03-17ffmpeg: make -lavfi an alias for -filter_complex.Nicolas George2-0/+9
2013-03-16ffmpeg_opt: add OPT_INPUT to -fix_sub_duration and -canvas_size.Nicolas George1-2/+2
2013-03-15Merge commit '3e175a2a550f5c2f788e8cd969052e10a5025a27'Michael Niedermayer2-1/+2
2013-03-14ffmpeg: add OPT_INPUT to -guess_layout_max.Nicolas George1-1/+1
2013-03-14ffmpeg: add OPT_OUTPUT to -to option.Nicolas George1-1/+1
2013-03-12Merge commit '666fe5da47d127074be7f0e2bac93db6af8b4a30'Michael Niedermayer4-1/+96
2013-03-12Merge commit '6deae8e0530a885b76f149841ed4899cb438ec23'Michael Niedermayer4-9/+12
2013-03-12Merge commit '1da54e908eba73eb86f5d614c51f06811c85c3ea'Michael Niedermayer1-12/+15
2013-03-12ffmpeg: fix reinit_filter typeMichael Niedermayer1-1/+1
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer4-87/+136
2013-03-10ffmpeg: add the -canvas_size option.Nicolas George3-1/+16
2013-03-03ffmpeg_opt: Ask for overwrite in single image2 files tooMichael Niedermayer1-1/+2
2013-03-03Deprecate deinterlaced in libavcodec.Ronald S. Bultje5-2/+16
2013-03-03ffmpeg: fix -stats -v 0Michael Niedermayer2-2/+5
2013-03-01Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311'Michael Niedermayer2-0/+4
2013-02-27ffmpeg_opt: add -to option to specify stop timeJean First3-0/+26
2013-02-25ffmpeg_opt: cosmeticsJean First1-1/+1
2013-02-24ffmpeg: use a AVDictionary instead of the context to move swr parameters aroundMichael Niedermayer6-27/+20
2013-02-24Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044'Michael Niedermayer6-4/+35
2013-02-06ffmpeg: dont allow -flags to override -passMichael Niedermayer1-0/+2
2013-02-03ffmpeg: free attachments, fix memleakMichael Niedermayer1-0/+1
2013-02-01ffmpeg: fix broken channel_layout optionMatthieu Bouron1-1/+1
2013-01-27ffmpeg: remove -crop* and -pad* optionsStefano Sabatini2-45/+0
2013-01-26ffmpeg: add -guess_layout_max option.Nicolas George4-0/+15
[next]