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
2021-03-24lavfi/dnn/dnn_backend_native_layer_mathunary: add exp supportWenlong Ding
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-03-20avfilter/vf_ocr: add white space to whitelistDominic Mayers
2021-03-18lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon errorGuo, Yejun
2021-03-18lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon errorGuo, Yejun
2021-03-18lavfi/dnn_backend_openvino.c: fix typo upon errorGuo, Yejun
2021-03-18lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upo...Guo, Yejun
2021-03-18lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon errorGuo, Yejun
2021-03-17avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer
2021-03-14avfilter/vf_xfade: drop unused frames from inactive inputsPaul B Mahol
2021-03-12avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt
2021-03-12avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_mathbinary: Fix leak upon errorAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can failAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Check thread creation for errorsAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Check allocationAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked allocationsAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Fix memleak on errorAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Avoid allocation when single-threadedAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Join two arrays, avoid allocationAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native_layer_conv2d: Fix memleak on realloc failureAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native: Fix typo in log messageAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native: Don't use asserts for checksAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native: Fix leak in case parsing options failsAndreas Rheinhardt
2021-03-11dnn/dnn_backend_native: Avoid allocation for checking file magicAndreas Rheinhardt
2021-03-11avfilter: use the buffer_size_t typedef where requiredJames Almer
2021-03-11avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol
2021-03-10avfilter/vf_nnedi: Fix use of uninitialized valueAndreas Rheinhardt
2021-03-07avfilter/buffersink: Postpone removal of av_[a]buffersink_params_allocAndreas Rheinhardt
2021-03-07avfilter/avfilter: Remove avfilter_link_set_closed() on bumpAndreas Rheinhardt
2021-03-06avfilter: add msad video filterPaul B Mahol
2021-03-06avfilter: add identity video filterPaul B Mahol
2021-03-01Remove double ';'Andreas Rheinhardt
2021-02-27avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()Marton Balint
2021-02-26avfilter/lavfutils.h: Don't include avformat.hAndreas Rheinhardt
2021-02-25avfilter/vf_vif: add support for more formatsPaul B Mahol
2021-02-25avfilter/vf_vif: simplify case comparing same inputsPaul B Mahol
2021-02-25avfilter/vf_vif.c: fix build warning for [-Wmain]Guo, Yejun
2021-02-25avfilter/vf_ssim.c: fix build warning for [-Wmain]Guo, Yejun
2021-02-21avfilter/af_afade: remove uneeded '.' from durations in optionsPaul B Mahol
2021-02-19avfilter/vf_ssim: add slice threadingPaul B Mahol
2021-02-19avfilter/vf_psnr: add support for slice threadingPaul B Mahol
2021-02-19avfilter/vf_vif: Remove superfluous ';'Andreas Rheinhardt
2021-02-18dnn_backend_openvino.c: allow out_frame as NULL for analytic caseTing Fu
2021-02-18dnn: add color conversion for analytic caseGuo, Yejun
2021-02-18dnn_interface.h: add enum DNNColorOrderGuo, Yejun
2021-02-18dnn: add function type for modelGuo, Yejun
2021-02-18dnn: extract common functions used by different filtersGuo, Yejun