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
2017-01-27avfilter/avf_showspectrum: fix 2 possible crashesPaul B Mahol
2017-01-22avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf()Michael Niedermayer
2016-12-01lavfi: Fix aix compilation.Carl Eugen Hoyos
2016-09-06doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos
2016-08-18avfilter/avf_showspectrum: do not use uninitialized memoryPaul B Mahol
2016-08-17avfilter/avf_showspectrum: unbreak dB legendPaul B Mahol
2016-08-16avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol
2016-08-16avfilter/avf_showspectrum: do not let multiple threads to write to same part ...Paul B Mahol
2016-08-16avfilter/window_func: add dolph windowPaul B Mahol
2016-08-15avfilter/avf_showspectrum: add some multithreading supportPaul B Mahol
2016-08-07avfilter/avf_showspectrum: improve dB scale descriptionPaul B Mahol
2016-08-05avfilter/avf_showspectrum: add color rotation featurePaul B Mahol
2016-02-12avfilter/avf_showspectrum: improve pts handlingPaul B Mahol
2016-01-18avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul 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_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-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-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
2015-12-31avfilter/avf_showspectrum: add window overlap supportPaul B Mahol
2015-12-31avfilter/avf_showspectrum: add fire color mapPaul B Mahol
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-29avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()Paul B Mahol
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/avf_showspectrum: add rscroll sliding modePaul B Mahol
2015-12-27lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde
2015-10-30avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-07lavfi/avf_showspectrum: reindent after last commit.Nicolas George
2015-10-07lavfi/avf_showspectrum: remove looping on request_frame().Nicolas George
2015-08-06avfilter/avf_showspectrum: use av_calloc()Paul B Mahol