[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: sidplay: Do not overwrite CXXFLAGS in configure.in

2024-06-06 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 86a582c9 by David Fuhrmann at 2024-06-06T09:43:50+02:00 contrib: sidplay: Do not overwrite CXXFLAGS in configure.in resid configure has a bug which overwrites CXXFLAGS unconditionally, causing build failures when preset CXXFLAGS are neede

[vlc-commits] [Git][videolan/vlc][3.0.x] macosx: fix possible SPMediaKeyTap crash

2022-11-27 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: b64b9c22 by Marvin Scholz at 2022-11-27T20:54:08+00:00 macosx: fix possible SPMediaKeyTap crash Adding nil to an NSArray would make it raise an NSInvalidArgumentException which in turn leads to an abort in dispatch_once: https://github

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

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

[vlc-commits] [Git][videolan/vlc][3.0.x] Update NEWS

2022-10-13 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: e9eceaed by David Fuhrmann at 2022-10-13T18:26:02+02:00 Update NEWS - - - - - 1 changed file: - NEWS Changes: = NEWS = @@ -5,6 +5,12 @@ macOS: * Fix audio devi

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

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

[vlc-commits] [Git][videolan/vlc] Deleted tag 3.0.18-rc2

2022-09-30 Thread David (@dfuhrmann)
David deleted tag 3.0.18-rc2 at VideoLAN / VLC -- You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo

[vlc-commits] [Git][videolan/vlc][3.0.x] configure.ac: Correctly set version to 3.0.18-rc2

2022-09-30 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: ed93768c by David Fuhrmann at 2022-09-30T10:36:07+02:00 configure.ac: Correctly set version to 3.0.18-rc2 - - - - - 1 changed file: - configure.ac Changes: = configure.ac =

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

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

[vlc-commits] [Git][videolan/vlc][3.0.x] 3 commits: demux: mp4: fix qtff v1 divbyzero

2022-09-29 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 2154ab15 by Francois Cartegnie at 2022-09-28T20:54:22+02:00 demux: mp4: fix qtff v1 divbyzero - - - - - 38bc5514 by Francois Cartegnie at 2022-09-29T21:03:47+02:00 demux: ogg: check ogg_sync_buffer allocs (cherry picked from commit 03100

[vlc-commits] [Git][videolan/vlc][master] 3 commits: decoder: update i_bitspersample

2022-09-29 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: 2c2df214 by Romain Vimont at 2022-09-29T21:02:13+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 - - - - - 0310

[vlc-commits] [Git][videolan/vlc][3.0.x] Update NEWS for 3.0.18-rc2

2022-09-29 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 13426fb3 by David Fuhrmann at 2022-09-28T20:23:52+02:00 Update NEWS for 3.0.18-rc2 Update news, and bump version to 3.0.18-rc2. - - - - - 2 changed files: - NEWS - configure.ac Changes: = NEWS ==

[vlc-commits] [Git][videolan/vlc][3.0.x] araw: fix overflows in 24-bit decoder

2022-09-03 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 50d44064 by Rémi Denis-Courmont at 2022-09-03T14:51:33+00:00 araw: fix overflows in 24-bit decoder The high-order byte is promoted to 'int'. If the high-order bit is set, this results in an overflow (into the sign bit) when shifted by 24

[vlc-commits] [Git][videolan/vlc][master] 3 commits: youtube.lua: fix crash on unexpected "n" descrambling transformation code

2022-09-01 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: 14944410 by Pierre Ynard at 2022-09-01T20:09:08+00:00 youtube.lua: fix crash on unexpected "n" descrambling transformation code It was possible, when encountering different code from what was expected for some known transformations, to

[vlc-commits] [Git][videolan/vlc][master] 4 commits: contrib: gme: Depend on zlib

2022-08-27 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: adf27a00 by David Fuhrmann at 2022-08-27T15:27:19+00:00 contrib: gme: Depend on zlib The latest version of game-music-emu links against zlib if it is available. Refs #27262 - - - - - e5831665 by David Fuhrmann at 2022-08-27T15:27:19+00

[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

[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 - - - - - 67523

[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 by

[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: - modules/demu

[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][3.0.x] 9 commits: contrib: gnutls: Backport a patch to avoid -Wint-conversion errors

2022-08-21 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: f22fc52d by Martin Storsjö at 2022-08-19T15:18:45+03:00 contrib: gnutls: Backport a patch to avoid -Wint-conversion errors Clang 15 made "incompatible pointer to integer conversion" an error instead of a plain warning. This fixes errors l

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: contrib: upnp: Remove unneeded patch

2022-08-19 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: f6bd67bb by Hugo Beauzée-Luyssen at 2022-08-17T15:50:07+02:00 contrib: upnp: Remove unneeded patch If libupnp is built without --enable-debug, debug is entirely deactivated. When debug is enabled, users are required to call UpnpInitLog to

[vlc-commits] [Git][videolan/vlc][3.0.x] bin: Add Frameworks directory to vlc-osx RPATH

2022-01-08 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 0b72ae60 by David Fuhrmann at 2022-01-08T10:42:03+00:00 bin: Add Frameworks directory to vlc-osx RPATH vlc-osx is used to generate the final VLC executable, and therefore the RPATH to the Frameworks directory is needed as well, in order t

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: macosx: add rpath for Frameworks

2022-01-05 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 939b0470 by Marvin Scholz at 2022-01-04T15:36:29+01:00 macosx: add rpath for Frameworks The Frameworks folder was missing in the rpath, leading to Frameworks like Sparkle requiring change of the install_name after it was built instead of

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: add rpath for Frameworks

2022-01-04 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: ffaadb57 by Marvin Scholz at 2022-01-04T19:40:24+00:00 macosx: add rpath for Frameworks The Frameworks folder was missing in the rpath, leading to Frameworks like Sparkle requiring change of the install_name after it was built instead of

[vlc-commits] [Git][videolan/vlc][3.0.x] 9 commits: avcapture: setup framerate correctly

2021-10-11 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: c593d59c by Alexandre Janniaux at 2021-10-11T14:09:06+00:00 avcapture: setup framerate correctly Set the framerate to 1 / framerate_base, avoiding the following warning for a 30fps capture stream: rawvideo decoder warning: invalid fr

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix a bug preventing VLC from launching

2021-09-18 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: 8cb3f814 by Samuel Bassaly at 2021-09-18T10:38:53+00:00 macosx: Fix a bug preventing VLC from launching When the defaults key VideoEffectApplyProfileOnStartup is set to true, the VLCVideoEffectsWindowController was initialized in a way t

[vlc-commits] [Git][videolan/vlc][master] macosx: Add stereo_pan filter

2021-08-29 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: 6f47656d by Samuel Bassaly at 2021-08-29T13:28:07+00:00 macosx: Add stereo_pan filter Add stereo pan filter to Advanced Audio Effects panel. Add enable button for each filter, as pan audio effect has effect over the whole spectrum (alwa

[vlc-commits] [Git][videolan/vlc][master] macosx: Add pitch adjustment to Audio Effects

2021-06-30 Thread David (@dfuhrmann)
David pushed to branch master at VideoLAN / VLC Commits: f6275d44 by Samuel Bassaly at 2021-06-30T19:20:54+00:00 macosx: Add pitch adjustment to Audio Effects Add the Advanced Tab to the Audio Effects panel, and include the Adjust pitch slider. Update the profile string to include the pitch v