Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-06avfilter/vf_eq: Move ff_nlmeans_init into a headerAndreas Rheinhardt
2021-10-21avfilter/vf_eq: add support for alpha channelthe.real.laplace@gmail.com
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_eq: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-01-14avfilter/vf_eq: cosmeticsLimin Wang
2020-01-13lavfi/eq: enable runtime change flagJun Zhao
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-09-26checkasm/vf_eq: add test for vf_eqTing Fu
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-06-13Timeline function for the eq filterIlya87
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-07-16avfilter/vf_eq: Support contrast from -1000 to 1000Michael Niedermayer
2015-03-20lavfi/eq: rework expression evaluationarwa arif
2015-03-20lavfi/eq: factorize code in process_command()Stefano Sabatini
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-03-15lavfi/eq: clarify error message in case of expression parsing errorStefano Sabatini
2015-02-20avfilter/vf_eq: Add process_command to eq.Arwa Arif
2015-01-27avfilter/vf_eq: mark src as constMichael Niedermayer
2015-01-27avfilter/vf_eq: Fix clipping codeMichael Niedermayer
2015-01-26avfilter/vf_eq: fix leak of input framePaul B Mahol
2015-01-26avfilter: Port mp=eq/eq2 to lavfiArwa Arif