summaryrefslogtreecommitdiff
path: root/libavfilter/vf_histogram.c
Commit message (Expand)AuthorAgeFilesLines
* 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