[vlc-commits] [Git][videolan/vlc][master] 3 commits: decoder: handle potential DecoderWaitUnblock return

2023-11-24 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 8a967f0d by Thomas Guillem at 2023-11-24T19:27:58+00:00 decoder: handle potential DecoderWaitUnblock return If a wait failed (in case of flush for example, cf. next commit), the current frame should not be displayed. - - - - -

[vlc-commits] [Git][videolan/vlc][master] decoder: remove impossible condition

2023-11-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 597400f1 by Thomas Guillem at 2023-11-24T18:23:31+00:00 decoder: remove impossible condition vlc_input_decoder_New() only return a vlc_input_decoder_t with a valid module. - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] vout: subpicture: try to early remove non renderable spu

2023-11-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7e659707 by François Cartegnie at 2023-11-24T15:31:10+00:00 vout: subpicture: try to early remove non renderable spu - - - - - 1 changed file: - src/video_output/vout_subpictures.c Changes:

[vlc-commits] [Git][videolan/vlc][3.0.x] coreaudio: fix stack overflow in MapOutputLayout()

2023-11-24 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC Commits: 5d465814 by Thomas Guillem at 2023-11-24T11:33:46+00:00 coreaudio: fix stack overflow in MapOutputLayout() When outlayout-mNumberChannelDescriptions is bigger than AOUT_CHAN_MAX. Fixes #28424 (cherry picked from commit

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: ffmpeg: upgrade to 4.4.4

2023-11-24 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC Commits: 94eafa60 by Thomas Guillem at 2023-11-24T09:37:25+00:00 contrib: ffmpeg: upgrade to 4.4.4 No major changes, bugfixes only. - - - - - 2 changed files: - contrib/src/ffmpeg/SHA512SUMS - contrib/src/ffmpeg/rules.mak Changes: