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_biquads.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/af_biquads: use ff_filter_process_command()
Paul B Mahol
2019-10-14
1
-124
/
+10
*
avfilter/af_biquads: clip gain picked from command to sane values
Paul B Mahol
2019-07-08
1
-1
/
+1
*
avfilter/af_biquads: implement mix option to all filters
Paul B Mahol
2019-07-08
1
-9
/
+47
*
avfilter/af_biquads: add timeline support
Paul B Mahol
2019-05-01
1
-7
/
+15
*
avfilter/af_biquads: minor simplification by using ff_exp10()
Michael Niedermayer
2019-01-01
1
-1
/
+2
*
avfilter/af_biquads: Remove l from %lf in av_log environment
Michael Niedermayer
2018-10-07
1
-1
/
+1
*
avfilter/af_biquads: add slice threading
Paul B Mahol
2018-05-01
1
-15
/
+37
*
avfilter/af_biquads: change clipping detection from global to channel
Paul B Mahol
2018-05-01
1
-13
/
+17
*
avfilter: add lowshelf and highshelf filters
Paul B Mahol
2018-04-17
1
-9
/
+69
*
avfilter/av_biquads: scale a0 too
Paul B Mahol
2018-01-06
1
-0
/
+1
*
avfilter: add arbitrary audio IIR filter
Paul B Mahol
2018-01-05
1
-0
/
+2
*
avfilter: pass outlink to ff_get_audio_buffer()
Paul B Mahol
2018-01-03
1
-1
/
+1
*
avfilter/af_biquads: change defaults for biquad filter
Paul B Mahol
2017-12-21
1
-5
/
+5
*
avfilter/af_biquads: increase width range
Paul B Mahol
2017-12-21
1
-10
/
+10
*
avfilter/af_biquads: add kHz width_type
Paul B Mahol
2017-12-21
1
-18
/
+32
*
avfilter/af_biquads: add missing break statements
Paul B Mahol
2017-12-17
1
-4
/
+4
*
avfilter/af_biquads: remove unused enum item
Paul B Mahol
2017-12-17
1
-1
/
+0
*
avfilter/av_biquads: add support for commands
Paul B Mahol
2017-12-17
1
-2
/
+119
*
libavfilter/af_biquads: add shorter option for width_type
Paul B Mahol
2017-06-18
1
-0
/
+8
*
avfilter/af_biquads: allow filtering only selected channels
Paul B Mahol
2017-04-25
1
-1
/
+29
*
avfilter: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-1
/
+1
*
libavfilter/af_biquads: warn about clipping only after frame with clipping
Sergey Kudryashov
2017-01-12
1
-0
/
+1
*
avfilter/af_biquads: display clipping warnings once per filtered frame
Paul B Mahol
2015-12-23
1
-10
/
+14
*
avfilter/af_biquads: pass filter ctx to av_log calls
Paul B Mahol
2015-12-07
1
-11
/
+13
*
avfilter: do not leak frame if ff_get_audio_buffer() fails
Paul B Mahol
2015-11-25
1
-1
/
+3
*
avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()
Paul B Mahol
2015-09-12
1
-1
/
+1
*
avfilter/treble: use AV_OPT_TYPE_BOOL for csg option
Clément Bœsch
2015-09-12
1
-1
/
+1
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-5
/
+8
*
avfilter/af_biquads: Change width_type to int as its accessed as int via AVOp...
Michael Niedermayer
2015-03-02
1
-1
/
+1
*
avfilter/af_biquads: use the name 's' for the pointer to the private context
Paul B Mahol
2015-01-28
1
-105
/
+105
*
avfilter/biquads: avoid clipping when using floating type
Muhammad Faiz
2014-07-21
1
-11
/
+11
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-10
/
+10
*
Rename constant HZ in af_biquads.c as HERTZ.
Carl Eugen Hoyos
2013-06-30
1
-18
/
+18
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-3
/
+3
*
lavfi/biquads: switch to an AVOptions-based system
Paul B Mahol
2013-04-11
1
-7
/
+0
*
lavfi/afade * biquads: call av_frame_copy_props()
Paul B Mahol
2013-04-03
1
-1
/
+1
*
lavfi/biquads: fix min allowed option value
Paul B Mahol
2013-03-28
1
-6
/
+6
*
avfilter: avoid direct access to AVFrame.channels
Michael Niedermayer
2013-03-15
1
-1
/
+1
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-7
/
+7
*
af_biquads: memset(0) cache
Michael Niedermayer
2013-02-25
1
-0
/
+1
*
af_biquad: avoid subtraction in loop
Michael Niedermayer
2013-02-07
1
-3
/
+5
*
af_biquad: unroll loop, remove variable copies
Michael Niedermayer
2013-02-07
1
-1
/
+26
*
lavfi/biquads: remove pointless casts
Paul B Mahol
2013-01-31
1
-5
/
+5
*
Port biquads filters from SoX
Paul B Mahol
2013-01-31
1
-0
/
+599