summaryrefslogtreecommitdiff
path: root/libavfilter/vf_histogram.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_histogram: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter/vf_histogram: add more color modesPaul B Mahol2021-10-271-2/+52
* avfilter/vf_histogram: add colors_mode optionPaul B Mahol2021-10-141-14/+98
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_histogram: add slide modes for thistogramPaul B Mahol2020-09-261-1/+41
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-6/+6
* avfilter/vf_histogram: add envelope to thistogram filterPaul B Mahol2019-12-301-2/+46
* avfilter/vf_histogram: add support for 12bit yuva formatsPaul B Mahol2019-12-291-1/+2
* avfilter/vf_histogram: reindent after previous commitPaul B Mahol2019-12-291-55/+55
* avfilter: add thistogram video filterPaul B Mahol2019-12-291-23/+111
* avfilter/vf_histogram: use the name 's' for the pointer to the private contextPaul B Mahol2019-12-261-62/+62
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+4
* avfilter/vf_histogram: actually add parade display modePaul B Mahol2017-05-091-14/+16
* avfilter/vf_histogram: set foreground alpha if possible in destination formatPaul B Mahol2016-09-101-2/+4
* avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol2016-08-191-6/+15
* avfilter/vf_histogram: indent histogram optionsDave Rice2016-06-111-4/+4
* avfilter/vf_histogram: shortcuts for histogram optionsDave Rice2016-06-111-0/+3
* avfilter/vf_histogram: add 12bit depth supportPaul B Mahol2016-03-061-0/+17
* avfilter/vf_histogram: explicitly set 10bit output formatsPaul B Mahol2016-03-041-1/+3
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* avfilter/vf_histogram: remove deprecated stuffPaul B Mahol2015-12-011-273/+97
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+5
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-9/+9
* avfilter/vf_histogram: Fix order of operations with flagsMichael Niedermayer2015-09-031-1/+1
* avfilter/vf_histogram: 9 and 10 bit depth supportPaul B Mahol2015-08-281-30/+106
* avfilter/vf_histogram: fix bug in checking pixel format flagsPaul B Mahol2015-08-261-1/+1
* avfilter/vf_histogram: levels: support more input pixel formatsPaul B Mahol2015-08-231-12/+67
* avfilter: add waveform monitor filterPaul B Mahol2015-08-221-0/+1
* avfilter: add video vectorscope filterPaul B Mahol2015-08-201-0/+1
* avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol2015-08-191-4/+15
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+5
* avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* 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