[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[vlc-commits] [Git][videolan/vlc][3.0.x] macosx/prefs: always show media key control as enabled

2021-06-16 Thread David
David pushed to branch 3.0.x at VideoLAN / VLC Commits: 08db536c by Felix Paul Kühne at 2021-06-16T13:53:41+02:00 macosx/prefs: always show media key control as enabled On macOS Sierra and higher, we will use the official API to enable control of VLC, which will always be enabled as potential

[vlc-commits] macosx: Workaround crash in PXSourceList dealloc

2021-06-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Jun 1 17:54:45 2021 +0200| [bb7022aed9b88cd519848de19d1cb6ba3795d1b2] | committer: David Fuhrmann macosx: Workaround crash in PXSourceList dealloc [super setDataSource] crashes on macOS 10.11 until 10.13. The code in question should

[vlc-commits] macOS package: Increase image size for dmg package

2021-05-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon May 3 21:39:32 2021 +0200| [9f1a68226ba337bdf673f95caef95a10ef2920b4] | committer: David Fuhrmann macOS package: Increase image size for dmg package Increase to 300M to allow to build universal releases. This is the maximum size

[vlc-commits] [Git][videolan/vlc][master] macOS package: Increase image size for dmg package

2021-05-05 Thread David
David pushed to branch master at VideoLAN / VLC Commits: 6a8dcbee by David Fuhrmann at 2021-05-05T08:06:43+02:00 macOS package: Increase image size for dmg package Increase to 300M to allow to build universal releases. This is the maximum size of the release image, the final file will be only

[vlc-commits] POTFILES.in: Update for macosx UI files

2021-04-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 13 12:58:33 2021 +0200| [832a58631ca235d2a5bc558a55f8c0172fb86ac9] | committer: David Fuhrmann POTFILES.in: Update for macosx UI files Add all files in directory. Fixes missing VLCSidebarSource and VLCLogWindowController, notably

[vlc-commits] macosx: Fix compilation of sidebar source with old SDKs

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 13:38:49 2021 +0200| [58d8dd6c7d31a15519dc69dcd5f6ad4b88e1b4f1] | committer: David Fuhrmann macosx: Fix compilation of sidebar source with old SDKs > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Modernize code style for VLCTimeField

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:31:05 2021 +0200| [84847c28514a802585094338d2622be4bcdd0c89] | committer: David Fuhrmann macosx: Modernize code style for VLCTimeField > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Fix format specifier

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:11:46 2021 +0200| [701ae51e3f841fb760cf3707682ae491f71c61f1] | committer: David Fuhrmann macosx: Fix format specifier > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=701ae51e3f841fb760cf3707682ae491f71c6

[vlc-commits] macosx: time fields: Cache alternative time representation

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:12:06 2021 +0200| [30ce9f876c9d56122e94450a4c988e45fea7b6cc] | committer: David Fuhrmann macosx: time fields: Cache alternative time representation This allows to toggle between remaining and elapsed time at any time, also while

[vlc-commits] macosx: Fix translation of "general settings box"

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Apr 5 18:18:12 2021 +0200| [b17069595772d64888aa388cfbe0d5a163e32edd] | committer: David Fuhrmann macosx: Fix translation of "general settings box" refs #25558 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.gi

[vlc-commits] macosx: Fix autolayout issues for simple prefs

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Apr 5 19:09:15 2021 +0200| [198fb6c0e60cbe6e4836761814b9d263a38ddc54] | committer: David Fuhrmann macosx: Fix autolayout issues for simple prefs For all views shown in simple preferences, all UI elements with intrinsic sizes (e.g. labels

[vlc-commits] macosx: Initialize sidebar in main window

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Apr 2 12:18:00 2021 +0200| [edd5319c1a95210edac9d9544d77998747605419] | committer: David Fuhrmann macosx: Initialize sidebar in main window > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Move out sidebar handling in own data source object

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Apr 2 11:50:11 2021 +0200| [abbc95861f12992a773e67867851801fb1ea9858] | committer: David Fuhrmann macosx: Move out sidebar handling in own data source object Move delegate and datasource handling of sidebar into own object. This decouples

[vlc-commits] macosx: time fields: Cache alternative time representation

2021-04-06 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Apr 6 11:46:12 2021 +0200| [497fc4216d776fc81d241578eaf9abd17dbeedcb] | committer: David Fuhrmann macosx: time fields: Cache alternative time representation This allows to toggle between remaining and elapsed time at any time, also while the media

[vlc-commits] macosx: Fix autolayout issues for simple prefs

2021-04-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 5 19:33:45 2021 +0200| [f3c7ba5bb3a5bda29ad18e28b566b79c91d89355] | committer: David Fuhrmann macosx: Fix autolayout issues for simple prefs For all views shown in simple preferences, all UI elements with intrinsic sizes (e.g. labels

[vlc-commits] macosx: Add two size configurations for fullscreen panel

2021-04-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Apr 2 12:26:12 2021 +0200| [9ad0a1de606b52ad7b98ec4e2a7b1674d21f1105] | committer: David Fuhrmann macosx: Add two size configurations for fullscreen panel Freely choosing an increased size for fullscreen panel control buttons has been an error

[vlc-commits] macosx: Add two size configurations for fullscreen panel

2021-03-31 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Mar 31 22:27:39 2021 +0200| [659f569c3a0a77256bbca8a0745d35da7aab3ada] | committer: David Fuhrmann macosx: Add two size configurations for fullscreen panel Freely choosing an increased size for fullscreen panel control buttons has been

[vlc-commits] macosx: open panel: fix MRL generation for multiple input devices

2021-03-31 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Mar 31 22:51:17 2021 +0200| [f2e872c78dfdadf8dbbbc4db0a2aa6a3cfb353db] | committer: David Fuhrmann macosx: open panel: fix MRL generation for multiple input devices Fix issue in MRL generation for multiple audio / video input devices. Now

[vlc-commits] macosx: open panel: fix MRL generation for multiple input devices

2021-03-31 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 31 22:58:57 2021 +0200| [c21bf10646a6c432a0d1fb695256778a84c83a13] | committer: David Fuhrmann macosx: open panel: fix MRL generation for multiple input devices Fix issue in MRL generation for multiple audio / video input devices. Now updates

[vlc-commits] macosx: Fix crash on exit related to PXSourceList

2021-03-29 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Mar 29 10:54:19 2021 +0200| [53359e6f9bbcc101f84935d272b4be5b6bd1fb3b] | committer: David Fuhrmann macosx: Fix crash on exit related to PXSourceList The delegate object (aka VLCMainWindow) is sometimes not valid anymore when the destructor

[vlc-commits] macosx proj: Add Internal directory for PXSourceList

2021-03-29 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Mar 29 10:53:59 2021 +0200| [adf964a472568981393ad407143c54abbbd4c9ed] | committer: David Fuhrmann macosx proj: Add Internal directory for PXSourceList > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Fix make dist after l10n update

2021-03-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Mar 1 19:08:59 2021 +0100| [5a02fe693e96ca4f37c3eb5f103824dd7dd4f743] | committer: David Fuhrmann macosx: Fix make dist after l10n update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] Update PO files after vlc.pot update

2021-02-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Feb 24 18:59:26 2021 +0100| [17f64a4dae93e22505fe58577cd38dd8146ab236] | committer: David Fuhrmann Update PO files after vlc.pot update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=17f64a4dae93e22505fe58577cd38dd8146ab

[vlc-commits] macosx: Fix make dist after l10n update

2021-02-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Feb 24 18:46:06 2021 +0100| [81968a757aec852858e92c3d94e944d614773d9e] | committer: David Fuhrmann macosx: Fix make dist after l10n update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] gitlab-ci: Add builders for macOS ARM

2021-01-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jan 21 22:12:32 2021 +0100| [449168207808b00e5cb1231c2ec8d476fbc751b5] | committer: David Fuhrmann gitlab-ci: Add builders for macOS ARM Restructure scripts into common builders for mac and mac nightly. Add dedicated jobs to build for macos-arm64

[vlc-commits] macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac

2021-01-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Jan 26 10:56:49 2021 +0100| [8e29a54120c85cdee65df25e83ec0b4c7a9a9dcb] | committer: David Fuhrmann macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac luac is a native tool not being bundled in the prebuilt contribs so far. Therefore

[vlc-commits] gitlab-ci: Let the build scripts fetch the prebuilt contribs

2021-01-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jan 24 12:28:17 2021 +0100| [dac0501e1d92d6ae0f56bbe5f2e4da4f5e19e003] | committer: David Fuhrmann gitlab-ci: Let the build scripts fetch the prebuilt contribs Like it is done for the other platforms. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] gitlab-ci: Let the build scripts fetch the prebuilt contribs

