| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -2/+4 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -1/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -16/+2 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/f_loop: free video frames once not needed | Paul B Mahol | 2023-05-14 | 1 | -4/+17 |
* | avfilter/f_loop: fix looping for aloop | Paul B Mahol | 2023-05-14 | 1 | -1/+5 |
* | avfilter/f_loop: add time option, for loop start in seconds | Paul B Mahol | 2023-05-14 | 1 | -40/+49 |
* | lavfi: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 1 | -0/+14 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+2 |
* | avfilter/f_loop: initialize ret to silence compiler warning | Paul B Mahol | 2021-09-11 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/f_loop: switch aloop to activate | Paul B Mahol | 2019-11-17 | 1 | -4/+46 |
* | avfilter/f_loop: fix pts handling when timebase and 1/samplerate differ | Paul B Mahol | 2019-11-17 | 1 | -5/+5 |
* | avfilter/f_loop: warn about unset loop sizes | Marton Balint | 2019-05-24 | 1 | -0/+13 |
* | avfilter/f_loop: fix video loop issues with 0 size or when size is bigger tha... | Marton Balint | 2019-05-24 | 1 | -3/+5 |
* | avfilter/f_loop: switch to activate | Paul B Mahol | 2018-11-02 | 1 | -18/+38 |
* | avfilter/f_loop: make sure duration of frame is never zero | Paul B Mahol | 2018-11-02 | 1 | -3/+12 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | avfilter/formats: allow unknown channel layouts by default | Marton Balint | 2016-12-10 | 1 | -1/+0 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/f_loop: Fix leak on error | Michael Niedermayer | 2016-05-29 | 1 | -1/+3 |
* | avfilter: add loop filters | Paul B Mahol | 2016-02-18 | 1 | -0/+381 |