summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hue.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_hue: 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
* avfilter/hue: fix range in commentGyan Doshi2020-03-24
* lavfi/hue: enable runtime change flagJun Zhao2020-01-13
* avfilter/vf_hue: 10bit supportMichael Niedermayer2018-08-16
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde2015-12-26
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* lavfi/hue: show first decimal value of saturationStefano Sabatini2013-12-20
* lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c()Stefano Sabatini2013-12-20
* lavfi/hue: force table initialization for the first frameStefano Sabatini2013-12-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol2013-09-03
* lavfi/hue: allow changing brightnessPaul B Mahol2013-08-22
* lavfi/hue: use lookup tablesPaul B Mahol2013-08-21
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi/hue: rework logic for setting commandsStefano Sabatini2013-04-23
* lavfi: add timeline support.Clément Bœsch2013-04-23
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi/hue: add support for more alpha formatsPaul B Mahol2013-04-12
* lavfi/hue: copy alpha plane tooPaul B Mahol2013-04-12
* lavfi/hue: make do while (0) form meaningful.Clément Bœsch2013-04-12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/hue: extend debugging messageStefano Sabatini2013-04-11
* lavfi/hue: reindent after last commitStefano Sabatini2013-04-11
* lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini2013-04-11
* lavfi/hue: reindent.Clément Bœsch2013-03-10
* lavfi/hue: add an optimized direct path.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/hue: reindent after previous commitStefano Sabatini2013-02-20
* lavfi/hue: simplify parsing by making use of option shorthandsStefano Sabatini2013-02-20
* lavfi/hue: move to ff_filter_frame.Clément Bœsch2012-12-02
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini2012-09-23
* lavfi/hue: set to NULL freed pointersStefano Sabatini2012-09-21
* lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini2012-09-21
* lavfi/hue: add dynamic expression evaluation supportJérémy Tran2012-09-15
* vf_hue: fix AVOption defaultsMichael Niedermayer2012-09-05
* lavfi/hue: add process_command callbackJérémy Tran2012-08-31