2021-01-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Jan 24 12:28:17 2021 +0100| [7d5552d6bb0462543c1f5530529be79f6d5c707b] | committer: David Fuhrmann gitlab-ci: Let the build scripts fetch the prebuilt contribs Like it is done for the other platforms. > http://git.videolan.org/gitweb.

[vlc-commits] macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac

2021-01-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Jan 24 12:18:08 2021 +0100| [5dd2501b3ebdab86ad8f9238aceb403d0e7ffa7c] | committer: David Fuhrmann macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac luac is a native tool not being bundled in the prebuilt contribs so far

[vlc-commits] gitlab-ci: Add builders for macOS ARM

2021-01-23 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Jan 21 22:12:32 2021 +0100| [47c1832816393900975fa5c1eb2606cbc7733361] | committer: David Fuhrmann gitlab-ci: Add builders for macOS ARM Restructure scripts into common builders for mac and mac nightly. Add dedicated jobs to build for macos

[vlc-commits] Fixed Santa hat not showing on cone after playback ends or is stopped even if it should

2021-01-06 Thread David Berdik
vlc/vlc-3.0 | branch: master | David Berdik | Tue Dec 29 21:57:41 2020 -0500| [ce327db9c472e15606c7736980f0a512aaa4ab1e] | committer: Pierre Lamot Fixed Santa hat not showing on cone after playback ends or is stopped even if it should Signed-off-by: Pierre Lamot > http://git.videolan.

