summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter/vf_overlay: improve premultiplied alpha overlay for YUVPaul B Mahol2022-05-01
* avfilter/vf_overlay: unbreak alpha composition with negative y and threads > 1Paul B Mahol2021-10-14
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_overlay: Remove superfluous ;Andreas Rheinhardt2020-08-21
* avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format supportLimin Wang2020-06-19
* avfilter/vf_overlay: support for 8bit and 10bit overlay with macro-based func...Limin Wang2020-06-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_overlay: fix filtering with negative yPaul B Mahol2018-12-03
* avfilter/vf_overlay: fix crash with negative yPaul B Mahol2018-11-20
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-03
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-02
* avfilter/vf_overlay: use slice_end in alpha_composite()Paul B Mahol2018-04-29
* avfilter/vf_overlay: add slice threadingPaul B Mahol2018-04-28
* avfilter: add comments for duplicate lineSteven Liu2018-02-01
* avfilter/vf_overlay: fix packed_rgb caseMateusz2017-12-18
* avfilter/vf_overlay: add premultiplied alpha modePaul B Mahol2017-12-16
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* avfilter/vf_overlay: Restore shorthand option orderMichael Niedermayer2017-09-05
* lavfi/vf_overlay: use framesync2 options.Nicolas George2017-08-29
* lavfi/vf_overlay: move to framesync2.Nicolas George2017-08-29
* 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