summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/dnn/queue.h: Add Documentation to QueueShubhanshu Saxena2021-04-271-0/+75
* lavfi/dnn/safe_queue.h: Add Documentation to SafeQueueShubhanshu Saxena2021-04-271-0/+60
* avfilter/af_adelay: make per channel delay argument an int64_tJames Almer2021-04-251-4/+9
* lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backendshubhanshu022021-04-251-1/+1
* Include attributes.h directlyAndreas Rheinhardt2021-04-191-0/+1
* avfilter/af_mcompand: check allocation resultsMarton Balint2021-04-181-0/+3
* lavfi: add filter dnn_detect for object detectionGuo, Yejun2021-04-173-0/+423
* lavfi: show side data of detection bounding boxesGuo, Yejun2021-04-172-0/+31
* lavfi/qsvvpp: support async depthFei Wang2021-04-114-90/+191
* avfilter/overlay_cuda: check av_buffer_ref resultTimo Rothenpieler2021-04-111-0/+4
* avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != heightPaul B Mahol2021-04-111-6/+6
* avfilter/overlay_cuda: hold explicit reference to hw_device_ctxTimo Rothenpieler2021-04-111-1/+7
* avfilter/vf_v360: allow user to control fov for equirectagular formatPaul B Mahol2021-04-111-11/+103
* lavfi/dnn: add post process for detectionGuo, Yejun2021-04-084-7/+33
* lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun2021-04-086-14/+24
* lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dimGuo, Yejun2021-04-081-0/+5
* avfilter/vf_find_rect: Use correct format specifierAndreas Rheinhardt2021-04-041-1/+1
* avfilter/find_rect: write score to metadataGyan Doshi2021-04-041-0/+4
* avfilter/find_rect: add option to discard non-matching framesGyan Doshi2021-04-041-1/+8
* avfilter/find_rect: improve loggingGyan Doshi2021-04-041-1/+3
* avfilter/vf_codecview: Fix undefined left shifts of negative numbersAndreas Rheinhardt2021-04-011-4/+4
* avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt2021-04-011-4/+4
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-03-311-2/+2
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt2021-03-281-2/+3
* avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt2021-03-281-1/+1
* lavfi/dnn_backend_tensorflow.c: fix mem leak in execute_model_tfTing Fu2021-03-251-0/+5
* lavfi/dnn_backend_tensorflow.c: fix mem leak in load_native_modelTing Fu2021-03-251-24/+31
* lavfi/dnn_backend_tensorflow.c: fix mem leak in load_tf_modelTing Fu2021-03-251-0/+8
* avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka2021-03-251-1/+4
* avfilter/hwupload_cuda: add YUVA420P format supportnyanmisaka2021-03-251-1/+1
* lavfi/dnn/dnn_backend_native_layer_mathunary: add exp supportWenlong Ding2021-03-242-0/+5
* Bump minor versions after release branchn4.5-devMichael Niedermayer2021-03-201-1/+1
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* avfilter/vf_ocr: add white space to whitelistDominic Mayers2021-03-191-1/+1
* lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon errorGuo, Yejun2021-03-181-6/+6
* lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon errorGuo, Yejun2021-03-181-9/+7
* lavfi/dnn_backend_openvino.c: fix typo upon errorGuo, Yejun2021-03-181-1/+1
* lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upo...Guo, Yejun2021-03-181-0/+4
* lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon errorGuo, Yejun2021-03-181-14/+16
* avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-6/+10
* avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-5/+8
* avfilter/vf_xfade: drop unused frames from inactive inputsPaul B Mahol2021-03-141-0/+5
* avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt2021-03-121-0/+1
* avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt2021-03-121-0/+2
* dnn/dnn_backend_native_layer_mathbinary: Fix leak upon errorAndreas Rheinhardt2021-03-111-12/+11
* dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can failAndreas Rheinhardt2021-03-111-2/+1
* dnn/dnn_backend_native_layer_conv2d: Check thread creation for errorsAndreas Rheinhardt2021-03-111-3/+10
* dnn/dnn_backend_native_layer_conv2d: Check allocationAndreas Rheinhardt2021-03-111-0/+2
* dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked allocationsAndreas Rheinhardt2021-03-111-10/+6