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
*
lavfi/formats: fix segfault when allocation fails
Ganesh Ajjanagadde
2015-12-11
1
-1
/
+1
*
avfilter/af_aemphasis: more declarations above
Paul B Mahol
2015-12-11
1
-1
/
+1
*
lavfi/vf_alphamerge: fix unitialized pointers
Ganesh Ajjanagadde
2015-12-10
1
-1
/
+1
*
lavfi/vf_overlay: fix unitialized pointers
Ganesh Ajjanagadde
2015-12-10
1
-2
/
+2
*
avfilter/x86/vf_maskedmerge: move %define out of .nextrow
Paul B Mahol
2015-12-10
1
-2
/
+2
*
avfilter/avf_showfreqs: avoid wasteful pow
Ganesh Ajjanagadde
2015-12-09
1
-1
/
+2
*
lavfi/af_amix: fix memory leak
Ganesh Ajjanagadde
2015-12-09
1
-13
/
+16
*
lavfi/af_channelmap: fix memory leak
Ganesh Ajjanagadde
2015-12-09
1
-1
/
+10
*
lavfi/vf_alphamerge: fix memory leaks
Ganesh Ajjanagadde
2015-12-09
1
-3
/
+13
*
lavfi/vf_overlay: fix memory leaks
Ganesh Ajjanagadde
2015-12-09
1
-9
/
+25
*
lavfi/show_palette: fix memory leak
Ganesh Ajjanagadde
2015-12-09
1
-4
/
+12
*
avfilter/vf_delogo: round to the closest value
Jean Delvare
2015-12-09
1
-2
/
+3
*
avfilter/af_biquads: pass filter ctx to av_log calls
Paul B Mahol
2015-12-07
1
-11
/
+13
*
avfilter/showcqt: BASEFREQ and ENDFREQ cast to double
Muhammad Faiz
2015-12-07
1
-1
/
+1
*
avfilter/af_alimiter: add 3 more options
Paul B Mahol
2015-12-06
1
-7
/
+16
*
avfilter/af_stereotools: fix logic fail
Paul B Mahol
2015-12-06
1
-1
/
+1
*
avfilter/af_stereotools: check s->length size
Paul B Mahol
2015-12-05
1
-0
/
+4
*
avfilter/codecview: reindent after previous commit
Clément Bœsch
2015-12-05
1
-14
/
+14
*
avfilter/codecview: add QP support
Clément Bœsch
2015-12-05
1
-1
/
+42
*
avfilter: add audio emphasis filter
Paul B Mahol
2015-12-04
4
-1
/
+373
*
avfilter: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
3
-3
/
+3
*
avfilter/af_agate: change default for detection to rms
Paul B Mahol
2015-12-03
1
-1
/
+1
*
avfilter/af_sidechaincompress: kill init function
Paul B Mahol
2015-12-03
1
-16
/
+7
*
avfilter/af_agate: compile agate only when requested.
Paul B Mahol
2015-12-03
1
-29
/
+33
*
avfilter/af_agate: add level_sc option for sidechaingate filter
Paul B Mahol
2015-12-03
1
-11
/
+13
*
avfilter: add sidechaingate filter
Paul B Mahol
2015-12-03
4
-4
/
+170
*
avfilter/af_agate: prepare for adding sidechain version
Paul B Mahol
2015-12-03
1
-26
/
+33
*
avfilter/af_flanger: use rint instead of floor hack
Ganesh Ajjanagadde
2015-12-02
1
-1
/
+1
*
avfilter/vf_perspective: use lrint instead of floor hack
Ganesh Ajjanagadde
2015-12-02
1
-5
/
+5
*
avfilter/vsrc_mptestsrc: use lrint instead of floor hack
Ganesh Ajjanagadde
2015-12-02
1
-1
/
+1
*
avfilter/af_compand: do not clip; allow >0dB curve points
Paul B Mahol
2015-12-02
1
-7
/
+5
*
avfilter/af_stereotools: remove floor usage
Paul B Mahol
2015-12-02
1
-4
/
+4
*
avfilter: add audio pulsator filter
Paul B Mahol
2015-12-02
4
-1
/
+257
*
avfilter/af_volumedetect: use log10 instead of hardcoded constant
Ganesh Ajjanagadde
2015-12-01
1
-1
/
+1
*
avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does ...
Michael Niedermayer
2015-12-01
1
-4
/
+4
*
avfilter/vf_histogram: remove deprecated stuff
Paul B Mahol
2015-12-01
1
-273
/
+97
*
avfilter/af_compand: use hypot()
Ganesh Ajjanagadde
2015-11-30
1
-2
/
+2
*
avfilter/af_sidechaincompress: do not require writable input frames for acomp...
Paul B Mahol
2015-11-30
1
-10
/
+25
*
avfilter/af_sidechaincompress: add level_in and level_sc options
Paul B Mahol
2015-11-30
1
-17
/
+24
*
avfilter/af_sidechaincompress: fix output gain for rms(default) detection
Paul B Mahol
2015-11-29
1
-1
/
+3
*
avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 ...
Michael Niedermayer
2015-11-29
1
-1
/
+1
*
avfilter/avf_showvolume: fix several issues
Paul B Mahol
2015-11-29
1
-17
/
+38
*
avfilter: add audio compressor filter
Paul B Mahol
2015-11-28
4
-30
/
+131
*
avfilter: add compensation delay line filter
Paul B Mahol
2015-11-28
4
-1
/
+201
*
avfilter/vsrc_mptestsrc: use hypot()
Ganesh Ajjanagadde
2015-11-26
1
-1
/
+1
*
avfilter/af_dynaudnorm: remove wasteful pow
Ganesh Ajjanagadde
2015-11-26
1
-2
/
+2
*
avfilter/af_afade: improve accuracy and speed of gain computation
Ganesh Ajjanagadde
2015-11-26
1
-8
/
+12
*
avfilter/vf_stack: make it possible to stop with shortest stream
Paul B Mahol
2015-11-26
1
-1
/
+3
*
avfilter: add '.' at and of long filter description where it is missing
Paul B Mahol
2015-11-25
10
-14
/
+14
*
avfilter: do not leak frame if ff_get_audio_buffer() fails
Paul B Mahol
2015-11-25
4
-4
/
+12
[next]