[vlc-commits] macosx: Fix make dist after l10n update

2020-12-30 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 30 14:51:38 2020 +0100| [8e19ecd054978352abc01bc33ee91ab4573c491d] | committer: David Fuhrmann macosx: Fix make dist after l10n update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Fix animations in open panel

2020-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 16 08:23:12 2020 +0100| [d147bb5e7e8bfda63cbfbed310d0bbcf3f110614] | committer: David Fuhrmann macosx: Fix animations in open panel Open panel was showing only half of the tab view, because the animation was interrupted right

[vlc-commits] macosx: Move Base.lproj back to English.lproj

2020-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Dec 15 22:29:29 2020 +0100| [a1d577518d6665ba0567f9f5b0b2176e111da37f] | committer: David Fuhrmann macosx: Move Base.lproj back to English.lproj Base.lproj is not recognised yet as a known directory on 10.7. This seems to be supported only

[vlc-commits] macosx: fix make dist

2020-12-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Dec 14 20:45:14 2020 +0100| [96fc54755d18b1091673043a965eafc71bf2af99] | committer: David Fuhrmann macosx: fix make dist > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=96fc54755d18b1091673043a965eafc71bf2af99 --- modu

[vlc-commits] macosx: codesign: Check whether vlc-cache-gen can be executed

2020-12-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Dec 14 20:27:04 2020 +0100| [c8ab476aa089c71799db5624c809b5c83ceab825] | committer: David Fuhrmann macosx: codesign: Check whether vlc-cache-gen can be executed Check whether vlc-cache-gen can actually be executed, to detect whether

[vlc-commits] contrib: sparkle: call install_name_tool on actual file

