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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-10-27avfilter/vf_histogram: add more color modesPaul B Mahol
2021-10-14avfilter/vf_histogram: add colors_mode optionPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-26avfilter/vf_histogram: add slide modes for thistogramPaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-12-30avfilter/vf_histogram: add envelope to thistogram filterPaul B Mahol
2019-12-29avfilter/vf_histogram: add support for 12bit yuva formatsPaul B Mahol
2019-12-29avfilter/vf_histogram: reindent after previous commitPaul B Mahol
2019-12-29avfilter: add thistogram video filterPaul B Mahol
2019-12-26avfilter/vf_histogram: use the name 's' for the pointer to the private contextPaul B Mahol
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
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