summaryrefslogtreecommitdiff
path: root/libavfilter/avf_ahistogram.c
Commit message (Expand)AuthorAge
* avfilter/avf_ahistogram: request new frames only when neededPaul B Mahol2022-05-09
* avfilter/avf_ahistogram: set time_base to outlinkPaul B Mahol2022-04-19
* avfilter/avf_ahistogram: fix off by one in slide modePaul B Mahol2022-03-19
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/avf_ahistogram: use av_clip_uint8() insteadPaul B Mahol2022-03-06
* avfilter/avf_ahistogram: add new histogram mode optionPaul B Mahol2022-03-05
* avfilter/avf_ahistogram: make frame writable before writing to itPaul B Mahol2022-03-04
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avf_ahistogram: check if frame clone is setPaul B Mahol2020-01-14
* avfilter/avf_ahistogram: make use of av_rescalePaul B Mahol2019-05-28
* avfilter/avf_ahistogram: switch to activatePaul B Mahol2019-04-29
* avfilter/avf_ahistogram: properly name padsPaul B Mahol2019-04-29
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avfilter/avf_ahistogram: raise minimum acmax to 1Michael Niedermayer2016-05-21
* avfilter/avf_ahistogram: assert that variables are initialized by switch()Michael Niedermayer2016-02-12
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-15