summaryrefslogtreecommitdiff
path: root/libavfilter/vf_histogram.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol2013-10-04
* avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-02
* avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint2013-10-02
* avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol2013-10-01
* avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...Marton Balint2013-10-01
* avfilter/vf_histogram: improve waveform speedMarton Balint2013-10-01
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/histogram: cache log2 of max_hvalPaul B Mahol2013-05-19
* lavfi/histogram: logarithmic mode for levelsPaul B Mahol2013-05-15
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-08
* vf_histogram: avoid floats, unbreak fateMichael Niedermayer2013-04-15
* lavfi/histogram: remove pointless storePaul B Mahol2013-04-15
* lavfi/histogram: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/histogram: use standard options parsingPaul B Mahol2013-04-08
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol2013-02-18
* lavfi/histogram: make waveform mode more usefulPaul B Mahol2013-02-09
* lavfi/histogram: make it C90 compliantPaul B Mahol2013-02-09
* histogram filterPaul B Mahol2013-02-09