Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-29avfilter/avf_showspectrum: properly calculate w factorPaul B Mahol
2015-12-29avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol
2015-12-29lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)Ganesh Ajjanagadde
2015-12-29lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-29lavfi/af_anequalizer: remove cabs, cexp dependenciesGanesh Ajjanagadde
2015-12-29avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()Paul B Mahol
2015-12-28x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32James Almer
2015-12-28x86/vf_stereo3d: optimize register usageJames Almer
2015-12-28avfilter/avf_showspectrum: make colors for log scale more user friendlyPaul B Mahol
2015-12-28avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol
2015-12-28avfilter: move window function generation into separate filePaul B Mahol
2015-12-28avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol
2015-12-28avfilter/af_silenceremove: make size of window user configurablePaul B Mahol
2015-12-28avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol
2015-12-27avfilter/af_silenceremove: add peak detectorPaul B Mahol
2015-12-27lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde
2015-12-27lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde
2015-12-25lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol
2015-12-25avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol
2015-12-25avfilter: add high-order parametric multiband equalizer filterPaul B Mahol
2015-12-24avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...Paul B Mahol
2015-12-24x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer
2015-12-24x86/vf_blend: make all functions work on x86_32James Almer
2015-12-24x86/vf_blend: simplify using macrosJames Almer
2015-12-24x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer
2015-12-24avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer
2015-12-23avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol
2015-12-23lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-12-22lavfi: deprecate avfilter_link_set_closed().Nicolas George
2015-12-22lavfi: add link.current_pts field.Nicolas George
2015-12-22lavfi: rename link.current_pts to current_pts_us.Nicolas George
2015-12-22lavfi/vf_mpdecimate: remove request_frame().Nicolas George
2015-12-21lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde
2015-12-21lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/vf_colorchannelmixer: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch
2015-12-21lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch
2015-12-21lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch
2015-12-21avfilter/af_ladspa: fix av_assert0()Paul B Mahol
2015-12-21lavfi/scale: add nb_slices debug optionClément Bœsch
2015-12-20avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol