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 (Collapse)Author
2019-05-08lavfi/gblur: doing several columns at the same timeRuiling Song
Instead of doing each column one by one, doing several columns together gives about 30% better performance. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ruiling Song <ruiling.song@intel.com>
2019-05-07avfilter/vf_xstack: set better error msg forGyan Doshi
missing layout
2019-05-06avfilter/af_rubberband: also do not ignore failuresPaul B Mahol
2019-05-06avfilter/af_rubberband: handle case when no frame is givenPaul B Mahol
2019-05-05avfilter/vf_freezedetect: fix missing freeze_start when the freeze length is ↵Marton Balint
around the detection duration Fixes ticket #7875. Signed-off-by: Marton Balint <cus@passwd.hu>
2019-05-05avfilter/f_interleave: switch to activatePaul B Mahol
2019-05-05avfilter/vf_vibrance: add alternate optionPaul B Mahol
2019-05-05avfilter/vf_vibrance: factor some calculations out of loopPaul B Mahol
2019-05-04avfilter/f_realtime: add option to scale speedMoritz Barsnick
2019-05-04avfilter/af_amultiply: use pts from frame from first inputPaul B Mahol
2019-05-04avfilter/vf_vmafmotion: remove unused headerPaul B Mahol
2019-05-03avfilter/vf_blend: remove unused headerPaul B Mahol
2019-05-01avfilter/vf_tonemap: add slice threadingPaul B Mahol
2019-05-01avfilter/avf_abitscope: switch to activatePaul B Mahol
2019-05-01avfilter/af_biquads: add timeline supportPaul B Mahol
2019-05-01avfilter/af_stereowiden: add timeline supportPaul B Mahol
2019-05-01avfilter/af_extrastereo: add timeline supportPaul B Mahol
2019-05-01avfilter/af_crossfeed: add timeline supportPaul B Mahol
2019-04-30avfilter/avf_showspectrum: convert some doubles to floatsPaul B Mahol
2019-04-30avfilter/af_asoftclip: add timeline supportPaul B Mahol
2019-04-30avfilter/af_dynaudnorm: add timeline supportPaul B Mahol
2019-04-30avfilter/af_dynaudnorm: always update delay when flushingPaul B Mahol
2019-04-30avfilter/vf_normalize: add timeline supportPaul B Mahol
2019-04-29avfilter/af_adeclick: switch to activatePaul B Mahol
2019-04-29avfilter/af_rubberband: make use of initial input timestampPaul B Mahol
2019-04-29avfilter/avf_showwaves: Add draw mode also to showwavespic filterMartin Vobruba
See commit a8c2d375ca68b7f001564ced14d8ac0757f53a29
2019-04-29avfilter/f_ebur128: use correct type for chlPaul B Mahol
2019-04-29avfilter/af_dynaudnorm: switch to activatePaul B Mahol
2019-04-29avfilter/af_rubberband: switch to activatePaul B Mahol
2019-04-29avfilter/af_rubberband: check if rbs is validPaul B Mahol
2019-04-29avfilter/af_sofalizer: switch to activatePaul B Mahol
2019-04-29avfilter/avf_avectorscope: switch to activatePaul B Mahol
2019-04-29avfilter/avf_ahistogram: switch to activatePaul B Mahol
2019-04-29avfilter/avf_ahistogram: properly name padsPaul B Mahol
2019-04-29avfilter/avf_showspectrum: add log scale for frequency plotPaul B Mahol
2019-04-29avfilter/af_astats: fix msvc compile errorMatthias Troffaes
MSVC requires an explicit cast from void * to void when applying the ternary conditional operator to switch between methods that return void.
2019-04-28avfilter/vf_lut3d: increase MAX_LEVELPaul B Mahol
2019-04-28avfilter/vf_lut3d: fix range domain processing for .cube formatPaul B Mahol
The ranges are for input, not for output.
2019-04-27avfilter: add audio soft clip filterPaul B Mahol
2019-04-27avfilter/vf_stack: use time_base from framesyncPaul B Mahol
Fixes non-monotonous timestamps.
2019-04-26avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point ↵Paul B Mahol
audio too
2019-04-26lavfi/opencl: add more opencl helper macroRuiling Song
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
2019-04-25lavfi/frei0r: Fix a union member type and remove an unneeded cast.Carl Eugen Hoyos
2019-04-24avfilter/af_surround: improve rear channels separationPaul B Mahol
2019-04-24avfilter/af_surround: check for invalid magnitude and phase differencePaul B Mahol
2019-04-24avfilter/af_surround: add angle optionPaul B Mahol
2019-04-24avfilter/af_surround: fix typoPaul B Mahol
2019-04-23avfilter/af_surround: export more channel's in/out gainsPaul B Mahol
2019-04-23avfilter/af_surround: switch to activatePaul B Mahol
2019-04-23avfilter/af_surround: expose window size to userPaul B Mahol