Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-12avfilter/vf_blend: ignore SAR from all inputsPaul B Mahol
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-29lavfi/vf_blend: convert to framesync2.Nicolas George
2017-08-24avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol
2017-06-25avfilter/vf_blend: add extremity blend modePaul B Mahol
2017-04-10avfilter/vf_blend: add GBRAP16Paul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-05-23avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol
2016-02-24avfilter/vf_blend: add freeze and heat modesPaul B Mahol
2016-02-14vf_blend: Move C dsp function mapping to separate functionTimothy Gu
2016-02-14vf_blend: Use integers for divide modeTimothy Gu
2016-02-14vf_blend: Reduce number of arguments for kernel functionTimothy Gu
2016-02-14vf_blend: Use memcpy when opacity is 0Timothy Gu
2016-02-14vf_blend: Templatize identity function and use a better nameTimothy Gu
2016-02-07avfilter/vf_blend: add multiply128 modePaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-09avfilter/vf_blend: fix normal mode with opacity != 1Paul B Mahol
2015-10-03avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer
2015-10-03avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol
2015-09-26avfilter/vf_blend: add addition128 modePaul B Mahol
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-25avfilter/vf_blend: use the name 's' for the pointer to the private contextPaul B Mahol
2015-07-18avfilter/vf_blend: unbreak tblendPaul B Mahol
2015-07-18avfilter/vf_blend: implement 16bit supportPaul B Mahol
2015-06-03avfilter/vf_blend: add linearlight and glow modePaul B Mahol
2015-06-02avfilter/vf_blend: add hardmix modePaul B Mahol
2015-06-02avfilter/vf_blend: fix vividlight blend modePaul B Mahol
2015-06-02avfilter/vf_blend: clip result for divide blend modePaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-02avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch
2015-01-05libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol
2014-12-27avfilter/vf_blend: Fix AVClassMichael Niedermayer
2014-12-27lavfi: add tblend filterStefano Sabatini
2014-12-26lavfi/blend: add difference128 modeStefano Sabatini
2014-06-22avfilter/vf_blend: fix macro ()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-30avfilter/dualinput: simplifyPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-06lavfi/blend: use dual input helpersPaul B Mahol
2013-05-25lavfi/blend: support slice threadingPaul B Mahol
2013-05-24lavfi/blend: fix SW/SH calculationPaul B Mahol
2013-05-24lavfi/blend: add yuv(j)411pPaul B Mahol
2013-05-14lavfi/blend: timeline supportPaul B Mahol
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-08lavfi: add gbrap support to some filtersPaul B Mahol