summaryrefslogtreecommitdiff
path: root/libavfilter/vf_eq.c
Commit message (Expand)AuthorAge
* avfilter/vf_eq: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_eq: add support for alpha channelthe.real.laplace@gmail.com2021-10-21
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_eq: 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: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_eq: cosmeticsLimin Wang2020-01-14
* lavfi/eq: enable runtime change flagJun Zhao2020-01-13
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
* checkasm/vf_eq: add test for vf_eqTing Fu2019-09-26
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-24
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* Timeline function for the eq filterIlya872016-06-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_eq: Support contrast from -1000 to 1000Michael Niedermayer2015-07-16
* lavfi/eq: rework expression evaluationarwa arif2015-03-20
* lavfi/eq: factorize code in process_command()Stefano Sabatini2015-03-20
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* lavfi/eq: clarify error message in case of expression parsing errorStefano Sabatini2015-03-15
* avfilter/vf_eq: Add process_command to eq.Arwa Arif2015-02-20
* avfilter/vf_eq: mark src as constMichael Niedermayer2015-01-27
* avfilter/vf_eq: Fix clipping codeMichael Niedermayer2015-01-26
* avfilter/vf_eq: fix leak of input framePaul B Mahol2015-01-26
* avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-26