index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavfilter
/
af_dynaudnorm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/af_dynaudnorm: add curve option
Paul B Mahol
2022-11-10
1
-5
/
+61
*
avfilter/af_dynaudnorm: add slice threading support
Paul B Mahol
2022-11-04
1
-22
/
+64
*
avfilter/af_dynaudnorm: process also short durations
Paul B Mahol
2022-11-04
1
-10
/
+4
*
avfilter/af_dynaudnorm: fix parameter for copy samples function
Paul B Mahol
2022-09-18
1
-1
/
+1
*
avfilter/af_dynaudnorm: fix regression with channels option processing
Paul B Mahol
2022-03-15
1
-5
/
+7
*
avfilter: convert to new channel layout API
James Almer
2022-03-15
1
-18
/
+27
*
avfilter/af_dynaudnorm: reduce number of lines by using for (int ...
Paul B Mahol
2022-02-28
1
-45
/
+28
*
avfilter/af_dynaudnorm: use fmin/fmax for doubles
Paul B Mahol
2022-02-28
1
-12
/
+12
*
avfilter/af_dynaudnorm: add support for overlapping frames
Paul B Mahol
2022-02-28
1
-5
/
+39
*
avfilter/af_dynaudnorm: do not leak frame on error
Paul B Mahol
2022-02-28
1
-0
/
+2
*
avfilter/af_dynaudnorm: allocate new frame instead of making it writable
Paul B Mahol
2022-02-27
1
-8
/
+27
*
avfilter/af_dynaudnorm: allow to filter subset of channels
Paul B Mahol
2022-02-27
1
-4
/
+21
*
avfilter/af_dynaudnorm: make frame writable if it may be changed
Paul B Mahol
2022-02-27
1
-8
/
+19
*
avfilter/af_dynaudnorm: cleanup gaussian_filter() function
Paul B Mahol
2022-02-25
1
-2
/
+6
*
avfilter/af_dynaudnorm: Store format in filter, remove query function
Andreas Rheinhardt
2021-10-05
1
-18
/
+1
*
avfilter: Replace query_formats callback with union of list and callback
Andreas Rheinhardt
2021-10-05
1
-1
/
+1
*
avfilter/af_dynaudnorm: add support for filtering non-writable frames
Paul B Mahol
2021-10-05
1
-5
/
+20
*
avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode...
Paul B Mahol
2021-10-05
1
-1
/
+1
*
avfilter/af_dynaudnorm: improve EOF timestamp precision
Paul B Mahol
2021-09-12
1
-3
/
+6
*
avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter
Andreas Rheinhardt
2021-08-20
1
-4
/
+2
*
avfilter/formats: Factor common function combinations out
Andreas Rheinhardt
2021-08-13
1
-16
/
+3
*
avfilter: Constify all AVFilters
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avfilter/af_dynaudnorm: make better check for available samples
Paul B Mahol
2021-03-10
1
-2
/
+3
*
avfilter/af_dynaudnorm: use better limits for maximal amplification
Paul B Mahol
2020-01-11
1
-2
/
+3
*
avfilter/af_dynaudnorm: add support for commands
Paul B Mahol
2020-01-06
1
-62
/
+98
*
avfilter/af_dynaudnorm: use already available pointer
Paul B Mahol
2020-01-05
1
-1
/
+1
*
avfilter/af_dynaudnorm: move channels variable setup first
Paul B Mahol
2020-01-05
1
-2
/
+1
*
avfilter/af_dynaudnorm: fix another clipping with custom peak value
Paul B Mahol
2020-01-04
1
-1
/
+1
*
avfilter/af_dynaudnorm: implement threshold option
Paul B Mahol
2020-01-04
1
-15
/
+43
*
avfilter/af_dynaudnorm: do not clip audio
Paul B Mahol
2020-01-04
1
-0
/
+1
*
avfilter/af_dynaudnorm: fix previous commit
Paul B Mahol
2020-01-02
1
-5
/
+5
*
avfilter/af_dynaudnorm: do not enqueue flush buffers
Paul B Mahol
2020-01-02
1
-4
/
+8
*
avfilter/af_dynaudnorm: do not hang forever if only EOF is received
Paul B Mahol
2020-01-01
1
-6
/
+2
*
avfilter/af_dynaudnorm: do not error out if even filter size was given
Paul B Mahol
2020-01-01
1
-2
/
+2
*
avfilter/af_dynaudnorm: add more descriptive aliases for options
Paul B Mahol
2019-07-24
1
-9
/
+18
*
avfilter/af_dynaudnorm: add timeline support
Paul B Mahol
2019-04-30
1
-4
/
+15
*
avfilter/af_dynaudnorm: always update delay when flushing
Paul B Mahol
2019-04-30
1
-0
/
+1
*
avfilter/af_dynaudnorm: switch to activate
Paul B Mahol
2019-04-29
1
-17
/
+59
*
avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't...
Andy
2017-08-09
1
-1
/
+2
*
avfilter: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-3
/
+3
*
lavfi/dynaudnorm: rename pow2 to pow_2
Clément Bœsch
2017-03-29
1
-5
/
+5
*
avfilter/af_dynaudnorm: fix hang with too short input
Paul B Mahol
2017-01-08
1
-2
/
+9
*
avfilter/af_dynaudnorm: use better check for infinite loop
Paul B Mahol
2016-08-07
1
-1
/
+2
*
avfilter/af_dynaudnorm: improve pre-filling code
LoRd_MuldeR
2016-08-02
1
-6
/
+15
*
avfilter/af_dynaudnorm: call uninit() from config_input()
Paul B Mahol
2016-01-19
1
-29
/
+31
*
avfilter/af_dynaudnorm: fix possible null pointer dereference
Paul B Mahol
2016-01-14
1
-4
/
+8
*
lavfi/af_dynaudnorm: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
avfilter/af_dynaudnorm: use av_malloc_array()
Paul B Mahol
2015-12-19
1
-5
/
+5
*
avfilter/af_dynaudnorm: remove wasteful pow
Ganesh Ajjanagadde
2015-11-26
1
-2
/
+2
*
avfilter/af_dynaudnorm: use M_PI
Ganesh Ajjanagadde
2015-11-20
1
-3
/
+1
[next]