summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_blend.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-071-5/+5
* avfilter/vf_blend: add 9bit supportPaul B Mahol2019-07-141-0/+49
* avfilter/vf_blend: use time_base from framesyncPaul B Mahol2019-07-031-1/+7
* libavfilter/vf_blend.c: remove duplicate code with macro-defined functionLimin Wang2019-06-141-140/+48
* libavfilter/vf_blend.c: remove duplicate code with same functionLimin Wang2019-06-141-12/+9
* avfilter/vf_blend: remove unused headerPaul B Mahol2019-05-031-1/+0
* avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12bMartin Vignali2018-11-171-10/+10
* avfilter/vf_blend: add 12bit supportPaul B Mahol2018-11-151-1/+85
* avfilter/vf_blend: add 10bit supportPaul B Mahol2018-11-151-84/+216
* avfilter/vf_blend: add timeline support to tblend filterPaul B Mahol2018-05-141-4/+10
* avfilter/vf_blend: ignore SAR from all inputsPaul B Mahol2017-11-121-11/+4
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* lavfi/vf_blend: convert to framesync2.Nicolas George2017-08-291-21/+27
* avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol2017-08-241-8/+10
* avfilter/vf_blend: add extremity blend modePaul B Mahol2017-06-251-0/+4
* avfilter/vf_blend: add GBRAP16Paul B Mahol2017-04-101-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol2016-05-231-8/+8
* avfilter/vf_blend: add freeze and heat modesPaul B Mahol2016-02-241-0/+8
* vf_blend: Move C dsp function mapping to separate functionTimothy Gu2016-02-141-41/+46
* vf_blend: Use integers for divide modeTimothy Gu2016-02-141-2/+2
* vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-141-13/+14
* vf_blend: Use memcpy when opacity is 0Timothy Gu2016-02-141-0/+6
* vf_blend: Templatize identity function and use a better nameTimothy Gu2016-02-141-8/+14
* avfilter/vf_blend: add multiply128 modePaul B Mahol2016-02-071-0/+4
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-2/+2
* avfilter/vf_blend: fix normal mode with opacity != 1Paul B Mahol2015-10-091-1/+46
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-031-4/+4
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-031-71/+29
* avfilter/vf_blend: add addition128 modePaul B Mahol2015-09-261-0/+5
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-3/+2
* avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch2015-09-081-2/+2
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter/vf_blend: use the name 's' for the pointer to the private contextPaul B Mahol2015-08-251-39/+39
* avfilter/vf_blend: unbreak tblendPaul B Mahol2015-07-181-39/+29
* avfilter/vf_blend: implement 16bit supportPaul B Mahol2015-07-181-123/+202
* avfilter/vf_blend: add linearlight and glow modePaul B Mahol2015-06-031-0/+8
* avfilter/vf_blend: add hardmix modePaul B Mahol2015-06-021-0/+4
* avfilter/vf_blend: fix vividlight blend modePaul B Mahol2015-06-021-1/+1
* avfilter/vf_blend: clip result for divide blend modePaul B Mahol2015-06-021-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch2015-03-021-1/+1
* libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol2015-01-051-12/+20
* avfilter/vf_blend: Fix AVClassMichael Niedermayer2014-12-271-1/+1
* lavfi: add tblend filterStefano Sabatini2014-12-271-41/+119
* lavfi/blend: add difference128 modeStefano Sabatini2014-12-261-0/+4
* avfilter/vf_blend: fix macro ()Michael Niedermayer2014-06-221-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
OpenPOWER on IntegriCloud