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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vf_scale: Detecting changes of incoming frame properties and dinamically eval...
Bela Bodecs
2016-01-20
1
-5
/
+26
*
vf_overlay: handles expression evaluation of frame size change in frame-by-fr...
Bela Bodecs
2016-01-19
1
-0
/
+5
*
avfilter/af_dynaudnorm: call uninit() from config_input()
Paul B Mahol
2016-01-19
1
-29
/
+31
*
avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size
Paul B Mahol
2016-01-18
2
-10
/
+10
*
avfilter/af_sidechaincompress & af_agate: use audio fifo from lavu
Paul B Mahol
2016-01-15
2
-55
/
+102
*
avfilter: add ahistogram multimedia filter
Paul B Mahol
2016-01-15
4
-1
/
+414
*
avfilter/vaf_spectrumsynth: Fix mixed declaration and statment
Michael Niedermayer
2016-01-15
1
-1
/
+2
*
avfilter/vf_fftfilt: this is video filter so use pixels instead of samples
Paul B Mahol
2016-01-14
1
-1
/
+1
*
avfilter/vf_fftfilt: use the name 's' for the pointer to the private context
Paul B Mahol
2016-01-14
1
-72
/
+72
*
avfilter: add spectrumsynth filter
Paul B Mahol
2016-01-14
4
-1
/
+536
*
avfilter/af_dynaudnorm: fix possible null pointer dereference
Paul B Mahol
2016-01-14
1
-4
/
+8
*
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_showfreqs: fix possible null pointer dereference
Paul B Mahol
2016-01-08
1
-2
/
+4
*
x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high
Hendrik Leppkes
2016-01-08
2
-3
/
+34
*
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
*
lavfi/deshake: use FF_CEIL_RSHIFT()
Clément Bœsch
2016-01-07
1
-5
/
+5
*
avfilter/formats: fix leak of formats on error
Paul B Mahol
2016-01-07
1
-0
/
+4
*
avfilter/vf_pad: fix direct padding
Andrey Turkin
2016-01-06
1
-1
/
+1
*
lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)
Ganesh Ajjanagadde
2016-01-05
1
-1
/
+1
*
avfilter/avf_avectorscope: add line drawing support
Paul B Mahol
2016-01-05
1
-4
/
+55
*
avfilter/window_func: add tukey window function
Paul B Mahol
2016-01-05
4
-1
/
+16
*
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
*
lavfi/drawtext: Fix microsecond display.
Carl Eugen Hoyos
2016-01-03
1
-1
/
+1
*
lavfi/vf_decimate: do not compare the first frame to itself.
Nicolas George
2016-01-03
1
-3
/
+6
*
x86/vf_stereo3d: remove a few unnecessary movas
James Almer
2016-01-03
1
-12
/
+12
*
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
4
-46
/
+263
*
avfilter/avf_showspectrum: store win_size in private context and calculate it...
Paul B Mahol
2016-01-02
1
-22
/
+17
*
avfilter/vf_zoompan: do not free frame we pushed to lavfi
Paul B Mahol
2016-01-02
1
-1
/
+1
*
lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz
Ganesh Ajjanagadde
2016-01-01
1
-14
/
+3
*
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/trim: support all channel numbers in atrim filter
Paul B Mahol
2015-12-31
1
-0
/
+1
*
avfilter/vf_scale: set proper out frame color range
Thomas Mundt
2015-12-31
1
-0
/
+2
*
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
[next]