[vlc-commits] [Git][videolan/vlc] Pushed new tag 3.0.18-rc

2022-08-24 Thread David (@dfuhrmann)
David pushed new tag 3.0.18-rc at VideoLAN / VLC -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.18-rc You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: decoder: update i_bitspersample

2022-08-24 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: d7d0bbf8 by Romain Vimont at 2022-08-24T19:51:40+02:00 decoder: update i_bitspersample The field i_bytes_per_frame was updated, but not i_bitspersample, causing an inconsistency leading to a buffer overflow. Fixes #26930 - - - - -

[vlc-commits] [Git][videolan/vlc][3.0.x] 7 commits: contrib: update libvpx to 1.9.0

2022-08-24 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: abf2379a by Tristan Matthews at 2022-08-24T16:41:18+00:00 contrib: update libvpx to 1.9.0 (cherry picked from commit 5a88236177425c275cd9d18059db690467b187ae) (edited) edited: * header of the 3.0 pacth was different - - - - - bf49fd9a

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: dash: include cstdint, needed for uint64_t

2022-08-24 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 58d30c8b by Johannes Kauffmann at 2022-08-24T16:20:11+00:00 demux: dash: include cstdint, needed for uint64_t Fixes #27077. (cherry picked from commit 6fca76ebd76bf8fce9b111e31bda64015cdc770f) - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][3.0.x] OpenMAX IL: add more missing extern qualifiers

2022-08-24 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 7a1446e3 by Johannes Kauffmann at 2022-08-24T15:59:10+00:00 OpenMAX IL: add more missing extern qualifiers Amends 8e50cc985ed1e6e42387af0383c37cfb5ffbf1d7. This should fix #24617, which is still an issue on 3.0.x (cf. #27256). - - - -

[vlc-commits] [Git][videolan/vlc][master] 4 commits: placebo: display: fix typo

2022-08-24 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 0fbaf6c2 by Alexandre Janniaux at 2022-08-24T08:51:46+00:00 placebo: display: fix typo - - - - - e434d9a4 by Alexandre Janniaux at 2022-08-24T08:51:46+00:00 placebo: display: reset vd-sys in case of error - - - - - f2dfd4b2 by

[vlc-commits] [Git][videolan/vlc][master] contrib: vpx: update to 1.12.0

2022-08-24 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 1cc04dc4 by Tristan Matthews at 2022-08-24T05:21:40+00:00 contrib: vpx: update to 1.12.0 Notable changes: - This release adds optimizations for Loongarch, adds support for vp8 in the real-time rate control library, upgrades

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: ffmpeg: fix a rare crash on some odd files with DVXA

2022-08-24 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC Commits: ad8bbb0d by Steve Lhomme at 2022-08-24T05:20:48+00:00 contrib: ffmpeg: fix a rare crash on some odd files with DVXA There is a cleaner fix proposed but it may have wider impacts and needs to be checked on all platforms: