Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-18avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-04avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol
2013-10-03avfilter/vf_histogram: add mirrored waveform modeMarton Balint
2013-10-03avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint
2013-10-02avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol
2013-10-02avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...Marton Balint
2013-10-02avfilter/vf_histogram: improve waveform speedMarton Balint
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-19lavfi/histogram: cache log2 of max_hvalPaul B Mahol
2013-05-15lavfi/histogram: logarithmic mode for levelsPaul B Mahol
2013-05-08lavfi: add gbrap support to some filtersPaul B Mahol
2013-04-15vf_histogram: avoid floats, unbreak fateMichael Niedermayer
2013-04-15lavfi/histogram: remove pointless storePaul B Mahol
2013-04-11lavfi/histogram: switch to an AVOptions-based system.Clément Bœsch
2013-04-08lavfi/histogram: use standard options parsingPaul B Mahol
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-19lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol
2013-02-09lavfi/histogram: make waveform mode more usefulPaul B Mahol
2013-02-09lavfi/histogram: make it C90 compliantPaul B Mahol
2013-02-09histogram filterPaul B Mahol