summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_histogram.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+4
* avfilter/vf_histogram: actually add parade display modePaul B Mahol2017-05-091-14/+16
* avfilter/vf_histogram: set foreground alpha if possible in destination formatPaul B Mahol2016-09-101-2/+4
* avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol2016-08-191-6/+15
* avfilter/vf_histogram: indent histogram optionsDave Rice2016-06-111-4/+4
* avfilter/vf_histogram: shortcuts for histogram optionsDave Rice2016-06-111-0/+3
* avfilter/vf_histogram: add 12bit depth supportPaul B Mahol2016-03-061-0/+17
* avfilter/vf_histogram: explicitly set 10bit output formatsPaul B Mahol2016-03-041-1/+3
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* avfilter/vf_histogram: remove deprecated stuffPaul B Mahol2015-12-011-273/+97
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+5
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-9/+9
* avfilter/vf_histogram: Fix order of operations with flagsMichael Niedermayer2015-09-031-1/+1
* avfilter/vf_histogram: 9 and 10 bit depth supportPaul B Mahol2015-08-281-30/+106
* avfilter/vf_histogram: fix bug in checking pixel format flagsPaul B Mahol2015-08-261-1/+1
* avfilter/vf_histogram: levels: support more input pixel formatsPaul B Mahol2015-08-231-12/+67
* avfilter: add waveform monitor filterPaul B Mahol2015-08-221-0/+1
* avfilter: add video vectorscope filterPaul B Mahol2015-08-201-0/+1
* avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol2015-08-191-4/+15
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+5
* avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol2013-10-041-13/+13
* avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-021-5/+16
* avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint2013-10-021-4/+4
* avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol2013-10-011-3/+4
* avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...Marton Balint2013-10-011-7/+30
* avfilter/vf_histogram: improve waveform speedMarton Balint2013-10-011-30/+41
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* lavfi/histogram: cache log2 of max_hvalPaul B Mahol2013-05-191-5/+6
* lavfi/histogram: logarithmic mode for levelsPaul B Mahol2013-05-151-1/+10
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-081-1/+2
* vf_histogram: avoid floats, unbreak fateMichael Niedermayer2013-04-151-1/+1
* lavfi/histogram: remove pointless storePaul B Mahol2013-04-151-5/+2
* lavfi/histogram: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* lavfi/histogram: use standard options parsingPaul B Mahol2013-04-081-23/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-9/+7
* lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol2013-02-181-5/+10
* lavfi/histogram: make waveform mode more usefulPaul B Mahol2013-02-091-17/+29
* lavfi/histogram: make it C90 compliantPaul B Mahol2013-02-091-1/+2
* histogram filterPaul B Mahol2013-02-091-0/+329
OpenPOWER on IntegriCloud