5584 Commits (1b5bd4051d1e394f0429cbf6cf6c137f55857478)

Author SHA1 Message Date
Paul B Mahol 47aaebd63e avfilter/af_silenceremove: make size of window user configurable 9 years ago
Paul B Mahol b841fe002a avfilter/af_silenceremove: lower number of operations in for loop 9 years ago
Paul B Mahol 1809894b2a avfilter/af_silenceremove: add peak detector 9 years ago
Ganesh Ajjanagadde 3e2e303e4b lavfi/avf_showspectrum: replace rint by lrint 9 years ago
Ganesh Ajjanagadde 4e7cfefa16 lavfi/vf_hue: replace rint by lrint 9 years ago
Ganesh Ajjanagadde 421679dbf7 lavfi/af_compand: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 6c360ca8a1 lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde e0024b9e5f lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 86aa2e9f76 lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) 9 years ago
Paul B Mahol c9b99494be avfilter/af_anequalizer: make cliping filter type actually useful 9 years ago
Paul B Mahol c6e3b6a819 avfilter/af_anequalizer: use pow instead of exp10 9 years ago
Paul B Mahol 56c7d2b4da avfilter: add high-order parametric multiband equalizer filter 9 years ago
Paul B Mahol 8cbb055760 avfilter/af_sofalizer: make virtual speaker positioning supports all channel layouts 9 years ago
James Almer 8dba3fb8fd x86/vf_blend: add sse2 versions of blend_difference and blend_negation 9 years ago
James Almer 02f428051a x86/vf_blend: make all functions work on x86_32 9 years ago
James Almer 0988c68cf9 x86/vf_blend: simplify using macros 9 years ago
James Almer ce4c85de6a x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 9 years ago
Michael Niedermayer e42e0b11f1 avfilter/x86/vf_maskedmerge: Clear upper part of width 9 years ago
Paul B Mahol 3689b58a5a avfilter/af_biquads: display clipping warnings once per filtered frame 9 years ago
Ganesh Ajjanagadde 520a5d33f0 lavfi/af_aemphasis: remove unnecessary complex number usage 9 years ago
Nicolas George 1655788712 lavfi: make request_frame() non-recursive. 9 years ago
Nicolas George 108b4de552 lavfi: replace link.closed by link.status. 9 years ago
Nicolas George 39a09e995d lavfi: deprecate avfilter_link_set_closed(). 9 years ago
Nicolas George b8b7d5ac6c lavfi: add link.current_pts field. 9 years ago
Nicolas George d03eab34dd lavfi: rename link.current_pts to current_pts_us. 9 years ago
Nicolas George 63f7bee752 lavfi/vf_mpdecimate: remove request_frame(). 9 years ago
Ganesh Ajjanagadde ea2f04bffe lavfi/vf_histogram: replace round by lrint 9 years ago
Ganesh Ajjanagadde ad795f6394 lavfi/af_dynaudnorm: replace round by lrint 9 years ago
Ganesh Ajjanagadde 2a486869d9 lavfi/vf_crop: replace round by lrint 9 years ago
Ganesh Ajjanagadde ff1442a51d lavfi/vf_drawtext: replace round by llrint 9 years ago
Ganesh Ajjanagadde 7af14b3726 lavfi/vf_colorlevels: replace round by lrint 9 years ago
Ganesh Ajjanagadde cc37b31ad3 lavfi/vf_colorchannelmixer: replace round by lrint 9 years ago
Clément Bœsch d3dbae1c71 lavfi/drawtext: fix shadow[xy] descriptions 9 years ago
Clément Bœsch 1d6308dbc6 lavfi/drawtext: hide first font load warning when fontconfig is present 9 years ago
Clément Bœsch 4cb26c3c35 lavfi/drawtext: fix crash when no text, file or timecode provided 9 years ago
Paul B Mahol a142308dcd avfilter/af_ladspa: fix av_assert0() 9 years ago
Clément Bœsch 244766e407 lavfi/scale: add nb_slices debug option 9 years ago
Paul B Mahol 9e569abe99 avfilter/avf_showfreqs: make it possible to split channels 9 years ago
Paul B Mahol 7caf381a95 avfilter/af_dynaudnorm: use av_malloc_array() 9 years ago
Paul B Mahol ebe1ca01d1 avfilter/vf_stereo3d: add interleave columns input support 9 years ago
Ganesh Ajjanagadde 5484cbe9f7 lavfi/vsrc_mandelbrot: replace round by lrint 9 years ago
Ganesh Ajjanagadde 425c0685f2 lavfi/vf_cropdetect: replace round by lrint 9 years ago
Ganesh Ajjanagadde 641cb77f50 lavfi/vf_idet: replace round and cast by lrint 9 years ago
Jean Delvare 47b2ba9878 avfilter/vf_delogo: change the definition of logo_x2 and logo_y2 9 years ago
Paul B Mahol 8d6b1ffba0 avfilter/vf_stereo3d: fix interleaved columns output 9 years ago
Paul B Mahol aefcc77b90 avfilter/vf_stereo3d: multiply linesize only once for interleaved row to mono 9 years ago
Paul B Mahol 620b47576d avfilter/vf_stereo3d: add fast path for interleave rows to mono 9 years ago
Paul B Mahol ec1b95dda4 avfilter/vf_stereo3d: fix interleave rows output 9 years ago
Paul B Mahol a2a217b351 avfilter/vf_stereo3d: add fast path for interleave rows to alternating 9 years ago
Michael Niedermayer c67cf84d7c avfilter/af_sofalizer: Fix occured typo 9 years ago