5604 Commits (d1262262de8402109cd5f1d6c4971d956c99f11e)

Author SHA1 Message Date
Ganesh Ajjanagadde 9dba3f8f09 lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz 9 years ago
Paul B Mahol 15e1fd9883 avfilter/avf_showspectrum: add window overlap support 9 years ago
Paul B Mahol b98c58573b avfilter/avf_showspectrum: add fire color map 9 years ago
Paul B Mahol 4160900899 avfilter/trim: support all channel numbers in atrim filter 9 years ago
Thomas Mundt 73ce8162f3 avfilter/vf_scale: set proper out frame color range 9 years ago
Paul B Mahol 0f387f2b62 avfilter/avf_showspectrum: add nebulae color map 9 years ago
Paul B Mahol 2893dbfe2c avfilter/avf_showspectrum: add moreland color map 9 years ago
Paul B Mahol b0e23f2a37 avfilter/avf_showspectrum: add rainbow colormap 9 years ago
Paul B Mahol efa666e0da avfilter/avf_showspectrum: properly calculate w factor 9 years ago
Paul B Mahol e30e5c83ae avfilter/avf_showspectrum: add horizontal orientation support 9 years ago
Ganesh Ajjanagadde 9f4c7b4df7 lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x) 9 years ago
Ganesh Ajjanagadde 59ac7ce4da lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 63702014fa lavfi/af_anequalizer: remove cabs, cexp dependencies 9 years ago
Paul B Mahol a7bf5f4117 avfilter/avf_showspectrum: use FF_ARRAY_ELEMS() 9 years ago
James Almer 1817643d4f x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32 9 years ago
James Almer 6e243d17e9 x86/vf_stereo3d: optimize register usage 9 years ago
Paul B Mahol 4020787b5b avfilter/avf_showspectrum: make colors for log scale more user friendly 9 years ago
Paul B Mahol f88546b426 avfilter/avf_showspectrum: use ff_generate_window_func 9 years ago
Paul B Mahol 45b3e6e04e avfilter: move window function generation into separate file 9 years ago
Paul B Mahol 67771ac4b8 avfilter/avf_showspectrum: add rscroll sliding mode 9 years ago
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