| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/af_agate: convert to query_func2() | Anton Khirnov | 2024-09-05 | 1 | -11/+13 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -9/+9 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | 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 | -7/+7 |
* | avfilter/af_agate: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -19/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/af_agate: switch to internal timeline | Paul B Mahol | 2021-10-03 | 1 | -2/+5 |
* | avfilter/af_agate: Remove always-false samplerate check | Andreas Rheinhardt | 2021-09-21 | 1 | -9/+0 |
* | avfilter/af_agate: Honour query_formats API, fix segfault | Andreas Rheinhardt | 2021-09-21 | 1 | -19/+7 |
* | avfilter/af_agate: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -8/+4 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -15/+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/af_agate: add support for commands and timeline | Paul B Mahol | 2020-11-30 | 1 | -1/+5 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -5/+5 |
* | avfilter/af_agate: fix pts handling when timebase and 1/samplerate differ | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | avfilter/af_agate: implement mode option | Paul B Mahol | 2019-04-17 | 1 | -23/+34 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter: fix indentation | Paul B Mahol | 2017-11-19 | 1 | -8/+7 |
* | lavfi/af_agate: use helper macros. | Nicolas George | 2017-09-12 | 1 | -10/+5 |
* | avfilter/af_agate: switch to activate | Paul B Mahol | 2017-08-25 | 1 | -55/+59 |
* | avfilter/af_agate: fix memleak of out frame | Michael Niedermayer | 2016-02-08 | 1 | -0/+1 |
* | avfilter/af_sidechaincompress & af_agate: use audio fifo from lavu | Paul B Mahol | 2016-01-15 | 1 | -28/+52 |
* | avfilter/af_agate: change default for detection to rms | Paul B Mahol | 2015-12-03 | 1 | -1/+1 |
* | avfilter/af_agate: compile agate only when requested. | Paul B Mahol | 2015-12-03 | 1 | -29/+33 |
* | avfilter/af_agate: add level_sc option for sidechaingate filter | Paul B Mahol | 2015-12-03 | 1 | -11/+13 |
* | avfilter: add sidechaingate filter | Paul B Mahol | 2015-12-03 | 1 | -3/+167 |
* | avfilter/af_agate: prepare for adding sidechain version | Paul B Mahol | 2015-12-03 | 1 | -26/+33 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -1/+2 |
* | avfilter/af_agate: replace FFABS with fabs | Ganesh Ajjanagadde | 2015-10-13 | 1 | -3/+3 |
* | avfilter:audio: fix shadowed AVFrame *out | Paul B Mahol | 2015-10-06 | 1 | -2/+2 |
* | avfilter: add agate filter | Paul B Mahol | 2015-09-22 | 1 | -0/+237 |