2020-12-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Dec 14 20:13:25 2020 +0100| [81087465d4cb1abfc3f1a9f7abac44cb8767d55e] | committer: David Fuhrmann contrib: sparkle: call install_name_tool on actual file Calling on the symlink replaces that symlink with the real file with latest versions

[vlc-commits] contrib: sparkle: call install_name_tool on actual file

2020-12-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Dec 14 20:13:25 2020 +0100| [80d4dd9157fc410c1541973ae2ad2a4767fea65f] | committer: David Fuhrmann contrib: sparkle: call install_name_tool on actual file Calling on the symlink replaces that symlink with the real file with latest versions

[vlc-commits] macosx: codesign: Check whether vlc-cache-gen can be executed

2020-12-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Dec 14 20:22:24 2020 +0100| [18271e16182312cc2d0a80848d562e52efc2ebf8] | committer: David Fuhrmann macosx: codesign: Check whether vlc-cache-gen can be executed Check whether vlc-cache-gen can actually be executed, to detect whether it is available

[vlc-commits] contrib: nettle: fix build with CC_FOR_BUILD set to recent clang

2020-12-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Nov 30 09:21:33 2020 +0100| [c8abac44747cfe6bbf0b8399373f78ea6125367c] | committer: Felix Paul Kühne contrib: nettle: fix build with CC_FOR_BUILD set to recent clang See upstream https://git.lysator.liu.se/nettle/nettle/-/merge_requests/9/diffs

