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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avfilter/af_afir: make number of segments extendable
Paul B Mahol
2018-12-29
2
-30
/
+48
*
avfilter/af_afir: use AVFrame for coeff too
Paul B Mahol
2018-12-29
2
-19
/
+9
*
avfilter/af_afir: use segment pointer
Paul B Mahol
2018-12-29
1
-19
/
+20
*
avfilter/af_afir: introduce uninit_segment() and use it
Paul B Mahol
2018-12-29
1
-18
/
+23
*
avfilter/af_afir: fix minp/maxp range and change default value for maxp
Paul B Mahol
2018-12-29
1
-2
/
+2
*
avfilter/af_afir: introduce init_segment() and use it
Paul B Mahol
2018-12-29
1
-30
/
+39
*
avfilter/af_afir: move allocation stuff where it belongs
Paul B Mahol
2018-12-29
1
-6
/
+7
*
avfilter/af_afir: introduce AudioFIRSegment structure and use it
Paul B Mahol
2018-12-29
2
-103
/
+86
*
afilter/af_afir: remove invalid delay
Paul B Mahol
2018-12-27
2
-20
/
+7
*
avfilter/af_afir: remove not needed nb_samples from filter context
Paul B Mahol
2018-12-27
2
-5
/
+2
*
avfilter/af_afir: remove not needed operations
Paul B Mahol
2018-12-27
1
-3
/
+2
*
avfilter/af_sofalizer: use av_log2()
Paul B Mahol
2018-12-27
1
-4
/
+4
*
avfilter/af_headphone: use av_log2()
Paul B Mahol
2018-12-27
1
-4
/
+4
*
avfilter/af_afir: remove dead store variable
Paul B Mahol
2018-12-26
2
-3
/
+1
*
avfilter/af_afir: remove unused variable
Paul B Mahol
2018-12-26
2
-4
/
+0
*
avfilter/af_headphone: fix regression after 7c201e420
Paul B Mahol
2018-12-26
1
-4
/
+4
*
avfilter/af_sofalizer: fix regression after 7ea4b928a264
Paul B Mahol
2018-12-26
1
-7
/
+7
*
avfilter/af_sofalizer: fix typo in comments
Paul B Mahol
2018-12-26
1
-1
/
+1
*
avfilter/af_sofalizer: use float constants
Paul B Mahol
2018-12-26
1
-2
/
+2
*
avfilter/af_sofalizer: add fltp sample format support
Paul B Mahol
2018-12-26
1
-28
/
+61
*
avfilter/af_headphone: speed up fast convolution
Paul B Mahol
2018-12-25
1
-12
/
+23
*
avfilter/af_sofalizer: speed up fast convolution
Paul B Mahol
2018-12-25
1
-16
/
+28
*
avfilter/af_surround: fix code indentation
Paul B Mahol
2018-12-24
1
-2
/
+2
*
avfilter/af_headphone: do not reduce LFE gain too much
Paul B Mahol
2018-12-24
1
-1
/
+1
*
avfilter/af_sofalizer: do not reduce LFE by 6dB
Paul B Mahol
2018-12-24
1
-2
/
+2
*
avfilter/af_sofalizer: fix memory leaks
Paul B Mahol
2018-12-23
1
-1
/
+1
*
avfilter/af_sofalizer: set delays when interpolation is disabled
Paul B Mahol
2018-12-23
1
-0
/
+7
*
avfilter/af_sofalizer: stop using easy API
Paul B Mahol
2018-12-23
1
-17
/
+100
*
avfilter/af_sofalizer: reset FFT pointers back to NULL
Paul B Mahol
2018-12-23
1
-0
/
+4
*
avfilter/af_sofalizer: pick IR length after loading sofa
Paul B Mahol
2018-12-23
1
-3
/
+5
*
avfilter/af_sofalizer: increase range for lfegain
Paul B Mahol
2018-12-23
1
-1
/
+1
*
avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domain
Paul B Mahol
2018-12-22
1
-21
/
+24
*
avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domain
Paul B Mahol
2018-12-22
1
-20
/
+25
*
avfilter/af_headphone: use fabsf() instead of fabs()
Paul B Mahol
2018-12-21
1
-3
/
+3
*
avfilter/af_sofalizer: use fabsf() instead of fabs()
Paul B Mahol
2018-12-21
1
-3
/
+3
*
avfilter/af_sofalizer: add framesize option
Paul B Mahol
2018-12-20
1
-2
/
+4
*
avfilter/af_sofalizer: increase max radius
Paul B Mahol
2018-12-20
1
-1
/
+1
*
avfilter/af_sofalizer: add printing of license back
Paul B Mahol
2018-12-20
1
-0
/
+4
*
avfilter/scene_sad: Fix funtions typos
Michael Niedermayer
2018-12-18
2
-2
/
+2
*
avfilter/af_apad: add pad_dur and whole_dur options
Paul B Mahol
2018-12-17
1
-2
/
+21
*
lavfi/program_opencl: Do not use format specifier "z" on Windows.
Carl Eugen Hoyos
2018-12-17
1
-1
/
+2
*
lavfi/signalstats: Cast the return value of AV_RN16() to int.
Carl Eugen Hoyos
2018-12-12
1
-3
/
+3
*
avfilter/vf_paletteuse: fix flags for alpha_threshold option
Paul B Mahol
2018-12-11
1
-1
/
+1
*
lavfi/vf_scale_vaapi: add scaling mode setting support.
Jun Zhao
2018-12-10
1
-3
/
+33
*
avfilter/vf_showinfo: allow checksums calculation to be disabled
Paul B Mahol
2018-12-09
1
-16
/
+40
*
lavfi/buffersink: fix abuffersink flag setting issue
Jun Zhao
2018-12-09
1
-1
/
+1
*
avfilter/vf_overlay: fix filtering with negative y
Paul B Mahol
2018-12-03
1
-16
/
+16
*
lavf: add transpose_opencl filter
Ruiling Song
2018-12-02
7
-13
/
+361
*
lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.
Carl Eugen Hoyos
2018-11-27
2
-1
/
+3
*
lavfi/buffersrc: Indent the code.
Jun Zhao
2018-11-27
1
-15
/
+15
[prev]
[next]