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
/
af_anequalizer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/anequalizer: fix memory leak in error handling path
Jun Zhao
2019-09-11
1
-1
/
+3
*
avfilter/af_anequalizer: check return value of ff_insert_outpad()
Paul B Mahol
2018-09-15
1
-6
/
+15
*
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
Ganesh Ajjanagadde
2016-03-22
1
-0
/
+1
*
avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...
Michael Niedermayer
2016-02-12
1
-2
/
+2
*
avfilter/af_anequalizer: Fix memleak of args
Michael Niedermayer
2016-02-08
1
-0
/
+1
*
lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)
Ganesh Ajjanagadde
2015-12-28
1
-2
/
+2
*
lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-28
1
-9
/
+9
*
lavfi/af_anequalizer: remove cabs, cexp dependencies
Ganesh Ajjanagadde
2015-12-28
1
-8
/
+17
*
avfilter/af_anequalizer: make cliping filter type actually useful
Paul B Mahol
2015-12-25
1
-1
/
+1
*
avfilter/af_anequalizer: use pow instead of exp10
Paul B Mahol
2015-12-25
1
-9
/
+9
*
avfilter: add high-order parametric multiband equalizer filter
Paul B Mahol
2015-12-25
1
-0
/
+751