index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_histogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: add support for GRAY9 and GBRAP10
Paul B Mahol
2017-08-07
1
-2
/
+4
*
avfilter/vf_histogram: actually add parade display mode
Paul B Mahol
2017-05-09
1
-14
/
+16
*
avfilter/vf_histogram: set foreground alpha if possible in destination format
Paul B Mahol
2016-09-10
1
-2
/
+4
*
avfilter/vf_histogram: make foreground and background opacity configurable
Paul B Mahol
2016-08-19
1
-6
/
+15
*
avfilter/vf_histogram: indent histogram options
Dave Rice
2016-06-11
1
-4
/
+4
*
avfilter/vf_histogram: shortcuts for histogram options
Dave Rice
2016-06-11
1
-0
/
+3
*
avfilter/vf_histogram: add 12bit depth support
Paul B Mahol
2016-03-06
1
-0
/
+17
*
avfilter/vf_histogram: explicitly set 10bit output formats
Paul B Mahol
2016-03-04
1
-1
/
+3
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-4
/
+4
*
lavfi/vf_histogram: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
avfilter/vf_histogram: remove deprecated stuff
Paul B Mahol
2015-12-01
1
-273
/
+97
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-2
/
+5
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-9
/
+9
*
avfilter/vf_histogram: Fix order of operations with flags
Michael Niedermayer
2015-09-03
1
-1
/
+1
*
avfilter/vf_histogram: 9 and 10 bit depth support
Paul B Mahol
2015-08-28
1
-30
/
+106
*
avfilter/vf_histogram: fix bug in checking pixel format flags
Paul B Mahol
2015-08-26
1
-1
/
+1
*
avfilter/vf_histogram: levels: support more input pixel formats
Paul B Mahol
2015-08-23
1
-12
/
+67
*
avfilter: add waveform monitor filter
Paul B Mahol
2015-08-22
1
-0
/
+1
*
avfilter: add video vectorscope filter
Paul B Mahol
2015-08-20
1
-0
/
+1
*
avfilter/vf_histogram: make it possible to pick color components for levels mode
Paul B Mahol
2015-08-19
1
-4
/
+15
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-3
/
+5
*
avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
2015-03-18
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter/vf_histogram: use const for variables that are not supposed to change
Paul B Mahol
2013-10-04
1
-13
/
+13
*
avfilter/vf_histogram: add mirrored waveform mode
Marton Balint
2013-10-02
1
-5
/
+16
*
avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...
Marton Balint
2013-10-02
1
-4
/
+4
*
avfilter/vf_histogram: change order of histograms for planar rgb
Paul B Mahol
2013-10-01
1
-3
/
+4
*
avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...
Marton Balint
2013-10-01
1
-7
/
+30
*
avfilter/vf_histogram: improve waveform speed
Marton Balint
2013-10-01
1
-30
/
+41
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-1
/
+1
*
lavfi/histogram: cache log2 of max_hval
Paul B Mahol
2013-05-19
1
-5
/
+6
*
lavfi/histogram: logarithmic mode for levels
Paul B Mahol
2013-05-15
1
-1
/
+10
*
lavfi: add gbrap support to some filters
Paul B Mahol
2013-05-08
1
-1
/
+2
*
vf_histogram: avoid floats, unbreak fate
Michael Niedermayer
2013-04-15
1
-1
/
+1
*
lavfi/histogram: remove pointless store
Paul B Mahol
2013-04-15
1
-5
/
+2
*
lavfi/histogram: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-3
/
+0
*
lavfi/histogram: use standard options parsing
Paul B Mahol
2013-04-08
1
-23
/
+3
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-9
/
+7
*
lavfi/histogram: overlay display mode for levels histogram mode
Paul B Mahol
2013-02-18
1
-5
/
+10
*
lavfi/histogram: make waveform mode more useful
Paul B Mahol
2013-02-09
1
-17
/
+29
*
lavfi/histogram: make it C90 compliant
Paul B Mahol
2013-02-09
1
-1
/
+2
*
histogram filter
Paul B Mahol
2013-02-09
1
-0
/
+329