ffmpeg | branch: master | Anton Khirnov | Tue Sep 5
11:04:31 2023 +0200| [ced62a0c010f74a713fa7f93c115e2284e22f96c] | committer:
Anton Khirnov
fftools/ffmpeg: do not fail on AVERROR(EAGAIN) from choose_output()
This is not an error condition, but would be treated like one if the
program termi
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Sep 11 15:34:42 2023 +0200| [830b5cc35ef0a28992a4d9fe90a1ccf612be45fa] |
committer: Andreas Rheinhardt
avformat: Inline raw_codec_id where known
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Sep 11 14:33:46 2023 +0200| [d0b03b4182752e7e1198108210e70f8bb5a79547] |
committer: Andreas Rheinhardt
avfilter/avfilter: Don't report deprecated pkt_pos
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Sep 11 16:08:05 2023 +0200| [c1714a483fa9a3b35b8e391c7a29c4393736d294] |
committer: Andreas Rheinhardt
avcodec/libaribb24,ttmlenc, avutil/tx: Remove redundant init of AVBPrint
An AVBPrint is initialized via av_bprint_init() (or
av_bprint_init_
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Sep 11 17:02:15 2023 +0200| [038b992256bc331d55d1962b71bb39ef4d33e6ee] |
committer: Andreas Rheinhardt
avcodec/libaribb24: Use FF_CODEC_CAP_INIT_CLEANUP
libaribb24_close() does the same as the fail path in
libaribb24_init().
Signed-off-by: An
ffmpeg | branch: master | Paul B Mahol | Thu Sep 14 14:45:22
2023 +0200| [00a837c70ca2056fbd81ca4af41692e34ef79b69] | committer: Paul B Mahol
avcodec/vmixdec: add support for custom first byte
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00a837c70ca2056fbd81ca4af41692e34ef79b69
-
ffmpeg | branch: master | Michael Niedermayer | Sun
Sep 10 02:28:05 2023 +0200| [d2e8974699a9e35cc1a926bf74a972300d629cd5] |
committer: Michael Niedermayer
avformat/jpegxl_anim_dec: Check that size fits within argument
Fixes: out of array access
Fixes:
61991/clusterfuzz-testcase-minimized-ffm
ffmpeg | branch: master | Michael Niedermayer | Sun
Sep 10 02:37:47 2023 +0200| [ca09d8a0dcd82e3128e62463231296aaf63ae6f7] |
committer: Michael Niedermayer
avcodec/jpegxl_parser: Check for ctx->skip overflow
Fixes: out of array access
Fixes:
62113/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER
ffmpeg | branch: master | Michael Niedermayer | Sat
Jun 10 01:11:48 2023 +0200| [c012d1f2bb8735f2b17ce88cd8181d2ffc989b02] |
committer: Michael Niedermayer
avcodec/jpeg2000dec: jpeg2000 has its own lowres option
jpeg2000 overrides the global lowres variable with a lowres field called
reductio
ffmpeg | branch: master | Michael Niedermayer | Tue
Jun 20 00:13:43 2023 +0200| [90647a9249aee8c0ef6c0bced3558ada9643f5b6] |
committer: Michael Niedermayer
avcodec/huffyuvdec: avoid undefined behavior with get_vlc2() failure
Fixes: left shift of negative value -1
Fixes:
59889/clusterfuzz-test
ffmpeg | branch: master | Michael Niedermayer | Sat
Jun 3 02:00:51 2023 +0200| [2b25a5168e562676b299ef0f5a086e046833de4c] |
committer: Michael Niedermayer
avcodec/bonk: Fix integer overflow in predictor_calc_error()
Fixes: signed integer overflow: -2147483300 - 12285 cannot be represented in
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 14 22:30:29 2023 +0200| [677635cd04cb0f9c5a9319c1f6109959438eafe0] |
committer: Andreas Rheinhardt
avutil/hwcontext_vulkan: Deduplicate code
Reviewed-by: Lynne
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpe
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 14 22:02:57 2023 +0200| [a6bd2ee7594c8625d4fd3b56e2d7c67b23c36580] |
committer: Andreas Rheinhardt
avutil/hwcontext_vulkan: Remove redundant resetting
vulkan_free_internal() already resets the AVVkFrame.internal
pointer.
Reviewed-by: Lynn
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 14 22:40:13 2023 +0200| [dfac782b13fc607f7b18067635b07bbcabc4db8f] |
committer: Andreas Rheinhardt
avutil/hwcontext_vulkan: Cosmetics
The alignment in vulkan_unmap_from_drm() (formerly the clone
of vulkan_frame_free()) is nicer than the in
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 14 22:16:32 2023 +0200| [47b1c0d0db67273e802c369bd9d061ebcad4b971] |
committer: Andreas Rheinhardt
avutil/hwcontext_vulkan: Improve type-safety
The AVBuffer API uses uint8_t as base type for buffers
and therefore its free callbacks need to
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Sep 15 00:29:58 2023 +0200| [c1b6235d4158b3771e2a2ee7d5754477df7edc59] |
committer: Andreas Rheinhardt
avcodec/vulkan_decode: Factor creating session params out, fix leak
All Vulkan HWAccels share the same boilerplate code for creating
session
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:52 2023 +0800| [3e24a2776523866378ef16fbec7ca85291ddccd6] | committer:
Guo Yejun
avfilter/dnn_filter_common: fix memleak
Signed-off-by: Zhao Zhili
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e24a2776523866378ef16fbec7ca
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:54 2023 +0800| [7cb632929614677adf96c75331a4af93b245628c] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: reduce indentation in free_model_ov
No functional changes except ensures model isn't null.
Signed-off-by: Zhao Zhili
> http
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:55 2023 +0800| [e0880ef8cb5f92d1c2acb951477d04cb782a6705] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: fix use uninitialized values
Error handling was broken since neither `ret` nor `task` has being
initialized on error path.
>
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:53 2023 +0800| [5369548f2e55f7c90969c038f4066a2924168d6d] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: fix multiple memleaks
Signed-off-by: Zhao Zhili
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5369548f2e55f7c9
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:56 2023 +0800| [d2c5c3b7ef7d202fd428c66ceab89e9e9f474f02] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: fix leak or ov_core_t on error path
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2c5c3b7ef7d202fd428c66ceab89e
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:57 2023 +0800| [37123100d29ee934188b4007d75751e3c0fa2eba] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: fix leak of ov_shape_t
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37123100d29ee934188b4007d75751e3c0fa2eba
--
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:58 2023 +0800| [791b88fcb49805df593d6d08803568ace3d2a017] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: fix input_port/output_port leaks
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=791b88fcb49805df593d6d08803568ace
ffmpeg | branch: master | Zhao Zhili | Sat Sep 2
16:23:59 2023 +0800| [4f4dc0a1a29d3689ba8e73a08c13d4f2e152aad1] | committer:
Guo Yejun
avfilter/dnn_backend_openvino: fix wild pointer on error path
When ov_model_const_input_by_name/ov_model_const_output_by_name
failed, input_port/output_port
24 matches
Mail list logo