summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blend.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/dualinput: simplifyPaul B Mahol2013-09-301-10/+4
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-231-0/+4
* avfilter: various cosmeticsPaul B Mahol2013-09-121-7/+7
* lavfi/blend: use dual input helpersPaul B Mahol2013-07-061-106/+77
* lavfi/blend: support slice threadingPaul B Mahol2013-05-241-26/+53
* lavfi/blend: fix SW/SH calculationPaul B Mahol2013-05-241-2/+2
* lavfi/blend: add yuv(j)411pPaul B Mahol2013-05-241-2/+2
* lavfi/blend: timeline supportPaul B Mahol2013-05-141-5/+11
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-2/+2
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-081-1/+1
* lavfi/blend: merge config_input_top into config_outputPaul B Mahol2013-05-021-12/+7
* lavfi/blend: use correct way to check number of planesPaul B Mahol2013-05-021-2/+4
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-2/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/blend: support more yuv pixel formatsPaul B Mahol2013-04-111-1/+2
* lavfi/blend: switch to AVOption-based systemMatthieu Bouron2013-04-111-3/+0
* lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol2013-04-081-1/+0
* lavfi/blend: use standard options parsingPaul B Mahol2013-04-051-6/+3
* lavfi/blend: add N variablePaul B Mahol2013-04-041-2/+4
* blend: Adding yuvj pixelformats to the blend effectBjörn S2013-03-251-1/+1
* lavfi/blend: always peek the first frame of each queue.Clément Bœsch2013-03-221-3/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-16/+13
* blend filterPaul B Mahol2013-02-211-0/+474