21:49
avcodec/vvc/refs: remove early return The ret value is checked later on again, so this check is redundant and would cause the frame to not be unrefd on failure as well. So remove this check and add one before av_frame_remove_side_data to ensure it is not called with an invalid frame. Fix CID 1648350 Reviewed-by: Frank Plowman <postⓐfrankplowman.com> [DH] libavcodec/vvc/refs.c
06:36
avformat/apvdec: add framerate option Signed-off-by: James Almer <jamrialⓐgmail.com> [DH] libavformat/apvdec.c [DH] libavformat/version.h
21:18
fftools/textformat: remove leftover comments in mermaid_print_value Remove some leftover commented code and an extraneous semicolon. Reviewed-by: softworkz <softworkzⓐhotmail.com> [DH] fftools/textformat/tf_mermaid.c
20:49
fftools/textformat: exit early in mermaid_print_value Doesn't change the logic, instead of exiting in each of the two branches below, just exit before. Reviewed-by: softworkz <softworkzⓐhotmail.com> [DH] fftools/textformat/tf_mermaid.c
19:32
avformat/iamf_parser: remove unreachable code expanded_loudspeaker_layout is only present and read on the first layer. Fixes Coverity issue #1655173. Signed-off-by: James Almer <jamrialⓐgmail.com> [DH] libavformat/iamf_parse.c
18:05
hwcontext_vulkan: fix issues with importing a device The previous fix just used a local variable for the memory properties, which did not fix this issue. [DH] libavutil/hwcontext_vulkan.c
07:58
avcodec/rv60dec: drop unused sum variable in read_slice_sizes Reviewed-by: Michael Niedermayer <michaelⓐniedermayer.cc> Signed-off-by: Peter Ross <prossⓐxvid.org> [DH] libavcodec/rv60dec.c