index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/af_silenceremove: add peak detector
Paul B Mahol
2015-12-27
1
-33
/
+73
*
lavfi/avf_showspectrum: replace rint by lrint
Ganesh Ajjanagadde
2015-12-26
1
-1
/
+1
*
lavfi/vf_hue: replace rint by lrint
Ganesh Ajjanagadde
2015-12-26
1
-2
/
+2
*
lavfi/af_compand: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
lavfi/af_volume: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
avfilter/af_anequalizer: make cliping filter type actually useful
Paul B Mahol
2015-12-25
1
-1
/
+1
*
avfilter/af_anequalizer: use pow instead of exp10
Paul B Mahol
2015-12-25
1
-9
/
+9
*
avfilter: add high-order parametric multiband equalizer filter
Paul B Mahol
2015-12-25
4
-2
/
+755
*
avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...
Paul B Mahol
2015-12-24
1
-172
/
+53
*
x86/vf_blend: add sse2 versions of blend_difference and blend_negation
James Almer
2015-12-24
2
-3
/
+13
*
x86/vf_blend: make all functions work on x86_32
James Almer
2015-12-24
2
-55
/
+52
*
x86/vf_blend: simplify using macros
James Almer
2015-12-24
2
-325
/
+53
*
x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32
James Almer
2015-12-24
2
-12
/
+19
*
avfilter/x86/vf_maskedmerge: Clear upper part of width
Michael Niedermayer
2015-12-23
1
-0
/
+1
*
avfilter/af_biquads: display clipping warnings once per filtered frame
Paul B Mahol
2015-12-23
1
-10
/
+14
*
lavfi/af_aemphasis: remove unnecessary complex number usage
Ganesh Ajjanagadde
2015-12-23
1
-7
/
+6
*
lavfi: make request_frame() non-recursive.
Nicolas George
2015-12-22
5
-5
/
+99
*
lavfi: replace link.closed by link.status.
Nicolas George
2015-12-22
8
-21
/
+49
*
lavfi: deprecate avfilter_link_set_closed().
Nicolas George
2015-12-22
2
-1
/
+4
*
lavfi: add link.current_pts field.
Nicolas George
2015-12-22
2
-0
/
+8
*
lavfi: rename link.current_pts to current_pts_us.
Nicolas George
2015-12-22
3
-6
/
+6
*
lavfi/vf_mpdecimate: remove request_frame().
Nicolas George
2015-12-22
1
-14
/
+0
*
lavfi/vf_histogram: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
lavfi/af_dynaudnorm: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
lavfi/vf_crop: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
lavfi/vf_drawtext: replace round by llrint
Ganesh Ajjanagadde
2015-12-21
1
-1
/
+1
*
lavfi/vf_colorlevels: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-8
/
+8
*
lavfi/vf_colorchannelmixer: replace round by lrint
Ganesh Ajjanagadde
2015-12-21
1
-19
/
+19
*
lavfi/drawtext: fix shadow[xy] descriptions
Clément Bœsch
2015-12-21
1
-2
/
+2
*
lavfi/drawtext: hide first font load warning when fontconfig is present
Clément Bœsch
2015-12-21
1
-0
/
+2
*
lavfi/drawtext: fix crash when no text, file or timecode provided
Clément Bœsch
2015-12-21
1
-6
/
+6
*
avfilter/af_ladspa: fix av_assert0()
Paul B Mahol
2015-12-21
1
-2
/
+2
*
lavfi/scale: add nb_slices debug option
Clément Bœsch
2015-12-21
1
-0
/
+12
*
avfilter/avf_showfreqs: make it possible to split channels
Paul B Mahol
2015-12-20
1
-2
/
+17
*
avfilter/af_dynaudnorm: use av_malloc_array()
Paul B Mahol
2015-12-19
1
-5
/
+5
*
avfilter/vf_stereo3d: add interleave columns input support
Paul B Mahol
2015-12-19
1
-51
/
+166
*
lavfi/vsrc_mandelbrot: replace round by lrint
Ganesh Ajjanagadde
2015-12-19
1
-1
/
+1
*
lavfi/vf_cropdetect: replace round by lrint
Ganesh Ajjanagadde
2015-12-19
1
-1
/
+1
*
lavfi/vf_idet: replace round and cast by lrint
Ganesh Ajjanagadde
2015-12-19
1
-1
/
+1
*
avfilter/vf_delogo: change the definition of logo_x2 and logo_y2
Jean Delvare
2015-12-19
1
-13
/
+13
*
avfilter/vf_stereo3d: fix interleaved columns output
Paul B Mahol
2015-12-18
1
-6
/
+6
*
avfilter/vf_stereo3d: multiply linesize only once for interleaved row to mono
Paul B Mahol
2015-12-18
1
-2
/
+1
*
avfilter/vf_stereo3d: add fast path for interleave rows to mono
Paul B Mahol
2015-12-18
1
-1
/
+9
*
avfilter/vf_stereo3d: fix interleave rows output
Paul B Mahol
2015-12-18
1
-2
/
+0
*
avfilter/vf_stereo3d: add fast path for interleave rows to alternating
Paul B Mahol
2015-12-18
1
-1
/
+9
*
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/vf_stereo3d: get rid of ts_unit hack
Paul B Mahol
2015-12-16
1
-11
/
+43
[next]