| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm check | Paul B Mahol | 2018-05-03 | 1 | -1/+2 |
* | avfilter/vf_overlay: add x86 SIMD | Paul B Mahol | 2018-05-02 | 1 | -56/+19 |
* | avfilter/vf_overlay: use slice_end in alpha_composite() | Paul B Mahol | 2018-04-29 | 1 | -1/+1 |
* | avfilter/vf_overlay: add slice threading | Paul B Mahol | 2018-04-28 | 1 | -91/+191 |
* | avfilter: add comments for duplicate line | Steven Liu | 2018-02-01 | 1 | -0/+1 |
* | avfilter/vf_overlay: fix packed_rgb case | Mateusz | 2017-12-18 | 1 | -7/+10 |
* | avfilter/vf_overlay: add premultiplied alpha mode | Paul B Mahol | 2017-12-16 | 1 | -25/+137 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | avfilter/vf_overlay: Restore shorthand option order | Michael Niedermayer | 2017-09-05 | 1 | -0/+8 |
* | lavfi/vf_overlay: use framesync2 options. | Nicolas George | 2017-08-29 | 1 | -41/+4 |
* | lavfi/vf_overlay: move to framesync2. | Nicolas George | 2017-08-29 | 1 | -32/+38 |
* | avfilter/vf_overlay: fix alpha blending for planar formats with a transparent... | Marton Balint | 2017-08-10 | 1 | -12/+16 |
* | avfilter/vf_overlay: separate functions with main alpha | Paul B Mahol | 2017-06-25 | 1 | -25/+46 |
* | avfilter/vf_overlay: remove rgb option | Paul B Mahol | 2017-06-24 | 1 | -7/+0 |
* | avfilter/vf_overlay: add auto format mode | Paul B Mahol | 2017-06-24 | 1 | -9/+48 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/overlay: add gbrp output format | Paul B Mahol | 2017-01-31 | 1 | -10/+61 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | lavfi/vf_overlay: support NV12 and NV21 | Rodger Combs | 2016-10-26 | 1 | -5/+17 |
* | avfilter/vf_overlay: add YUVA422P to alpha_pix_fmts | Paul B Mahol | 2016-09-17 | 1 | -1/+1 |
* | avfilter/vf_overlay: support J formats too | Paul B Mahol | 2016-09-17 | 1 | -3/+3 |
* | avfilter/vf_overlay: inline yuv output formats | Paul B Mahol | 2016-09-11 | 1 | -104/+147 |
* | avfilter/vf_overlay: split blend_image into functions for each overlay format | Paul B Mahol | 2016-09-11 | 1 | -166/+186 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | | vf_overlay: handles expression evaluation of frame size change in frame-by-fr... | Bela Bodecs | 2016-01-19 | 1 | -0/+5 |
* | | lavfi/vf_overlay: fix unitialized pointers | Ganesh Ajjanagadde | 2015-12-10 | 1 | -2/+2 |
* | | lavfi/vf_overlay: fix memory leaks | Ganesh Ajjanagadde | 2015-12-09 | 1 | -9/+25 |
* | | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -11/+17 |
* | | avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast options | Clément Bœsch | 2015-09-09 | 1 | -3/+3 |
* | | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-20 | 1 | -3/+17 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | | lavfi/overlay: show incoming frames on debug messages | Stefano Sabatini | 2014-07-02 | 1 | -0/+2 |
* | | avfilter/overlay: reindent | Clément Bœsch | 2014-06-29 | 1 | -15/+14 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge commit 'de203abd71baae7f120313259b45cf935c85203e' | Michael Niedermayer | 2014-02-04 | 1 | -2/+31 |
|\| |
|
| * | vf_overlay: add eof_action switch | Keith Lawson | 2014-02-04 | 1 | -5/+27 |
* | | lavfi/overlay: add yuv422 format mode | Stefano Sabatini | 2014-02-02 | 1 | -1/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | lavfi/overlay: correct small error in intersection detection | Benedict Endemann | 2013-10-27 | 1 | -2/+2 |
* | | avfilter/dualinput: simplify | Paul B Mahol | 2013-09-30 | 1 | -10/+4 |
* | | lavfi/dualinput: reimplement on top of framesync. | Nicolas George | 2013-09-23 | 1 | -0/+5 |
* | | avfilter: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -13/+9 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | | lavfi/overlay: remove do_blend forward declaration. | Clément Bœsch | 2013-05-27 | 1 | -16/+13 |
* | | lavfi: add dual input helpers. | Clément Bœsch | 2013-05-27 | 1 | -134/+21 |