| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avf_aphasemeter: switch to activate | Paul B Mahol | 2023-05-30 | 1 | -20/+61 |
* | avfilter/avf_aphasemeter: avoid using double | Paul B Mahol | 2023-05-30 | 1 | -2/+2 |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -2/+7 |
* | lavfi/avf_aphasemeter: set frame durations | Anton Khirnov | 2022-10-04 | 1 | -0/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter/avf_aphasemeter: make frame writable before writing to it | Paul B Mahol | 2022-03-04 | 1 | -0/+1 |
* | 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 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -1/+0 |
* | 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/avf_aphasemeter: add out of phase and mono detection | Romane Lafon | 2020-10-20 | 1 | -1/+117 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -7/+7 |
* | avfilter/avf_aphasemeter: Don't allocate outpad names | Andreas Rheinhardt | 2020-08-26 | 1 | -15/+4 |
* | avfilter/avf_aphasemeter: check if clone frame is set | Paul B Mahol | 2020-01-14 | 1 | -1/+6 |
* | avfilter/avf_aphasemeter: make use of av_rescale | Paul B Mahol | 2019-05-28 | 1 | -1/+1 |
* | avfilter/avf_aphasemeter: check return value of ff_insert_outpad() | Paul B Mahol | 2018-09-15 | 1 | -2/+11 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/avf_aphasemeter: fix memleaks | Paul B Mahol | 2017-01-04 | 1 | -0/+3 |
* | avfilter/avf_aphasemeter: make video output optional | Paul B Mahol | 2016-12-28 | 1 | -39/+78 |
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -12/+9 |
* | avfilter: add aphasemeter filter | Paul B Mahol | 2015-08-12 | 1 | -0/+241 |