| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_amultiply: set output frame duration | Paul B Mahol | 2023-11-28 | 1 | -0/+1 |
* | avfilter: no need to request more samples if internal frame is available | Paul B Mahol | 2023-11-28 | 1 | -1/+1 |
* | avfilter/af_amultiply: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -1/+0 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+2 |
* | avfilter/af_amultiply: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -19/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_amultiply: use pts from frame from first input | Paul B Mahol | 2019-05-04 | 1 | -7/+5 |
* | avfilter/af_amultiply: make use of ff_inlink_queued_samples() | Paul B Mahol | 2018-11-03 | 1 | -6/+3 |
* | avfilter: add amultiply audio filter | Paul B Mahol | 2018-09-13 | 1 | -0/+223 |