| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |