| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -18/+18 |
* | avfilter/avf_ahistogram: refactor frame fill data code | Paul B Mahol | 2023-05-30 | 1 | -16/+36 |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -2/+7 |
* | lavfi/avf_ahistogram: set frame durations | Anton Khirnov | 2022-10-04 | 1 | -0/+1 |
* | avfilter/avf_ahistogram: request new frames only when needed | Paul B Mahol | 2022-05-09 | 1 | -0/+5 |
* | avfilter/avf_ahistogram: set time_base to outlink | Paul B Mahol | 2022-04-19 | 1 | -1/+2 |
* | avfilter/avf_ahistogram: fix off by one in slide mode | Paul B Mahol | 2022-03-19 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -3/+3 |
* | avfilter/avf_ahistogram: use av_clip_uint8() instead | Paul B Mahol | 2022-03-06 | 1 | -4/+4 |
* | avfilter/avf_ahistogram: add new histogram mode option | Paul B Mahol | 2022-03-05 | 1 | -10/+57 |
* | avfilter/avf_ahistogram: 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 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -4/+4 |
* | avfilter/avf_ahistogram: check if frame clone is set | Paul B Mahol | 2020-01-14 | 1 | -1/+6 |
* | avfilter/avf_ahistogram: make use of av_rescale | Paul B Mahol | 2019-05-28 | 1 | -1/+1 |
* | avfilter/avf_ahistogram: switch to activate | Paul B Mahol | 2019-04-29 | 1 | -7/+26 |
* | avfilter/avf_ahistogram: properly name pads | Paul B Mahol | 2019-04-29 | 1 | -4/+4 |
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -2/+2 |
* | avfilter/avf_ahistogram: raise minimum acmax to 1 | Michael Niedermayer | 2016-05-21 | 1 | -1/+1 |
* | avfilter/avf_ahistogram: assert that variables are initialized by switch() | Michael Niedermayer | 2016-02-12 | 1 | -0/+2 |
* | avfilter: add ahistogram multimedia filter | Paul B Mahol | 2016-01-15 | 1 | -0/+411 |