summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avfilter/vf_xfade: drop unused frames from inactive inputsPaul B Mahol2021-03-14
* avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt2021-03-12
* avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt2021-03-12
* dnn/dnn_backend_native_layer_mathbinary: Fix leak upon errorAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can failAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Check thread creation for errorsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Check allocationAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked allocationsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Fix memleak on errorAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Avoid allocation when single-threadedAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Join two arrays, avoid allocationAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Fix memleak on realloc failureAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix typo in log messageAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Don't use asserts for checksAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix leak in case parsing options failsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Avoid allocation for checking file magicAndreas Rheinhardt2021-03-11
* avfilter: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol2021-03-10
* avfilter/vf_nnedi: Fix use of uninitialized valueAndreas Rheinhardt2021-03-10
* avfilter/buffersink: Postpone removal of av_[a]buffersink_params_allocAndreas Rheinhardt2021-03-07
* avfilter/avfilter: Remove avfilter_link_set_closed() on bumpAndreas Rheinhardt2021-03-07
* avfilter: add msad video filterPaul B Mahol2021-03-06
* avfilter: add identity video filterPaul B Mahol2021-03-06
* Remove double ';'Andreas Rheinhardt2021-03-01
* avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()Marton Balint2021-02-27
* avfilter/lavfutils.h: Don't include avformat.hAndreas Rheinhardt2021-02-25
* avfilter/vf_vif: add support for more formatsPaul B Mahol2021-02-25
* avfilter/vf_vif: simplify case comparing same inputsPaul B Mahol2021-02-25
* avfilter/vf_vif.c: fix build warning for [-Wmain]Guo, Yejun2021-02-25
* avfilter/vf_ssim.c: fix build warning for [-Wmain]Guo, Yejun2021-02-25
* avfilter/af_afade: remove uneeded '.' from durations in optionsPaul B Mahol2021-02-21
* avfilter/vf_ssim: add slice threadingPaul B Mahol2021-02-19
* avfilter/vf_psnr: add support for slice threadingPaul B Mahol2021-02-19
* avfilter/vf_vif: Remove superfluous ';'Andreas Rheinhardt2021-02-19
* dnn_backend_openvino.c: allow out_frame as NULL for analytic caseTing Fu2021-02-18
* dnn: add color conversion for analytic caseGuo, Yejun2021-02-18
* dnn_interface.h: add enum DNNColorOrderGuo, Yejun2021-02-18
* dnn: add function type for modelGuo, Yejun2021-02-18
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-18
* dnn_backend_openvino.c: fix multi-thread issue for async executionGuo, Yejun2021-02-18
* dnn_backend_openvino.c: fix mismatch between ffmpeg(NHWC) and openvino(NCHW)Guo, Yejun2021-02-18
* avfilter/vf_pseudocolor: Add missing bracesMark Thompson2021-02-17
* x86/vf_gblur: fix reg name in UNIX64 prologueJames Almer2021-02-17
* avfilter/vf_gblur: add missing arch checkJames Almer2021-02-17
* x86/vf_gblur: fix postscale_slice prologueJames Almer2021-02-17
* lavfi/drawtext: ignore final LF of textfile.Nicolas George2021-02-17
* avfilter/vif: Include avfilter.hAndreas Rheinhardt2021-02-16
* avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol2021-02-16