summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_hue.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_hue: 10bit supportMichael Niedermayer2018-08-161-11/+92
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde2015-12-261-2/+2
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* lavfi/hue: show first decimal value of saturationStefano Sabatini2013-12-201-1/+1
* lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c()Stefano Sabatini2013-12-201-2/+2
* lavfi/hue: force table initialization for the first frameStefano Sabatini2013-12-201-2/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-8/+6
* lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol2013-09-031-9/+9
* lavfi/hue: allow changing brightnessPaul B Mahol2013-08-221-7/+62
* lavfi/hue: use lookup tablesPaul B Mahol2013-08-211-30/+49
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+2
* lavfi/hue: rework logic for setting commandsStefano Sabatini2013-04-231-16/+39
* lavfi: add timeline support.Clément Bœsch2013-04-231-0/+1
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-2/+1
* lavfi/hue: add support for more alpha formatsPaul B Mahol2013-04-121-0/+1
* lavfi/hue: copy alpha plane tooPaul B Mahol2013-04-121-1/+6
* lavfi/hue: make do while (0) form meaningful.Clément Bœsch2013-04-121-4/+4
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/hue: extend debugging messageStefano Sabatini2013-04-111-2/+3
* lavfi/hue: reindent after last commitStefano Sabatini2013-04-111-24/+23
* lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini2013-04-111-83/+45
* lavfi/hue: reindent.Clément Bœsch2013-03-101-10/+10
* lavfi/hue: add an optimized direct path.Clément Bœsch2013-03-101-0/+8
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-7/+6
* lavfi/hue: reindent after previous commitStefano Sabatini2013-02-201-30/+30
* lavfi/hue: simplify parsing by making use of option shorthandsStefano Sabatini2013-02-201-34/+3
* lavfi/hue: move to ff_filter_frame.Clément Bœsch2012-12-021-37/+14
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-20/+23
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-6/+6
* lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini2012-09-231-18/+9
* lavfi/hue: set to NULL freed pointersStefano Sabatini2012-09-211-1/+2
* lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini2012-09-211-0/+1
* lavfi/hue: add dynamic expression evaluation supportJérémy Tran2012-09-151-50/+195
* vf_hue: fix AVOption defaultsMichael Niedermayer2012-09-051-3/+3
* lavfi/hue: add process_command callbackJérémy Tran2012-08-311-4/+41
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-4/+6
* lavfi/hue: add verbose debug message showing initial parametersStefano Sabatini2012-08-161-0/+2
* lavfi/hue: reindent after previous commitsStefano Sabatini2012-08-161-26/+26
* lavfi/hue: apply misc fixes to default values settingStefano Sabatini2012-08-161-11/+10
* lavfi/hue: add named options supportJérémy Tran2012-08-161-7/+56
* lavfi: add hue filterJérémy Tran2012-08-131-0/+202
OpenPOWER on IntegriCloud