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
2019-11-08avfilter/Makefile: add missing framesync dependency to bm3d & mix filtersLou Logan
2019-11-08avfilter/vf_dnn_processing: correct duplicate statementleozhang
2019-11-08avfilter/vf_dnn_processing: fix fate-sourceGuo, Yejun
2019-11-08avfilter/f_metadata: remove unneeded codeLimin Wang
2019-11-07avfilter/vf_dnn_processing: add a generic filter for image proccessing with d...Guo, Yejun
2019-11-01avfilter/vf_lut3d: simplify codeLimin Wang
2019-10-31avfilter/vf_median: add radiusV optionPaul B Mahol
2019-10-31avfilter/af_afade: start crossfading only when first stream reached endPaul B Mahol
2019-10-30avfilter/af_afade: check for eof after crossfade laterPaul B Mahol
2019-10-30avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compareZhao Zhili
2019-10-30avfilter/vf_sr: correct flags since the filter changes frame w/hGuo, Yejun
2019-10-30avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun
2019-10-30avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun
2019-10-30dnn: add tf.nn.conv2d support for native modelGuo, Yejun
2019-10-29avfilter/asrc_anoisesrc: change color variable to intLimin Wang
2019-10-29avfilter/vf_vfrdet: also report average deltaPaul B Mahol
2019-10-29avfilter/vf_vfrdet: fix reporting max deltaPaul B Mahol
2019-10-29avfilter: add median filterPaul B Mahol
2019-10-26avfilter/avf_showfreqs: free input frame after using itJames Almer
2019-10-26avfilter/vsrc_testsrc: increase max level of haldclutsrcPaul B Mahol
2019-10-26avfilter/vf_lut3d: increase max level to upper limit defined by cube format s...Paul B Mahol
2019-10-26avfilter/vf_lut3d: allocate 3d lut dynamicallyPaul B Mahol
2019-10-25avfilter/vf_psnr,vf_ssim: add warning if different timebases are encounteredPaul B Mahol
2019-10-24avfilter: add maskedmin/maskedmax filtersPaul B Mahol
2019-10-23avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol
2019-10-23avfilter/settb: switch to activatePaul B Mahol
2019-10-23avfilter/vf_floodfill: better fix for crashPaul B Mahol
2019-10-23avfilter/vf_floodfill: add more gray formatsPaul B Mahol
2019-10-23avfilter/vf_deband: add more gray formatsPaul B Mahol
2019-10-23lavfi/bilateral: Clean the option description and unused codeJun Zhao
2019-10-23avfilter/vf_lut2: fix typo, correctly support gray14Paul B Mahol
2019-10-23avfilter/vf_bm3d: add gray14 formatPaul B Mahol
2019-10-23avfilter/vf_vaguedenoiser: add more gray formatsPaul B Mahol
2019-10-22avfilter/transpose: add missing headersPaul B Mahol
2019-10-22x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32James Almer
2019-10-22avfilter/vf_maskedclamp: rewrite using macroPaul B Mahol
2019-10-22avfilter/vf_premultiply: fix signed integer overflowPaul B Mahol
2019-10-21avfilter/vsrc_mptestsrc: simplify the code and change the type of frameLimin Wang
2019-10-21avfilter/vsrc_mptestsrc: add options to set the maximum number of framesLimin Wang
2019-10-21avfilter/vf_unsharp: rename config_props -> config_input, link -> inlinkLimin Wang
2019-10-21x86/vf_transpose: fix cpuflags checkJames Almer
2019-10-21avfilter/vf_transpose: add x86 SIMDPaul B Mahol
2019-10-21avfilter/x86/vf_atadenoise: fix commentPaul B Mahol
2019-10-21avfilter/af_join: fix possible memory leaksPaul B Mahol
2019-10-21avfilter/af_silencedetect: change mono default to integer literalLimin Wang
2019-10-21avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang
2019-10-21avfilter: add bilateral filterPaul B Mahol
2019-10-21avfilter/vf_nlmeans: round values toward nearest integerPaul B Mahol
2019-10-21avfilter/af_silencedetect: document metadataLimin Wang
2019-10-20avfilter/vf_tile: fix memory leakPaul B Mahol