| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -4/+4 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/f_interleave: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -11/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/internal: Combine get_(audio|video)_buffer into union | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/f_interleave: fix some issues with interleaving | Paul B Mahol | 2020-09-15 | 1 | -12/+20 |
* | avfilter/f_interleave: no need to check for inlink eof if non-empty queue | Paul B Mahol | 2020-04-25 | 1 | -5/+8 |
* | avfilter/f_interleave: make sure that all frames in inlink queue are used | Paul B Mahol | 2020-04-25 | 1 | -5/+3 |
* | avfilter/f_interleave: add duration option | Paul B Mahol | 2020-04-25 | 1 | -12/+31 |
* | avfilter/f_interleave: switch to activate | Paul B Mahol | 2019-05-05 | 1 | -74/+63 |
* | avfilter/f_interleave: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: make filter_frame non-recursive. | Nicolas George | 2016-12-18 | 1 | -2/+6 |
* | lavfi: replace link.closed by link.status. | Nicolas George | 2015-12-22 | 1 | -2/+2 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -2/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | avfilter/f_interleave: use the name 's' for the pointer to the private context | Paul B Mahol | 2013-10-05 | 1 | -15/+15 |
* | avfilter: add av_cold to init() | Paul B Mahol | 2013-09-27 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | avfilter: add av_cold to uninit() | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
* | lavfi: add interleave filters | Stefano Sabatini | 2013-04-21 | 1 | -0/+259 |