[vlc-commits] macOS build: fix pseudo package

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 20:17:27 2020 +0100| [599688cedd73688512edaff8c2ce616c6a2869b3] | committer: David Fuhrmann macOS build: fix pseudo package No need to link InfoPlist.strings files here. (cherry picked from commit

[vlc-commits] macosx: fix make dist after language update

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 20:16:50 2020 +0100| [2630b360927a5656c4987a86ba1499211955fd98] | committer: David Fuhrmann macosx: fix make dist after language update (cherry picked from commit 21e9016865f72f517ca7f0c5ec49f64a60223fa4) Signed-off-by: David Fuhrmann

[vlc-commits] macOS package: Install InfoPlist.strings for different langs

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 19:53:31 2020 +0100| [bc51dbbcda9e4c7960d4bc659e69a5c1aebab4e2] | committer: David Fuhrmann macOS package: Install InfoPlist.strings for different langs Also, move the template file, InfoPlist.strings, into Base.lproj to simplify

[vlc-commits] macosx: Add explanatory strings for access to restricted resources

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 17 13:15:10 2020 +0200| [f121a648c1e74844027427be28f5a567ebef0525] | committer: David Fuhrmann macosx: Add explanatory strings for access to restricted resources Those strings are read directly by the mac OS to show some reason

[vlc-commits] macosx: Do not generate InfoPlist.strings anymore

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 17 12:46:52 2020 +0200| [f233f85df706b7648946c6ef28a41cd92e40173a] | committer: David Fuhrmann macosx: Do not generate InfoPlist.strings anymore (cherry picked from commit 468e864fb929bc849d71d99e6cbd6a09e436bd3a) (edited) Signed-off

[vlc-commits] macOS package: Simplify installation of locales

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 3 17:51:45 2018 +0100| [be20a6e399738a2575bb6ccd8b7cc5a32439563a] | committer: David Fuhrmann macOS package: Simplify installation of locales The prefix already contains the correct directory structure for locale, just copy this one

[vlc-commits] macosx: Remove HumanReadableCopyright from InfoPlist.strings

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 17 12:26:31 2020 +0200| [94df25b30867601a530993efce43199265f2e750] | committer: David Fuhrmann macosx: Remove HumanReadableCopyright from InfoPlist.strings The translation file should not need to be generated by the build system to allow

[vlc-commits] macos info.plist strings: Factorize translatable strings

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun May 19 11:53:24 2019 +0200| [19287f00d3b76a8e949094a088599e2b54b9ce92] | committer: David Fuhrmann macos info.plist strings: Factorize translatable strings Some strings do not need to be translated here. CFBundleGetInfoString is replaced

[vlc-commits] macosx: InfoPlist: Add strings for ressource usages

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 2 11:25:28 2019 +0100| [7d8be8d23c0256d3fb7e258aad3251881c9964a5] | committer: David Fuhrmann macosx: InfoPlist: Add strings for ressource usages Those strings must be provided once VLC is compiled with 10.14 sdk, otherwise VLC crashes

[vlc-commits] macosx: Fix display of copyright message

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Dec 3 06:28:36 2020 +0100| [b16d96ddd3680add14468412b7df9c3ca76da9fe] | committer: David Fuhrmann macosx: Fix display of copyright message This string is not in the localized info.plist anymore. (manual bp

[vlc-commits] contrib: nettle: fix build with CC_FOR_BUILD set to recent clang

2020-12-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Nov 30 09:21:33 2020 +0100| [bf0b8c691d251f0a77dec378a2bc8dc0d7a408de] | committer: Felix Paul Kühne contrib: nettle: fix build with CC_FOR_BUILD set to recent clang See upstream https://git.lysator.liu.se/nettle/nettle/-/merge_requests/9

[vlc-commits] Revert "l10n: Czech update"

2020-12-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 22:48:52 2020 +0100| [e68ee71c385c706f3215a5feffb5fc8422d63d9c] | committer: David Fuhrmann Revert "l10n: Czech update" Breaks build: cs.po:1289: Formatspezifikation in »msgid« und »msgstr« für Argument 1 sind nicht

[vlc-commits] Revert "l10n: Romanian update"

2020-12-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 22:53:36 2020 +0100| [0edbf097df010f04e1d0b70ab938385b58430fc7] | committer: David Fuhrmann Revert "l10n: Romanian update" Breaks build: ro.po:1187: die Anzahl der Formatspezifikationen in »msgid« und »msgstr« stimmt nic

[vlc-commits] macOS build: fix pseudo package

2020-12-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 20:17:27 2020 +0100| [4f34f66f5eaddf3d88fa8a7f5dc839bb2c012103] | committer: David Fuhrmann macOS build: fix pseudo package No need to link InfoPlist.strings files here. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: fix make dist after language update

2020-12-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 20:16:50 2020 +0100| [21e9016865f72f517ca7f0c5ec49f64a60223fa4] | committer: David Fuhrmann macosx: fix make dist after language update > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21e9016865f72f517ca7f0c5ec49f64a60223

[vlc-commits] macOS package: Install InfoPlist.strings for different langs

2020-12-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 19:53:31 2020 +0100| [5b6d90bada44fc99ca0adf029d5ba5df5a496ae4] | committer: David Fuhrmann macOS package: Install InfoPlist.strings for different langs Also, move the template file, InfoPlist.strings, into Base.lproj to simplify the install

[vlc-commits] macosx: Fix display of copyright message

2020-12-01 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 00:15:33 2020 +0100| [9f81ba8e3ece2903796886e3229202fafe86] | committer: David Fuhrmann macosx: Fix display of copyright message This string is not in the localized info.plist anymore. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macOS build.sh: Use default macosx SDK for xcodebuild targets

2020-11-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Nov 16 20:22:20 2020 +0100| [35601c58e182dc18601dfd3f8bc00d861d025878] | committer: David Fuhrmann macOS build.sh: Use default macosx SDK for xcodebuild targets xcodebuild only allows to use an SDK which is bundled inside the corresponding

[vlc-commits] macOS build.sh: Drop OSX_VERSION

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Nov 12 20:37:42 2020 +0100| [399b29adb151bb1cdaa007b4e76189a30e171c08] | committer: David Fuhrmann macOS build.sh: Drop OSX_VERSION This is not needed anymore. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] contrib: caca: Disable build on darwin OS

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Nov 15 13:04:20 2020 +0100| [42e03c51b4455f6a921ce07ebef1c96f0ce6c1d4] | committer: David Fuhrmann contrib: caca: Disable build on darwin OS This does not build anymore with recent ncurses, and the caca vlc module is also disabled by default

[vlc-commits] contrib: bootstrap: Simplify macOS sdk detection

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu May 31 01:12:22 2018 +0200| [d2326c1163882dd4ed92ef24ae2390cddd753ce4] | committer: David Fuhrmann contrib: bootstrap: Simplify macOS sdk detection Just use xcrun --show-sdk-path to get the default SDK patch. This also finds all other

[vlc-commits] macOS build.sh: Simplify detection of default SDKROOT

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 30 23:25:48 2018 +0200| [258aeb918a484022bbd21173359b2c28224819be] | committer: David Fuhrmann macOS build.sh: Simplify detection of default SDKROOT This fixes the build on macOS Catalina. (cherry picked from commit

[vlc-commits] contrib: bootstrap: Remove OSX_VERSION from contrib system

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu May 31 01:15:13 2018 +0200| [a47f8a5ba10f3829dee9ffaa6b7a9ae0c0848c9d] | committer: David Fuhrmann contrib: bootstrap: Remove OSX_VERSION from contrib system This is not needed anymore. (cherry picked from commit

[vlc-commits] contrib: caca: Disable build on darwin OS

2020-11-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 15 18:20:54 2020 +0100| [2a988cc4624dd388f9c1af1d8f0fc78ca89939ef] | committer: David Fuhrmann contrib: caca: Disable build on darwin OS This does not build anymore with recent ncurses, and the caca vlc module is also disabled by default. Thus

[vlc-commits] macosx: Fix width of sidebar panel

2020-11-08 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Nov 8 19:14:49 2020 +0100| [c5d5da7b231ed9c3c7d7a4a28e219c7e29ff0013] | committer: David Fuhrmann macosx: Fix width of sidebar panel > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=c5d5da7b231ed9c3c7d7a4a28e219c7e29ff0

[vlc-commits] macosx: Fix visual appearance of side bar icon

2020-11-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Nov 6 07:52:31 2020 +0100| [6d697b9e7b0a58332bde577a51854f4cd65c29e3] | committer: David Fuhrmann macosx: Fix visual appearance of side bar icon Fix padding of sidebar icons on macOS 11. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.

[vlc-commits] macOS project: Add new files to project, reorder

2020-11-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Nov 6 07:58:52 2020 +0100| [978af5edd4d3bd6714967369cb83017a76a93467] | committer: David Fuhrmann macOS project: Add new files to project, reorder > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] Update NEWS

2020-11-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Nov 6 07:59:22 2020 +0100| [d5443bc70213b2821d21aaf251eb0bc154eb490d] | committer: David Fuhrmann Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d5443bc70213b2821d21aaf251eb0bc154eb490d --- NEWS

[vlc-commits] macosx: Remove HumanReadableCopyright from InfoPlist.strings

2020-10-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 17 12:26:31 2020 +0200| [971705e799e978338e60bf6b3b1d130991e1ab3f] | committer: David Fuhrmann macosx: Remove HumanReadableCopyright from InfoPlist.strings The translation file should not need to be generated by the build system to allow more

[vlc-commits] macosx: Do not generate InfoPlist.strings anymore

2020-10-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 17 12:46:52 2020 +0200| [468e864fb929bc849d71d99e6cbd6a09e436bd3a] | committer: David Fuhrmann macosx: Do not generate InfoPlist.strings anymore > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=468e864fb929bc849d71d99e6cbd6a09e436b

[vlc-commits] macosx: Add explanatory strings for access to restricted resources

2020-10-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 17 13:15:10 2020 +0200| [f1534626c69952d3b24de51c6468ad56337c3c14] | committer: David Fuhrmann macosx: Add explanatory strings for access to restricted resources Those strings are read directly by the mac OS to show some reason in ressource

[vlc-commits] cvpx: Fix build on macOS

2020-10-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 12 22:07:56 2020 +0200| [b7625aa0974602e11d4051a18015f5ca2fbeb6b3] | committer: David Fuhrmann cvpx: Fix build on macOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7625aa0974602e11d4051a18015f5ca2fbeb6b3 --- modules/video_chr

  1   2   3   4   5   6   7   8   9   10   >