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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol
2016-01-15avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol
2016-01-14avfilter: add spectrumsynth filterPaul B Mahol
2016-01-14avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol
2016-01-12avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol
2016-01-12avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol
2016-01-10avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu
2016-01-09avfilter/avf_showspectrum: set color range to framePaul B Mahol
2016-01-08avfilter/avf_showspectrum: add cool color mapPaul B Mahol
2016-01-08avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol
2016-01-08x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes
2016-01-08avfilter/avf_showspectrum: add option to draw legendPaul B Mahol
2016-01-08lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde
2016-01-08lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch
2016-01-07avfilter/formats: fix leak of formats on errorPaul B Mahol
2016-01-06avfilter/vf_pad: fix direct paddingAndrey Turkin
2016-01-06lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde
2016-01-05avfilter/avf_avectorscope: add line drawing supportPaul B Mahol
2016-01-05avfilter/window_func: add tukey window functionPaul B Mahol
2016-01-05avfilter/avf_showspectrum: use av_clip/lrintfPaul B Mahol
2016-01-05avfilter/avf_showspectrum: add yet another color mapPaul B Mahol
2016-01-04avfilter/avf_showspectrum: add option to set gain for calculating color inten...Paul B Mahol
2016-01-04avfilter/avf_showspectrum: finally fix log scalerPaul B Mahol
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