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_volume.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: pass outlink to ff_get_audio_buffer()
Paul B Mahol
2018-01-03
1
-1
/
+1
*
avfilter: do not leak AVFrame on failed buffer allocation
Paul B Mahol
2017-06-24
1
-1
/
+3
*
avfilter: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-1
/
+1
*
lavfi: split frame_count between input and output.
Nicolas George
2016-11-13
1
-1
/
+1
*
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
Ganesh Ajjanagadde
2016-03-22
1
-0
/
+1
*
lavfi/af_volume: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
avfilter/af_volume: use log10 instead of log()/M_LN10
Ganesh Ajjanagadde
2015-10-29
1
-1
/
+1
*
avfilter/volume: drop useless trailing comma
Clément Bœsch
2015-09-08
1
-1
/
+1
*
avfilter/volume: fix missing filtering flags for a bunch of options
Clément Bœsch
2015-09-08
1
-7
/
+7
*
avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option
Clément Bœsch
2015-09-08
1
-1
/
+1
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-5
/
+8
*
avfilter/af_volume: fix precision=fixed and volume=0 case
Gilles Chanteperdrix
2015-03-01
1
-1
/
+2
*
avfilter/af_volume: Use avpriv_float_dsp_alloc()
Michael Niedermayer
2014-11-18
1
-4
/
+8
*
Add missing "const" all over the place.
Reimar Döffinger
2014-08-29
1
-1
/
+1
*
Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'
Michael Niedermayer
2014-04-13
1
-6
/
+17
|
\
|
*
af_volume: implement replaygain clipping prevention
Alessandro Ghedini
2014-04-13
1
-6
/
+17
*
|
Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06'
Michael Niedermayer
2014-04-05
1
-1
/
+3
|
\
\
|
|
/
|
*
af_volume: implement replaygain pre-amplification
Alessandro Ghedini
2014-04-04
1
-1
/
+3
*
|
Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15'
Michael Niedermayer
2014-03-24
1
-1
/
+40
|
\
\
|
|
/
|
*
af_volume: support using replaygain frame side data
Anton Khirnov
2014-03-24
1
-0
/
+39
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-05
1
-0
/
+2
|
\
\
|
|
/
|
*
avfilter: Add missing emms_c when needed
Luca Barbato
2014-03-05
1
-0
/
+2
*
|
Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f'
Michael Niedermayer
2014-02-24
1
-1
/
+7
|
\
\
|
|
/
|
*
af_volume: preserve frame properties
Anton Khirnov
2014-02-24
1
-1
/
+7
*
|
lavfi/volume: fix NULL reference in filter_frame()
Stefano Sabatini
2013-12-25
1
-1
/
+1
*
|
lavfi/volume: extend volume logging
Stefano Sabatini
2013-12-25
1
-6
/
+7
*
|
lavfi/volume: implement process_command() callback, with the volume command
Stefano Sabatini
2013-12-25
1
-0
/
+17
*
|
lavfi/volume: support volume expression and per-frame expression evaluation
Stefano Sabatini
2013-12-25
1
-19
/
+125
*
|
lavfi/volume: support all channel counts
Stefano Sabatini
2013-12-02
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-1
/
+1
*
|
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-1
/
+1
*
|
lavfi: replace passthrough_filter_frame with a flag.
Clément Bœsch
2013-05-12
1
-1
/
+1
*
|
Merge commit '093804a93cc5da3f95f98265a5df116912443cec'
Michael Niedermayer
2013-05-05
1
-1
/
+1
|
\
\
|
|
/
|
*
avfilter: Add av_cold attributes to init/uninit functions
Diego Biurrun
2013-05-04
1
-1
/
+1
|
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-1
/
+1
*
|
lavfi: add timeline support.
Clément Bœsch
2013-04-23
1
-0
/
+1
*
|
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-12
1
-1
/
+1
*
|
Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'
Michael Niedermayer
2013-04-11
1
-4
/
+1
|
\
\
|
|
/
|
*
af_volume: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+2
*
|
lavfi/volume: use designated initializers for the sample_fmts declaration.
Clément Bœsch
2013-03-31
1
-6
/
+3
*
|
lavfi/volume: use copy props helper instead of incomplete manual code.
Clément Bœsch
2013-03-31
1
-1
/
+1
*
|
lavfi/af_volume: use standard options parsing.
Nicolas George
2013-03-20
1
-10
/
+4
*
|
Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'
Michael Niedermayer
2013-03-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace remaining includes of audioconvert.h with channel_layout.h
Anton Khirnov
2013-03-08
1
-1
/
+1
*
|
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-6
/
+6
|
\
\
|
|
/
|
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-6
/
+6
|
*
x86: af_volume: add SSE2-optimized s16 volume scaling
Justin Ruggles
2012-12-05
1
-0
/
+3
|
*
lavfi: add volume filter
Justin Ruggles
2012-12-05
1
-0
/
+314
*
lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c
Stefano Sabatini
2012-12-08
1
-0
/
+311
[next]