summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blend.c
Commit message (Expand)AuthorAge
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol2016-05-23
* avfilter/vf_blend: add freeze and heat modesPaul B Mahol2016-02-24
* vf_blend: Move C dsp function mapping to separate functionTimothy Gu2016-02-14
* vf_blend: Use integers for divide modeTimothy Gu2016-02-14
* vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-14
* vf_blend: Use memcpy when opacity is 0Timothy Gu2016-02-14
* vf_blend: Templatize identity function and use a better nameTimothy Gu2016-02-14
* avfilter/vf_blend: add multiply128 modePaul B Mahol2016-02-07
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* avfilter/vf_blend: fix normal mode with opacity != 1Paul B Mahol2015-10-09
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-03
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-03
* avfilter/vf_blend: add addition128 modePaul B Mahol2015-09-26
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch2015-09-08
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter/vf_blend: use the name 's' for the pointer to the private contextPaul B Mahol2015-08-25
* avfilter/vf_blend: unbreak tblendPaul B Mahol2015-07-18
* avfilter/vf_blend: implement 16bit supportPaul B Mahol2015-07-18
* avfilter/vf_blend: add linearlight and glow modePaul B Mahol2015-06-03
* avfilter/vf_blend: add hardmix modePaul B Mahol2015-06-02
* avfilter/vf_blend: fix vividlight blend modePaul B Mahol2015-06-02
* avfilter/vf_blend: clip result for divide blend modePaul B Mahol2015-06-02
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch2015-03-02
* libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol2015-01-05
* avfilter/vf_blend: Fix AVClassMichael Niedermayer2014-12-27
* lavfi: add tblend filterStefano Sabatini2014-12-27
* lavfi/blend: add difference128 modeStefano Sabatini2014-12-26
* avfilter/vf_blend: fix macro ()Michael Niedermayer2014-06-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/dualinput: simplifyPaul B Mahol2013-09-30
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-23
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/blend: use dual input helpersPaul B Mahol2013-07-06
* lavfi/blend: support slice threadingPaul B Mahol2013-05-24
* lavfi/blend: fix SW/SH calculationPaul B Mahol2013-05-24
* lavfi/blend: add yuv(j)411pPaul B Mahol2013-05-24
* lavfi/blend: timeline supportPaul B Mahol2013-05-14
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-08
* lavfi/blend: merge config_input_top into config_outputPaul B Mahol2013-05-02
* lavfi/blend: use correct way to check number of planesPaul B Mahol2013-05-02
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/blend: support more yuv pixel formatsPaul B Mahol2013-04-11
* lavfi/blend: switch to AVOption-based systemMatthieu Bouron2013-04-11