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
/
avf_showspectrum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size
Paul B Mahol
2016-01-18
1
-5
/
+5
*
avfilter/avf_showspectrum: reduce number of operations
Paul B Mahol
2016-01-12
1
-6
/
+8
*
avfilter/avf_showspectrum: add posibility to display phase
Paul B Mahol
2016-01-12
1
-4
/
+52
*
avf_showspectrum: Silence "deprecated pixel format" warning
Timothy Gu
2016-01-09
1
-1
/
+1
*
avfilter/avf_showspectrum: set color range to frame
Paul B Mahol
2016-01-09
1
-0
/
+1
*
avfilter/avf_showspectrum: add cool color map
Paul B Mahol
2016-01-08
1
-5
/
+13
*
avfilter/avf_showspectrum: add option to draw legend
Paul B Mahol
2016-01-08
1
-74
/
+296
*
lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))
Ganesh Ajjanagadde
2016-01-07
1
-1
/
+1
*
avfilter/window_func: add tukey window function
Paul B Mahol
2016-01-05
1
-0
/
+2
*
avfilter/avf_showspectrum: use av_clip/lrintf
Paul B Mahol
2016-01-05
1
-3
/
+3
*
avfilter/avf_showspectrum: add yet another color map
Paul B Mahol
2016-01-05
1
-1
/
+13
*
avfilter/avf_showspectrum: add option to set gain for calculating color inten...
Paul B Mahol
2016-01-04
1
-1
/
+5
*
avfilter/avf_showspectrum: finally fix log scaler
Paul B Mahol
2016-01-03
1
-1
/
+1
*
avfilter/avf_showspectrum: switch to FFT
Paul B Mahol
2016-01-03
1
-43
/
+47
*
avfilter/avf_showspectrum: add 4th and 5th root scaler
Paul B Mahol
2016-01-02
1
-1
/
+11
*
avfilter/avf_showspectrum: make some helper functions
Paul B Mahol
2016-01-02
1
-51
/
+57
*
avfilter/avf_showspectrum: fix null pointer dereference if allocation fails
Paul B Mahol
2016-01-02
1
-4
/
+8
*
avfilter/avf_showspectrum: add fiery color map
Paul B Mahol
2016-01-02
1
-1
/
+13
*
avfilter: add showspectrumpic filter
Paul B Mahol
2016-01-02
1
-45
/
+260
*
avfilter/avf_showspectrum: store win_size in private context and calculate it...
Paul B Mahol
2016-01-02
1
-22
/
+17
*
avfilter/avf_showspectrum: add window overlap support
Paul B Mahol
2015-12-31
1
-9
/
+49
*
avfilter/avf_showspectrum: add fire color map
Paul B Mahol
2015-12-31
1
-1
/
+12
*
avfilter/avf_showspectrum: add nebulae color map
Paul B Mahol
2015-12-30
1
-1
/
+12
*
avfilter/avf_showspectrum: add moreland color map
Paul B Mahol
2015-12-30
1
-4
/
+14
*
avfilter/avf_showspectrum: add rainbow colormap
Paul B Mahol
2015-12-29
1
-23
/
+37
*
avfilter/avf_showspectrum: properly calculate w factor
Paul B Mahol
2015-12-29
1
-1
/
+7
*
avfilter/avf_showspectrum: add horizontal orientation support
Paul B Mahol
2015-12-29
1
-41
/
+111
*
avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()
Paul B Mahol
2015-12-28
1
-1
/
+1
*
avfilter/avf_showspectrum: make colors for log scale more user friendly
Paul B Mahol
2015-12-28
1
-1
/
+1
*
avfilter/avf_showspectrum: use ff_generate_window_func
Paul B Mahol
2015-12-28
1
-26
/
+19
*
avfilter/avf_showspectrum: add rscroll sliding mode
Paul B Mahol
2015-12-28
1
-2
/
+12
*
lavfi/avf_showspectrum: replace rint by lrint
Ganesh Ajjanagadde
2015-12-26
1
-1
/
+1
*
avfilter/avf_showspectrum: use log10 instead of log()/...
Ganesh Ajjanagadde
2015-10-29
1
-1
/
+1
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-12
/
+9
*
lavfi/avf_showspectrum: reindent after last commit.
Nicolas George
2015-10-07
1
-11
/
+10
*
lavfi/avf_showspectrum: remove looping on request_frame().
Nicolas George
2015-10-07
1
-6
/
+1
*
avfilter/avf_showspectrum: use av_calloc()
Paul B Mahol
2015-08-06
1
-9
/
+2
*
avfilter/avf_showspectrum: reindent
Paul B Mahol
2015-08-04
1
-136
/
+134
*
avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOpti...
Michael Niedermayer
2015-03-02
1
-4
/
+4
*
avfilter/avf_showspectrum: fix colums typo
Michael Niedermayer
2014-08-20
1
-1
/
+1
*
lavfi/avf_showspectrum: check RDFT context init.
Nicolas George
2014-08-14
1
-0
/
+5
*
lavfi/avf_showspectrum: add full frame sliding mode.
Nicolas George
2014-08-14
1
-18
/
+32
*
lavfi/avf_showspectrum: use automatic framing.
Nicolas George
2014-08-14
1
-31
/
+17
*
lavfi/avf_showspectrum: do not push the frame at EOF.
Nicolas George
2014-08-14
1
-2
/
+0
*
lavfi/avf_showspectrum: fix output pts computation.
Nicolas George
2014-08-14
1
-1
/
+1
*
lavfi/avf_showspectrum: set output frame rate.
Nicolas George
2014-08-14
1
-0
/
+2
*
avfilter/avf_showspectrum: fix macro ()
Michael Niedermayer
2014-06-21
1
-2
/
+2
*
avfilter/showspectrum: use 0 dummies for range in const.
Clément Bœsch
2013-11-20
1
-3
/
+3
*
avfilter/showspectrum: reindent const options.
Clément Bœsch
2013-11-20
1
-10
/
+10
*
avfilter/showspectrum: add blackman window.
Clément Bœsch
2013-11-20
1
-1
/
+7
[next]