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

[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: 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] decoder: fix fmt check from vlc_input_decoder_HasFormatChanged

2021-01-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jan 25 14:22:31 2021 +0100| [25ca014441156f3f0eebe39d56a53495e128] | committer: Thomas Guillem decoder: fix fmt check from vlc_input_decoder_HasFormatChanged The fmt that need to be tested is owner->fmt in that case. Regression from

[vlc-commits] lib: add libvlc_video_get_spu_text_scale API

2021-01-26 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Oct 27 10:27:06 2020 +0100| [f86b34707976b963270c781267378d0693abcd90] | committer: Felix Paul Kühne lib: add libvlc_video_get_spu_text_scale API This complements 67c4ffd5. >