| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -0/+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/trim: drop all audio frames instead of asserting | Paul B Mahol | 2019-09-30 | 1 | -1/+2 |
* | avfilter/formats: allow unknown channel layouts by default | Marton Balint | 2016-12-10 | 1 | -1/+0 |
* | Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg" | Michael Niedermayer | 2016-06-19 | 1 | -21/+5 |
* | avfilter/trim: support all channel numbers in atrim filter | Paul B Mahol | 2015-12-31 | 1 | -0/+1 |
* | lavfi: replace link.closed by link.status. | Nicolas George | 2015-12-22 | 1 | -2/+4 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -8/+0 |
* | avfilter/trim: remove duplicate assignment | Michael Niedermayer | 2014-07-31 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
|\ |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | | 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 | -14/+8 |
* | | lavfi/trim: check for right default value | Paul B Mahol | 2013-08-12 | 1 | -1/+1 |
* | | avfilter/trim: Fix assertion failure with empty frames | Michael Niedermayer | 2013-08-09 | 1 | -1/+1 |
* | | lavfi/trim: fix sample copy for >8 channels | Paul B Mahol | 2013-07-13 | 1 | -1/+1 |
* | | avfilter/trim: add compatibility layer to not break ABI used by ffmpeg | Michael Niedermayer | 2013-07-12 | 1 | -3/+25 |
* | | lavfi/trim: use AV_OPT_TYPE_DURATION | Paul B Mahol | 2013-07-12 | 1 | -15/+12 |
* | | lavfi/trim: mark link closed on EOF. | Nicolas George | 2013-06-02 | 1 | -2/+2 |
* | | lavfi/trim: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -12/+2 |
* | | lavfi/trim: remove request frame hack | Paul B Mahol | 2013-05-27 | 1 | -20/+4 |
* | | avfilter/trim: improve rounding precission | Michael Niedermayer | 2013-05-01 | 1 | -3/+3 |
* | | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876' | Michael Niedermayer | 2013-05-01 | 1 | -6/+6 |
|/ |
|
* | lavfi: add trim and atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -0/+407 |