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
2017-05-09avfilter/vf_histogram: actually add parade display modePaul B Mahol
2016-09-10avfilter/vf_histogram: set foreground alpha if possible in destination formatPaul B Mahol
2016-08-19avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol
2016-06-11avfilter/vf_histogram: indent histogram optionsDave Rice
2016-06-11avfilter/vf_histogram: shortcuts for histogram optionsDave Rice
2016-03-06avfilter/vf_histogram: add 12bit depth supportPaul B Mahol
2016-03-05avfilter/vf_histogram: explicitly set 10bit output formatsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-21lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde
2015-12-01avfilter/vf_histogram: remove deprecated stuffPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-04avfilter/vf_histogram: Fix order of operations with flagsMichael Niedermayer
2015-08-28avfilter/vf_histogram: 9 and 10 bit depth supportPaul B Mahol
2015-08-26avfilter/vf_histogram: fix bug in checking pixel format flagsPaul B Mahol
2015-08-23avfilter/vf_histogram: levels: support more input pixel formatsPaul B Mahol
2015-08-22avfilter: add waveform monitor filterPaul B Mahol
2015-08-21avfilter: add video vectorscope filterPaul B Mahol
2015-08-19avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
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