summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_overlay: fix filtering with negative yPaul B Mahol2018-12-031-16/+16
* avfilter/vf_overlay: fix crash with negative yPaul B Mahol2018-11-201-4/+4
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-031-1/+2
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-021-56/+19
* avfilter/vf_overlay: use slice_end in alpha_composite()Paul B Mahol2018-04-291-1/+1
* avfilter/vf_overlay: add slice threadingPaul B Mahol2018-04-281-91/+191
* avfilter: add comments for duplicate lineSteven Liu2018-02-011-0/+1
* avfilter/vf_overlay: fix packed_rgb caseMateusz2017-12-181-7/+10
* avfilter/vf_overlay: add premultiplied alpha modePaul B Mahol2017-12-161-25/+137
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* avfilter/vf_overlay: Restore shorthand option orderMichael Niedermayer2017-09-051-0/+8
* lavfi/vf_overlay: use framesync2 options.Nicolas George2017-08-291-41/+4
* lavfi/vf_overlay: move to framesync2.Nicolas George2017-08-291-32/+38
* avfilter/vf_overlay: fix alpha blending for planar formats with a transparent...Marton Balint2017-08-101-12/+16
* avfilter/vf_overlay: separate functions with main alphaPaul B Mahol2017-06-251-25/+46
* avfilter/vf_overlay: remove rgb optionPaul B Mahol2017-06-241-7/+0
* avfilter/vf_overlay: add auto format modePaul B Mahol2017-06-241-9/+48
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/overlay: add gbrp output formatPaul B Mahol2017-01-311-10/+61
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* lavfi/vf_overlay: support NV12 and NV21Rodger Combs2016-10-261-5/+17
* avfilter/vf_overlay: add YUVA422P to alpha_pix_fmtsPaul B Mahol2016-09-171-1/+1
* avfilter/vf_overlay: support J formats tooPaul B Mahol2016-09-171-3/+3
* avfilter/vf_overlay: inline yuv output formatsPaul B Mahol2016-09-111-104/+147
* avfilter/vf_overlay: split blend_image into functions for each overlay formatPaul B Mahol2016-09-111-166/+186
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* | vf_overlay: handles expression evaluation of frame size change in frame-by-fr...Bela Bodecs2016-01-191-0/+5
* | lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde2015-12-101-2/+2
* | lavfi/vf_overlay: fix memory leaksGanesh Ajjanagadde2015-12-091-9/+25
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-11/+17
* | avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast optionsClément Bœsch2015-09-091-3/+3
* | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-201-3/+17
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* | lavfi/overlay: show incoming frames on debug messagesStefano Sabatini2014-07-021-0/+2
* | avfilter/overlay: reindentClément Bœsch2014-06-291-15/+14
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\ \ | |/
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* | Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer2014-02-041-2/+31
|\ \ | |/
| * vf_overlay: add eof_action switchKeith Lawson2014-02-041-5/+27
* | lavfi/overlay: add yuv422 format modeStefano Sabatini2014-02-021-1/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | lavfi/overlay: correct small error in intersection detectionBenedict Endemann2013-10-271-2/+2
* | avfilter/dualinput: simplifyPaul B Mahol2013-09-301-10/+4
* | lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-231-0/+5
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-13/+9
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
OpenPOWER on IntegriCloud