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-08-27vf_colorspace: Check av_frame_copy_props() return valueVittorio Giovara
2016-08-27avfilter: add vaguedenoiser filterPaul B Mahol
2016-08-27avfilter/motion_estimation: Fix pre processor formatingMichael Niedermayer
2016-08-26avfilter/motion_estimation: Fix warning: variable dir_x set but not usedMichael Niedermayer
2016-08-26avfilter: added motion estimation and interpolation filtersDavinder Singh
2016-08-26af_hdcd: av_frame_free(out) if av_frame_copy_props() failsBurt P
2016-08-26af_hdcd: for easier maintenance alongside libhdcdBurt P
2016-08-25avfilter/af_acrusher: Rename sun/sovMichael Niedermayer
2016-08-25avfilter: add yuvtestsrc source filterPaul B Mahol
2016-08-25avfilter: add lut2 filterPaul B Mahol
2016-08-24af_hdcd: check return value of av_frame_copy_props()Burt P
2016-08-24avfilter/vf_lut: add planar RGB supportPaul B Mahol
2016-08-23avfilter/vf_maskedmerge: add support for more pixel formatsPaul B Mahol
2016-08-23avfilter: add hysteresis filterPaul B Mahol
2016-08-23avfilter: add maskedclamp filterPaul B Mahol
2016-08-21af_hdcd: PE table limitsBurt P
2016-08-21af_hdcd: add AVOption to disable autoconversion in the filter graphBurt P
2016-08-21af_hdcd: add AVOption to set the CDT periodBurt P
2016-08-21af_hdcd: Code comments updateBurt P
2016-08-21avfilter/avf_showvolume: calculate color table only oncePaul B Mahol
2016-08-21avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol
2016-08-20avfilter/window_func: use a constant instead of acosh()James Almer
2016-08-20x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer
2016-08-19avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol
2016-08-18avfilter/avf_showvolume: use current peak value for picking colorsPaul B Mahol
2016-08-18avfilter/avf_showspectrum: do not use uninitialized memoryPaul B Mahol
2016-08-18avfilter/af_astats: fix flt(p) supportPaul B Mahol
2016-08-18avfilter/af_astats: add support for s64(p) sample formatPaul B Mahol
2016-08-17avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol
2016-08-17avfilter/avf_showspectrum: unbreak dB legendPaul B Mahol
2016-08-17avfilter/Makefile & allfilters: sort entriesPaul B Mahol
2016-08-17avfilter: add bitplanenoise filterPaul B Mahol
2016-08-16avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol
2016-08-16avfilter/vaf_spectrumsynth: check return codePaul 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-16avfilter/vf_atadenoise: set default size value to 9Paul B Mahol
2016-08-16avfilter/vf_atadenoise: add support for more pixel formatsPaul B Mahol
2016-08-15avfilter/af_astats: add support for other sample formatsPaul B Mahol
2016-08-15avfilter/avf_showspectrum: add some multithreading supportPaul B Mahol
2016-08-15avfilter/vf_zoompan: fix pzoom usagePaul B Mahol
2016-08-14avfilter/vf_signalstats: fix saturation calculation for >8 bitPaul B Mahol
2016-08-13avfilter/vf_signalstats: measure video bitdepthPaul B Mahol
2016-08-13avfilter/vf_signalstats: add >8 bit depth supportPaul B Mahol
2016-08-11avfilter/af_adelay: make it possible to delay channels by exact number of sam...Paul B Mahol
2016-08-11avfilter/avf_avectorscope: fix initialization for prev_y in polar modePaul B Mahol
2016-08-11avfilter/avf_avectorscope: add scale optionPaul B Mahol
2016-08-11avfilter: add acrusher filterPaul B Mahol
2016-08-10avfiltergraph.c: restore disabling of auto conversionsBurt P
2016-08-10avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol