summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay.c
Commit message (Expand)AuthorAge
* avfilter/vf_overlay: fix alpha blending for planar formats with a transparent...Marton Balint2017-08-10
* avfilter/vf_overlay: separate functions with main alphaPaul B Mahol2017-06-25
* avfilter/vf_overlay: remove rgb optionPaul B Mahol2017-06-24
* avfilter/vf_overlay: add auto format modePaul B Mahol2017-06-24
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/overlay: add gbrp output formatPaul B Mahol2017-01-31
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* lavfi/vf_overlay: support NV12 and NV21Rodger Combs2016-10-26
* avfilter/vf_overlay: add YUVA422P to alpha_pix_fmtsPaul B Mahol2016-09-17
* avfilter/vf_overlay: support J formats tooPaul B Mahol2016-09-17
* avfilter/vf_overlay: inline yuv output formatsPaul B Mahol2016-09-11
* avfilter/vf_overlay: split blend_image into functions for each overlay formatPaul B Mahol2016-09-11
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | vf_overlay: handles expression evaluation of frame size change in frame-by-fr...Bela Bodecs2016-01-19
* | lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde2015-12-10
* | lavfi/vf_overlay: fix memory leaksGanesh Ajjanagadde2015-12-09
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* | avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast optionsClément Bœsch2015-09-09
* | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-20
* | Add missing "const" all over the place.Reimar Döffinger2014-08-29
* | lavfi/overlay: show incoming frames on debug messagesStefano Sabatini2014-07-02
* | avfilter/overlay: reindentClément Bœsch2014-06-29
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer2014-02-04
|\|
| * vf_overlay: add eof_action switchKeith Lawson2014-02-04
* | lavfi/overlay: add yuv422 format modeStefano Sabatini2014-02-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | lavfi/overlay: correct small error in intersection detectionBenedict Endemann2013-10-27
* | avfilter/dualinput: simplifyPaul B Mahol2013-09-30
* | lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-23
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-21
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | lavfi/overlay: remove do_blend forward declaration.Clément Bœsch2013-05-27
* | lavfi: add dual input helpers.Clément Bœsch2013-05-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-16
|\|
| * vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* | lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch2013-05-09
* | lavfi/overlay: reindent fix.Clément Bœsch2013-05-07
* | lavfi/overlay: support timeline through the new system.Clément Bœsch2013-04-23
* | 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/overlay: improve feedback in case of invalid expressionStefano Sabatini2013-04-12
* | lavfi/overlay: fix crash in case of invalid expressionStefano Sabatini2013-04-12
* | lavfi/overlay: add repeatlast optionStefano Sabatini2013-04-12