| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_stack: add fill option for xstack | Paul B Mahol | 2020-01-22 | 1 | -0/+29 |
* | avfilter/vf_stack: set framerate to VFR when inputs frame rates differs | Paul B Mahol | 2019-12-17 | 1 | -0/+11 |
* | avfilter/vf_stack: add slice threading | Paul B Mahol | 2019-09-25 | 1 | -15/+28 |
* | avfilter/vf_stack: simplify main processing path | Paul B Mahol | 2019-09-25 | 1 | -45/+48 |
* | avfilter/vf_stack: Don't modify const strings | Andreas Rheinhardt | 2019-05-14 | 1 | -3/+5 |
* | avfilter/vf_xstack: set better error msg for | Gyan Doshi | 2019-05-07 | 1 | -1/+10 |
* | avfilter/vf_stack: use time_base from framesync | Paul B Mahol | 2019-04-26 | 1 | -3/+4 |
* | avfilter: add xstack filter | Paul B Mahol | 2018-10-26 | 1 | -11/+140 |
* | avfilter/vf_stack: always copy SAR from first input | Paul B Mahol | 2017-12-02 | 1 | -0/+3 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | lavfi/vf_stack: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -19/+13 |
* | avfilter/vf_stack: free input pads name on uninit | Paul B Mahol | 2016-02-04 | 1 | -0/+5 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/vf_stack: make it possible to stop with shortest stream | Paul B Mahol | 2015-11-26 | 1 | -1/+3 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+4 |
* | avfilter/vf_stack: Fix memleak of out frame | Michael Niedermayer | 2015-09-05 | 1 | -1/+3 |
* | avfilter: add hstack & vstack filter | Paul B Mahol | 2015-08-26 | 1 | -0/+271 |