9089 Commits (e83717e63eab1f1b78dc0990e5b8e927097fca29)

Author SHA1 Message Date
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Shubhanshu Saxena 4b79416dc4 lavfi/dnn/queue.h: Add Documentation to Queue 4 years ago
Shubhanshu Saxena 5b8e828dee lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue 4 years ago
James Almer bc27269694 avfilter/af_adelay: make per channel delay argument an int64_t 4 years ago
shubhanshu02 d98884be41 lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backend 4 years ago
Andreas Rheinhardt f3c197b129 Include attributes.h directly 4 years ago
Marton Balint 46f3ae8f67 avfilter/af_mcompand: check allocation results 4 years ago
Guo, Yejun aa9ffdaa1e lavfi: add filter dnn_detect for object detection 4 years ago
Guo, Yejun e942b4bbaa lavfi: show side data of detection bounding boxes 4 years ago
Fei Wang 89ffcd1bbe lavfi/qsvvpp: support async depth 4 years ago
Timo Rothenpieler ef16dcc6a9 avfilter/overlay_cuda: check av_buffer_ref result 4 years ago
Paul B Mahol e917cd9828 avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != height 4 years ago
Timo Rothenpieler 5d52c4cbba avfilter/overlay_cuda: hold explicit reference to hw_device_ctx 4 years ago
Paul B Mahol 1050f94c22 avfilter/vf_v360: allow user to control fov for equirectagular format 4 years ago
Guo, Yejun 13bf797ced lavfi/dnn: add post process for detection 4 years ago
Guo, Yejun 59021d79a2 lavfi/dnn: refine code for frame pre/proc processing 4 years ago
Guo, Yejun d2ccbc966b lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dim 4 years ago
Andreas Rheinhardt 0617e578a3 avfilter/vf_find_rect: Use correct format specifier 4 years ago
Gyan Doshi 18dcbb0d6c avfilter/find_rect: write score to metadata 4 years ago
Gyan Doshi abdafca9ad avfilter/find_rect: add option to discard non-matching frames 4 years ago
Gyan Doshi aff23c3474 avfilter/find_rect: improve logging 4 years ago
Andreas Rheinhardt 3c151e7999 avfilter/vf_codecview: Fix undefined left shifts of negative numbers 4 years ago
Andreas Rheinhardt 9eadd616b7 avfilter/af_hdcd: Fix undefined shifts 4 years ago
Michael Niedermayer 1cf96ce269 avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 797c2ecc8f avfilter/vf_paletteuse: Fix left shift outside of range of int 4 years ago
Andreas Rheinhardt 55b46902c1 avfilter/asrc_sine: Fix invalid left shift of negative number 4 years ago
Ting Fu 637bdefdeb lavfi/dnn_backend_tensorflow.c: fix mem leak in execute_model_tf 4 years ago
Ting Fu b08b5f07b6 lavfi/dnn_backend_tensorflow.c: fix mem leak in load_native_model 4 years ago
Ting Fu 3499ec84cc lavfi/dnn_backend_tensorflow.c: fix mem leak in load_tf_model 4 years ago
nyanmisaka a4e518c321 avfilter/overlay_cuda: fix framesync with embedded PGS subtitle 4 years ago
nyanmisaka 0c5098d1a2 avfilter/hwupload_cuda: add YUVA420P format support 4 years ago
Wenlong Ding b460595dd7 lavfi/dnn/dnn_backend_native_layer_mathunary: add exp support 4 years ago
Michael Niedermayer c361fa9e21 Bump minor versions after release branch 4 years ago
Michael Niedermayer c67d2a2875 Bump Versions before release/4.4 branch 4 years ago
Dominic Mayers 626e0dd060 avfilter/vf_ocr: add white space to whitelist 4 years ago
Guo, Yejun da12d600ea lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon error 4 years ago
Guo, Yejun df59ae8bb2 lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon error 4 years ago
Guo, Yejun 41f4af16fc lavfi/dnn_backend_openvino.c: fix typo upon error 4 years ago
Guo, Yejun bd3ca0859e lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upon error 4 years ago
Guo, Yejun 3ce2ee7f54 lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon error 4 years ago
James Almer b76ff693f6 avfilter/vf_uspp: use av_packet_alloc() to allocate packets 4 years ago
James Almer 79c6e040f8 avfilter/vf_mcdeint: use av_packet_alloc() to allocate packets 4 years ago
Paul B Mahol 2aece147d5 avfilter/vf_xfade: drop unused frames from inactive inputs 4 years ago
Andreas Rheinhardt 6e2db67801 avfilter/vf_uspp: Fix leak of packet side data 4 years ago
Andreas Rheinhardt 0858853241 avfilter/vf_uspp: Fix leak of qp-table on error 4 years ago
Andreas Rheinhardt 2f056def65 dnn/dnn_backend_native_layer_mathbinary: Fix leak upon error 4 years ago
Andreas Rheinhardt 723ebf029a dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can fail 4 years ago
Andreas Rheinhardt 9da96d8b69 dnn/dnn_backend_native_layer_conv2d: Check thread creation for errors 4 years ago
Andreas Rheinhardt c2fef8f16c dnn/dnn_backend_native_layer_conv2d: Check allocation 4 years ago