| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -12/+12 |
* | avfilter/af_adeclick: stop returning EINVAL error | Paul B Mahol | 2023-08-12 | 1 | -6/+2 |
* | avfilter/af_adeclick: stop outputing pointless message | Paul B Mahol | 2023-08-12 | 1 | -3/+4 |
* | avfilter/af_adeclick: fix window generation | Paul B Mahol | 2023-08-11 | 1 | -3/+61 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -9/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -7/+7 |
* | avfilter/af_adeclick: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -13/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/af_adeclick: add more descriptive options names | Paul B Mahol | 2021-02-11 | 1 | -8/+24 |
* | avfilter/af_adeclick: implement timeline support | Paul B Mahol | 2019-12-21 | 1 | -5/+26 |
* | avfilter/af_adeclick: fix pts handling when timebase and 1/samplerate differ | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | lavfi/af_adeclick: fix double free after ff_filter_frame fail | Jun Zhao | 2019-08-20 | 1 | -1/+1 |
* | avfilter/af_adeclick: switch to activate | Paul B Mahol | 2019-04-29 | 1 | -60/+83 |
* | avfilter: add adeclick and adeclip audio filters | Paul B Mahol | 2018-06-02 | 1 | -0/+753 |