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
2016-01-04avfilter/avf_showspectrum: switch to FFTPaul B Mahol
2016-01-04lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos
2016-01-03lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George
2016-01-03x86/vf_stereo3d: remove a few unnecessary movasJames Almer
2016-01-02avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol
2016-01-02avfilter/avf_showspectrum: make some helper functionsPaul B Mahol
2016-01-02avfilter/avf_showspectrum: fix null pointer dereference if allocation failsPaul B Mahol
2016-01-02avfilter/avf_showspectrum: add fiery color mapPaul B Mahol
2016-01-02avfilter: add showspectrumpic filterPaul B Mahol
2016-01-02avfilter/avf_showspectrum: store win_size in private context and calculate it...Paul B Mahol
2016-01-02avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol
2016-01-01lavfi/af_sofalizer: remove exp2 and replace clz by ff_clzGanesh Ajjanagadde
2015-12-31avfilter/avf_showspectrum: add window overlap supportPaul B Mahol
2015-12-31avfilter/avf_showspectrum: add fire color mapPaul B Mahol
2015-12-31avfilter/trim: support all channel numbers in atrim filterPaul B Mahol
2015-12-31avfilter/vf_scale: set proper out frame color rangeThomas Mundt
2015-12-30avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol
2015-12-30avfilter/avf_showspectrum: add moreland color mapPaul B Mahol
2015-12-29avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol
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