summaryrefslogtreecommitdiff
path: root/libavfilter/vf_histeq.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_histeq: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* 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/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-17
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter/vf_histeq: remove unused item from filter private contextPaul B Mahol2013-09-07
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* lavfi: add timeline support.Clément Bœsch2013-04-23
* lavfi/histeq: fix out of array writePaul B Mahol2013-04-17
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/histeq: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/histeq: use standard options parsing.Clément Bœsch2013-03-24
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: add histeq filterStefano Sabatini2013-01-05