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_sofalizer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz
Ganesh Ajjanagadde
2016-01-01
1
-14
/
+3
*
avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...
Paul B Mahol
2015-12-24
1
-172
/
+53
*
avfilter/af_sofalizer: Fix occured typo
Michael Niedermayer
2015-12-17
1
-1
/
+1
*
avfilter/af_sofalizer: use SIMD in compensate_volume()
Paul B Mahol
2015-12-16
1
-6
/
+8
*
avfilter/af_sofalizer: check av_fft_init return code
Paul B Mahol
2015-12-15
1
-0
/
+5
*
avfilter/af_sofalizer: add frequency domain processing and use it by default
Paul B Mahol
2015-12-14
1
-28
/
+269
*
avfilter/af_sofalizer: switch comments positions to correct order
Paul B Mahol
2015-12-13
1
-2
/
+2
*
avfilter/af_sofalizer: fix calculation of split point
Paul B Mahol
2015-12-13
1
-2
/
+4
*
avfilter/af_sofalizer: remove reorder hack
Paul B Mahol
2015-12-13
1
-135
/
+89
*
avfilter/af_sofalizer: move modulo operation out of loop
Paul B Mahol
2015-12-13
1
-6
/
+10
*
avfilter/af_sofalizer: make it possible to configure speaker elevation
Paul B Mahol
2015-12-13
1
-74
/
+81
*
avfilter/af_sofalizer: display some info when loading sofa file
Paul B Mahol
2015-12-12
1
-8
/
+41
*
avfilter: add SOFAlizer audio filter
Paul B Mahol
2015-12-12
1
-0
/
+1018