| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: pass link YUV colorspace to ff_draw_init2 | Niklas Haas | 2024-02-06 | 1 | -1/+2 |
* | avfilter/xstack: Add support for fixed size grid | Vignesh Venkatasubramanian | 2022-07-04 | 1 | -13/+67 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -3/+3 |
* | avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats* | Andreas Rheinhardt | 2021-09-26 | 1 | -9/+4 |
* | avfilter/vf_stack: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -8/+4 |
* | avfilter/vf_stack: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+3 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avfilter/vf_stack: use ff_formats_pixdesc_filter() | Paul B Mahol | 2021-01-16 | 1 | -12/+9 |
* | 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 |