summaryrefslogtreecommitdiff
path: root/libavfilter/avf_ahistogram.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-2/+7
* lavfi/avf_ahistogram: set frame durationsAnton Khirnov2022-10-041-0/+1
* avfilter/avf_ahistogram: request new frames only when neededPaul B Mahol2022-05-091-0/+5
* avfilter/avf_ahistogram: set time_base to outlinkPaul B Mahol2022-04-191-1/+2
* avfilter/avf_ahistogram: fix off by one in slide modePaul B Mahol2022-03-191-1/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-3/+3
* avfilter/avf_ahistogram: use av_clip_uint8() insteadPaul B Mahol2022-03-061-4/+4
* avfilter/avf_ahistogram: add new histogram mode optionPaul B Mahol2022-03-051-10/+57
* avfilter/avf_ahistogram: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/avf_ahistogram: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* avfilter/avf_ahistogram: make use of av_rescalePaul B Mahol2019-05-281-1/+1
* avfilter/avf_ahistogram: switch to activatePaul B Mahol2019-04-291-7/+26
* avfilter/avf_ahistogram: properly name padsPaul B Mahol2019-04-291-4/+4
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avfilter/avf_ahistogram: raise minimum acmax to 1Michael Niedermayer2016-05-211-1/+1
* avfilter/avf_ahistogram: assert that variables are initialized by switch()Michael Niedermayer2016-02-121-0/+2
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-151-0/+411