summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-09-30avfilter/dualinput: simplifyPaul B Mahol6-49/+18
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George7-116/+66
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-07-06lavfi/blend: use dual input helpersPaul B Mahol4-108/+86
2013-05-24lavfi/blend: support slice threadingPaul B Mahol1-26/+53
2013-05-24lavfi/blend: fix SW/SH calculationPaul B Mahol1-2/+2
2013-05-24lavfi/blend: add yuv(j)411pPaul B Mahol1-2/+2
2013-05-14lavfi/blend: timeline supportPaul B Mahol1-5/+11
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch21-44/+50
2013-05-08lavfi: add gbrap support to some filtersPaul B Mahol4-4/+6
2013-05-02lavfi/blend: merge config_input_top into config_outputPaul B Mahol1-12/+7
2013-05-02lavfi/blend: use correct way to check number of planesPaul B Mahol1-2/+4
2013-04-22lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch15-33/+27
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11lavfi/blend: support more yuv pixel formatsPaul B Mahol1-1/+2
2013-04-10lavfi/blend: switch to AVOption-based systemMatthieu Bouron3-5/+2
2013-04-08lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol2-2/+0
2013-04-05lavfi/blend: use standard options parsingPaul B Mahol1-6/+3
2013-04-04lavfi/blend: add N variablePaul B Mahol2-2/+7
2013-03-25blend: Adding yuvj pixelformats to the blend effectBjörn S1-1/+1
2013-03-22lavfi/blend: always peek the first frame of each queue.Clément Bœsch1-3/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-21blend filterPaul B Mahol6-2/+587