[vlc-commits] CI: Add GitLab CI

2019-10-23 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 22 11:49:37 2019 +0200| [1fd743e6863f7d2193d681e1fd92e087ac1f2070] | committer: Jean-Baptiste Kempf CI: Add GitLab CI Co-authored-by: Konstantin Pavlov Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] CI: Adjust branch name to reality

2019-10-23 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Oct 23 22:12:43 2019 +0200| [d4650ab38781bd4745c90e5f965528be61bc59d4] | committer: Marvin Scholz CI: Adjust branch name to reality This was a leftover of testing things in my fork, where I wasn't using the master branch. > http://git.videolan.

[vlc-commits] deinterlace/yadif: Disable x86 asm on Android

2019-10-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 15 14:14:57 2019 +0200| [508e3db77822f29429867d56c2a669e036706372] | committer: Marvin Scholz deinterlace/yadif: Disable x86 asm on Android It contains text relocations which are not allowed on Android. > http://git.videolan.org/gitweb.

[vlc-commits] contrib: fluidlite: Add patch to enable PIC

2019-10-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 11 19:20:34 2019 +0200| [bddc639a5711eb1a447335064c9007320c827e6f] | committer: Marvin Scholz contrib: fluidlite: Add patch to enable PIC Fixes linking issues on x86 Android > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] aout/coreaudio: Use symbols directly instead of dlsym

2019-11-20 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Aug 2 13:59:13 2019 +0200| [1526f998d3cbff0a8bceebd8f2be6430972bc763] | committer: Thomas Guillem aout/coreaudio: Use symbols directly instead of dlsym It is not needed to load the symbols using dlsym here, they will be automatically

[vlc-commits] darwin/thread: Ignore vlc_mutex_unlock failures

2019-12-02 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Oct 28 18:24:44 2019 +0100| [778f2203177a9a0de7ca11da600e39b06eb8093e] | committer: Thomas Guillem darwin/thread: Ignore vlc_mutex_unlock failures macOS pthread implementation for pthread_cond_wait is buggy, causing sometimes the mutex

[vlc-commits] CI: Use a specific SHA for the android build script

2019-12-02 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Dec 2 15:33:31 2019 +0100| [09e5d5b7bab60739bbc4815df0ed8d15b331dff5] | committer: Marvin Scholz CI: Use a specific SHA for the android build script > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=09e5d5b7bab60739bbc4815df0ed8d15b331d

[vlc-commits] CI: Add doxygen job

2019-11-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Oct 23 15:14:25 2019 +0200| [2d67599a1082bae46b6c5eeb31e519af070a4dc4] | committer: Marvin Scholz CI: Add doxygen job > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d67599a1082bae46b6c5eeb31e519af070a4dc4 --- extras/ci/gitlab-ci.yml |

[vlc-commits] CI: Restructure and unify contrib and non-contrib jobs

2019-11-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Oct 30 16:04:08 2019 +0100| [b06988ec3ea9203ef721fd7ad6c79ce4eceed691] | committer: Marvin Scholz CI: Restructure and unify contrib and non-contrib jobs Instead of having separate jobs for prebuilt and non-prebuilt jobs, just have one job and build

[vlc-commits] CI: Add script to check existence of URL

2019-11-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Oct 30 16:02:25 2019 +0100| [3b19ccecfc5dac60039d67c869e27578e817e72f] | committer: Marvin Scholz CI: Add script to check existence of URL > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b19ccecfc5dac60039d67c869e27578e817e72f --- ext

[vlc-commits] CI: Package macOS artifacts

2019-11-04 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Nov 4 11:19:43 2019 +0100| [a6754eb7d01d907a248e6cc5f9bc13303e284558] | committer: Marvin Scholz CI: Package macOS artifacts This is needed so that the built contribs are actually packaged. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/configure.sh: Fix argument passing to configure

2019-11-14 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Sep 11 18:12:17 2018 +0200| [71b43cb5844f20e62e693a6f86638b0e42ae8936] | committer: Marvin Scholz macosx/configure.sh: Fix argument passing to configure Previously an argument could incorrectly get split up even though it was passed as one

[vlc-commits] include: Remove unnecessary escaping in comment

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Aug 2 14:34:25 2019 +0200| [8025f9eff586c96b0c898887f340c204efa8c195] | committer: Marvin Scholz include: Remove unnecessary escaping in comment These backslashes would actually end up in the documentations code block and are not needed here

[vlc-commits] contrib: modplug: Fix endianness check

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 11 12:27:55 2019 +0200| [903c250978153ef8d95a6005def39ab0ad4078f9] | committer: Marvin Scholz contrib: modplug: Fix endianness check The autoconf endianness check does not compile with a C++ compiler due to bogus casts, therefore it is needed

[vlc-commits] contrib: gmp: Fix clang check

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 4 16:38:18 2019 +0200| [755d909a3732ff6106de5fb6532f13b25947d2e6] | committer: Marvin Scholz contrib: gmp: Fix clang check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=755d909a3732ff6106de5fb6532f13b25947d2e6 --- contrib/src/

[vlc-commits] codec: omxil: Fix build

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 11 13:15:57 2019 +0200| [a10514f12fcc72245bfd667c7838e8bc6982a273] | committer: Marvin Scholz codec: omxil: Fix build Co-authored-by: Steve Lhomme > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a10514f12fcc72245bfd667c7838e8bc6982a

[vlc-commits] contrib: make diffpatch.sh executable

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 11 12:36:10 2019 +0200| [2ce050f02ef5965bb576614c805e55913cb0329b] | committer: Marvin Scholz contrib: make diffpatch.sh executable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ce050f02ef5965bb576614c805e55913cb0329b --- cont

[vlc-commits] package/win32: Fix indentation

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 11 13:10:16 2019 +0200| [27f7dfcc5aa636b98a5d24f9c6e3ce754f8fe2e6] | committer: Marvin Scholz package/win32: Fix indentation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=27f7dfcc5aa636b98a5d24f9c6e3ce754f8fe2e6 --- extras/pack

[vlc-commits] package/win32: Add ability to specify prebuilt contrib URL

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Oct 4 13:32:37 2019 +0200| [71e5c7ae6a2d27f5183cdda9eb31c9a1907102f5] | committer: Marvin Scholz package/win32: Add ability to specify prebuilt contrib URL > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] extras/package/apple: Add support for prebuilt contribs

2019-10-11 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Sep 23 15:31:42 2019 +0200| [a9fabc746e2a890bc6b3451f78bb1490fa1a1281] | committer: Marvin Scholz extras/package/apple: Add support for prebuilt contribs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] contrib: dav1d: remove nonexistent win32_ver option

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Dec 22 00:14:50 2019 +0100| [7387bf6a84a5db76d42976a05044c25dcc6fdc8c] | committer: Marvin Scholz contrib: dav1d: remove nonexistent win32_ver option > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7387bf6a84a5db76d42976a05044c25dcc6fd

[vlc-commits] contrib: fix meson cross-compilation

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 22:39:45 2019 +0100| [a9938752fb1a1b4a6573c7bcd8cc20cbe40f678e] | committer: Marvin Scholz contrib: fix meson cross-compilation Additionally clarify some comments about why some things are done in a specific way. > http://git.videolan.

[vlc-commits] apple/build: Fix libvlc-full-static.a build

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 01:12:52 2019 +0100| [ef076e36bdf1389174195eebf6cc12ec14bee2c4] | committer: Marvin Scholz apple/build: Fix libvlc-full-static.a build The CFLAGS were not honored so the module list was always compiled for the native compiler. When later

[vlc-commits] contrib: vpx: Fix iOS cross-build

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Dec 20 21:12:29 2019 +0100| [993b246b746b79bc5966b2e108fc3ba6fff82d1e] | committer: Marvin Scholz contrib: vpx: Fix iOS cross-build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=993b246b746b79bc5966b2e108fc3ba6fff82d1e --- contrib/

[vlc-commits] contrib: libdsm: Create empty config.rpath file

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Jun 19 13:38:26 2019 +0200| [832fb0450dc56b9f5d97ab0f42aa50146c060d47] | committer: Marvin Scholz contrib: libdsm: Create empty config.rpath file Workaround for autoreconf failure: configure.ac:38: error: required file './config.rpath' not found

[vlc-commits] contrib: pkg-rewrite-absolute: Fix .pc file parser

2019-12-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Dec 19 11:21:48 2019 +0100| [87a78f0696b9e59845b8abcba50a409b3c7b6b2b] | committer: Marvin Scholz contrib: pkg-rewrite-absolute: Fix .pc file parser > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87a78f0696b9e59845b8abcba50a409b3c7b6

[vlc-commits] vout/caopengllayer: fix build with macOS SDKs < 10.14

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Feb 24 18:08:46 2020 +0100| [d45aa25f12d938a71a001617a39fb9a6eb5efc90] | committer: Marvin Scholz vout/caopengllayer: fix build with macOS SDKs < 10.14 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=co

[vlc-commits] vout/caopengllayer: fix build with macOS SDKs < 10.14

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Feb 24 18:08:46 2020 +0100| [baf1b28219f9803a68a384b6fbdb2975c01dbd8b] | committer: Marvin Scholz vout/caopengllayer: fix build with macOS SDKs < 10.14 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=co

[vlc-commits] thread: fix compilation with clang 7 or older

2020-03-02 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Mar 2 10:27:10 2020 +0100| [db4e0a65faeeae359e3e79f20996699378934e70] | committer: Steve Lhomme thread: fix compilation with clang 7 or older C11's atomic_load_explicit did not allow a const qualified first argument, even though it never modifies

[vlc-commits] vout/caopengllayer: fix scaling when changing displays

2020-02-27 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Feb 24 19:17:37 2020 +0100| [57401f907ca98bfd37e73577014642fd16c123bb] | committer: Marvin Scholz vout/caopengllayer: fix scaling when changing displays Changing from a retina screen to a non-retina screen changes the scale of the layer, so

[vlc-commits] aout/coreaudio: use vlc_mutex_t instead of pthread_mutex_t

2020-02-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 22 02:57:01 2020 +0100| [b13c3c10d6b8904b53e4b8f97ec46272dfcb7c32] | committer: Marvin Scholz aout/coreaudio: use vlc_mutex_t instead of pthread_mutex_t The fact that currently vlc_mutex_t is the same as pthread_mutex_t is an implementation

[vlc-commits] macosx: remove bogus UTTypeIconFile entry

2020-03-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Mar 3 11:08:35 2020 +0100| [0be7223231bda11c26dca0616feff80bee1e321c] | committer: Marvin Scholz macosx: remove bogus UTTypeIconFile entry This might help with the bug that when VLC is installed, RAR archives have no proper icon shown anymore

[vlc-commits] macosx: remove bogus UTTypeIconFile entry

2020-03-03 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Mar 3 11:08:35 2020 +0100| [7cce5936955dc1d3d4efb0d770b4277a63f7385e] | committer: Marvin Scholz macosx: remove bogus UTTypeIconFile entry This might help with the bug that when VLC is installed, RAR archives have no proper icon shown

[vlc-commits] package/win32: Add ability to specify prebuilt contrib URL

2020-02-28 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Oct 4 13:32:37 2019 +0200| [dd0de538b1a850e1de2351860eabd6ddc04145b6] | committer: Konstantin Pavlov package/win32: Add ability to specify prebuilt contrib URL (cherry picked from commit 71e5c7ae6a2d27f5183cdda9eb31c9a1907102f5) Signed-off

[vlc-commits] thread: fix typo

2020-03-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 24 16:11:03 2020 +0100| [c3b84c1909bd0eece7044e0fa1d47c24cb2e7381] | committer: Marvin Scholz thread: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3b84c1909bd0eece7044e0fa1d47c24cb2e7381 --- src/misc/threads.c | 2 +-

[vlc-commits] vout/caopengllayer: fix crash on close

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Feb 6 13:02:30 2020 +0100| [7d1e7f289deb0d9caa77053e83ba1f7b529bca1c] | committer: Marvin Scholz vout/caopengllayer: fix crash on close The CGL context was destroyed too early, so move around the vout display removal to prevent using

[vlc-commits] vout/caopengllayer: move module descriptor

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Feb 6 13:13:38 2020 +0100| [52ee032826a297febfc9efeb0602636762aca88a] | committer: Marvin Scholz vout/caopengllayer: move module descriptor > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] vout/caopengllayer: rewrite most of the module

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Feb 19 12:47:49 2020 +0100| [879ca61f8c25af9f95da72ee0fc3366c2ffd1d47] | committer: Marvin Scholz vout/caopengllayer: rewrite most of the module Rewrites most of the layer vout code to have the same features as the view based vout

[vlc-commits] vout/caopengllayer: remove HDR support

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Feb 6 12:51:15 2020 +0100| [4591255d8e72c24d213e2071716cd4dec159f049] | committer: Marvin Scholz vout/caopengllayer: remove HDR support This is anyway not properly supported currently so opting in to it here does not change anything

[vlc-commits] packetizer/av1: Fix size calculation in AV1_OBUSkipHeader

2020-02-24 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Nov 29 15:53:14 2018 +0100| [2ec179b7d820b5942f42c571be67948e651d30a0] | committer: Marvin Scholz packetizer/av1: Fix size calculation in AV1_OBUSkipHeader In case that AV1_OBUHasSizeField is false, i_header was used uninitialized. The OBU

[vlc-commits] videotoolbox: Do not set unsupported properties for iOS

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 12:52:42 2020 +0100| [6e1c6c7ba4876683074f29029116b3a0dc61a93f] | committer: Marvin Scholz videotoolbox: Do not set unsupported properties for iOS Instead of defining these constants when not building for macOS and setting them anyway on iOS

[vlc-commits] videotoolbox: Do not use TRUE/FALSE for Booleans

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 15:21:23 2020 +0100| [5c511fda34c94390208517ef27aa527732515499] | committer: Marvin Scholz videotoolbox: Do not use TRUE/FALSE for Booleans Remaining artifact of the Objective-C times of this module. > http://git.videolan.org/gitweb.

[vlc-commits] videotoolbox: Do not use nil

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 12:45:56 2020 +0100| [1434701fc30317c4f83547d4ba2bc18f9b5f3075] | committer: Marvin Scholz videotoolbox: Do not use nil Remaining artifact of the Objective-C times of this module. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] videotoolbox: Remove deinterlace properties

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 15:04:08 2020 +0100| [aa3d3bb11de513e5438ee9dfecb467909ee36f19] | committer: Marvin Scholz videotoolbox: Remove deinterlace properties These properties seem to not influence the deinterlace behavior by VT at all. > http://git.videolan.

[vlc-commits] videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 12:49:00 2020 +0100| [44938464a592354da584aed0d3746bcafae2cf21] | committer: Marvin Scholz videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define This was needed for older SDKs, but we no longer support building with those. > h

[vlc-commits] darwin/thread: Ignore vlc_mutex_unlock failures

2020-02-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Oct 28 18:24:44 2019 +0100| [084b887eb1c25257c9c6f5647ba350e71182bb07] | committer: Thomas Guillem darwin/thread: Ignore vlc_mutex_unlock failures macOS pthread implementation for pthread_cond_wait is buggy, causing sometimes the mutex

[vlc-commits] opengl: Fix sub renderer shaders for non OpenGL ES

2020-02-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 15 01:59:02 2020 +0100| [b1cc5951b72f0f427b149fff1dafd61ba07512c2] | committer: Thomas Guillem opengl: Fix sub renderer shaders for non OpenGL ES Fixes a regression causing failure to compile these shaders on macOS, introduced

[vlc-commits] contrib: dav1d: remove nonexistent win32_ver option

2020-02-15 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Sun Dec 22 00:14:50 2019 +0100| [3494434db32f4da78b0f64a5961099405c44fa47] | committer: Jean-Baptiste Kempf contrib: dav1d: remove nonexistent win32_ver option (cherry picked from commit 7387bf6a84a5db76d42976a05044c25dcc6fdc8c) Signed-off

[vlc-commits] opengl: fix shader support check

2020-02-20 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Feb 20 00:06:21 2020 +0100| [14ca93bfe3bc6cf3d6bc99df8fca74ec0da7b10e] | committer: Marvin Scholz opengl: fix shader support check Even with OpenGL versions lower than 2.0 GLSL can be supported, so fallback to checking the GLSL version. Fix

[vlc-commits] videotoolbox: switch to C instead of Objective-C

2020-01-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 10 17:19:25 2020 +0100| [007d34c5f8592fe5e08a2bdd8e346f8b38210bfa] | committer: Marvin Scholz videotoolbox: switch to C instead of Objective-C > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=007d34c5f8592fe5e08a2bdd8e346f8b38210

[vlc-commits] videotoolbox: only use CoreFoundation

2020-01-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 10 17:15:57 2020 +0100| [9af5d93eb3ee1a43123079ae3377b29b554297a1] | committer: Marvin Scholz videotoolbox: only use CoreFoundation In preparation for the module to be changed to C only instead of Objective-C > http://git.videolan.org/gitweb.

[vlc-commits] videotoolbox: switch to C instead of Objective-C

2020-01-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 10 17:19:25 2020 +0100| [14de06e2924c4f1d86c8d19670fd4f9d7d0c271a] | committer: Marvin Scholz videotoolbox: switch to C instead of Objective-C > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14de06e2924c4f1d86c8d19670fd4f9d7d0c2

[vlc-commits] contrib: libdsm: Create empty config.rpath file

2020-01-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Jun 19 13:38:26 2019 +0200| [3b81bf0c63928d1e8386a8bd5d61253d0dfea19b] | committer: Thomas Guillem contrib: libdsm: Create empty config.rpath file Workaround for autoreconf failure: configure.ac:38: error: required file './config.rpath

[vlc-commits] src: http_auth: Add back missing return

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Apr 16 15:45:58 2020 +0200| [4aaa09e8238f2644aa4a84c6b2f62be3b780f98d] | committer: Marvin Scholz src: http_auth: Add back missing return Accidentally removed in f5666f079e243dcd9c9c6fced17a1a353736d81c > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] test: md5: fix name of test function

2020-04-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 13:26:50 2020 +0200| [93b1e085536ef933274853470214b63eb2b9f289] | committer: Marvin Scholz test: md5: fix name of test function The test is not testing config_StringEscape but MD5 hashing. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] contrib: various meson fixes

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Apr 21 16:12:47 2020 +0200| [2b3bfa4041ce768de26683b77e6691ac702e6cf2] | committer: Marvin Scholz contrib: various meson fixes Manual backport of roughly: - a9938752fb1a1b4a6573c7bcd8cc20cbe40f678e - 3426d7bcf98fee15c239ea2b3d815c613df82efe

[vlc-commits] contrib: do not add CFLAGS to EXTRA_CFLAGS

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Jun 19 11:29:42 2019 +0200| [a6f34235711572e5945eca5398b532168036126b] | committer: Marvin Scholz contrib: do not add CFLAGS to EXTRA_CFLAGS This would cause the flags to be duplicated as later CFLAGS are set to $(CFLAGS) $(EXTRA_CFLAGS

[vlc-commits] contrib: crossfile.meson: Depend on gen-meson-crossfile.py

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Jul 1 15:54:46 2019 +0200| [b32cb15597efbd77e65034a22566cd519694b43e] | committer: Marvin Scholz contrib: crossfile.meson: Depend on gen-meson-crossfile.py This ensures that gen-meson-crossfile.py is found and additionally regenerates

[vlc-commits] contrib: Fix additional quotes in meson crossfile for linux

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Jun 14 16:14:50 2019 +0200| [7e21ea50ec181647f7b2e0c5fa40cd5a31a5b086] | committer: Marvin Scholz contrib: Fix additional quotes in meson crossfile for linux (cherry picked from commit 081511e00dbdcb9c560bcecc4d4609c151c15e24) Signed-off

[vlc-commits] contrib: Correctly set CMAKE_CXX_FLAGS to CXXFLAGS

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Jun 19 11:34:47 2019 +0200| [5b4b12713054dc2cbe17e472a9912e353f9cccea] | committer: Marvin Scholz contrib: Correctly set CMAKE_CXX_FLAGS to CXXFLAGS (cherry picked from commit 0441141cad1289e3cd198c466ef5489fe73bd223) Signed-off-by: Marvin

[vlc-commits] macosx: Add -fno-stack-check to workaround Xcode 11 issue

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Nov 14 14:34:24 2019 +0100| [5a40648969dd08b41fb7bcb79b8a967bda6be475] | committer: Marvin Scholz macosx: Add -fno-stack-check to workaround Xcode 11 issue Compiling with Xcode 11 automatically enables the -fstack-check feature which causes

[vlc-commits] contrib: Rework meson crossfile generation

2020-04-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Jun 6 16:07:27 2019 +0200| [1bd78ca9c772871938885850b10bcfcb6d35fa21] | committer: Marvin Scholz contrib: Rework meson crossfile generation Previously the crossfile had a lot of hardcoded flags, instead of the correct CFLAGS/CXXFLAGS, etc

[vlc-commits] rand: simplify

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:12:26 2020 +0200| [733039f95195ecb2b1c9da0b479a9070d6b9c96b] | committer: Marvin Scholz rand: simplify > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=733039f95195ecb2b1c9da0b479a9070d6b9c96b --- src/posix/rand.c | 6 ++

[vlc-commits] test_input_stream: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:24:05 2020 +0200| [86c4584ecda8701bfa4b356d63645af22a15dc46] | committer: Marvin Scholz test_input_stream: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86c4584ecda8701bfa4b356d63645af22a15dc46 --- test/

[vlc-commits] src: http_auth: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 15:39:58 2020 +0200| [f5666f079e243dcd9c9c6fced17a1a353736d81c] | committer: Marvin Scholz src: http_auth: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5666f079e243dcd9c9c6fced17a1a353736d81c --- src/netw

[vlc-commits] test: md5: update test to use new md5 hash API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 15:20:43 2020 +0200| [280beddf19208bd60589c879f1cd7b01795bcc70] | committer: Marvin Scholz test: md5: update test to use new md5 hash API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=280beddf19208bd60589c879f1cd7b01795bc

[vlc-commits] audioscrobbler: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 15:41:03 2020 +0200| [3f09c4134dbeb6a00489358df8e8ff77c2504298] | committer: Marvin Scholz audioscrobbler: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f09c4134dbeb6a00489358df8e8ff77c2504298 --- modules/m

[vlc-commits] src: add cleaner md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 15:20:09 2020 +0200| [c4ada92ee899828fe9a630c16a506bc3bc9422ca] | committer: Marvin Scholz src: add cleaner md5 API This API is intended to replace the existing MD5 hashing API. It uses properly prefixed functions and has documentation

[vlc-commits] preparser: art: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:20:36 2020 +0200| [b22ca2c82ab25735de620056b1ab8cec780ebf49] | committer: Marvin Scholz preparser: art: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b22ca2c82ab25735de620056b1ab8cec780ebf49 --- src/prepar

[vlc-commits] input: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:15:39 2020 +0200| [2c02f1107e31e390e5db0e972d86140a767754b1] | committer: Marvin Scholz input: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c02f1107e31e390e5db0e972d86140a767754b1 --- src/input/input.c |

[vlc-commits] check_symbols: Remove MD5 exception

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:57:31 2020 +0200| [600951ffd06cedacb63203dc5b444b3c13b11fe0] | committer: Marvin Scholz check_symbols: Remove MD5 exception The old MD5 API is gone now and the new one has a vlc_ prefix, so no exception is needed anymore. > h

[vlc-commits] strings: add function to hex-encode binary data

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Apr 7 23:49:59 2020 +0200| [5f38902ab7e3c96c11830f6006b8cda661bc66aa] | committer: Marvin Scholz strings: add function to hex-encode binary data > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f38902ab7e3c96c11830f6006b8cda661bc6

[vlc-commits] stats: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 15:47:29 2020 +0200| [07795e82b7203c48b8e189bc27f3fd59b4590fff] | committer: Marvin Scholz stats: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=07795e82b7203c48b8e189bc27f3fd59b4590fff --- modules/stream_

[vlc-commits] rand: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:07:32 2020 +0200| [55fb3007a0dd09aec707523989c937a8c6beb93c] | committer: Marvin Scholz rand: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55fb3007a0dd09aec707523989c937a8c6beb93c --- src/posix/rand.c |

[vlc-commits] lua: sd: use new md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 15:50:06 2020 +0200| [6b07642188dc3aeabea0ae7bf1b3e7a0cfe92c90] | committer: Marvin Scholz lua: sd: use new md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b07642188dc3aeabea0ae7bf1b3e7a0cfe92c90 --- modules/lua/libs/s

[vlc-commits] src: remove old md5 API

2020-04-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 1 16:48:06 2020 +0200| [828fafb3d9dbaf7741832c3812cc714b3bdc6845] | committer: Marvin Scholz src: remove old md5 API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=828fafb3d9dbaf7741832c3812cc714b3bdc6845 --- include/vlc_commo

[vlc-commits] thread: use posix thread code for darwin

2020-04-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Mar 15 01:23:50 2020 +0100| [ffac012c7b5a1695eb137f980b28be99f6987e6b] | committer: Marvin Scholz thread: use posix thread code for darwin > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ffac012c7b5a1695eb137f980b28be99f6987e6b --- incl

[vlc-commits] macosx: remove support for the language argument

2020-03-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 4 15:35:22 2020 +0100| [565e21f4d0621398aa70343aaf1a534f200c7085] | committer: Marvin Scholz macosx: remove support for the language argument > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=565e21f4d0621398aa70343aaf1a534f200c7

[vlc-commits] macosx: check type of preference entry before using

2020-03-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 4 16:22:19 2020 +0100| [b39f2f1c524b44bb9f7a2526d68c9f7e338d9f65] | committer: Marvin Scholz macosx: check type of preference entry before using > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b39f2f1c524b44bb9f7a2526d68c9f7e338d9

[vlc-commits] libvlc: Remove mention of gone --advanced option

2020-03-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Nov 19 11:25:04 2019 +0100| [b14da682b7cd7642c0bef05ecd2ec6fa99671043] | committer: Marvin Scholz libvlc: Remove mention of gone --advanced option > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b14da682b7cd7642c0bef05ecd2ec6fa99671

[vlc-commits] freetype: correctly use static visibility

2020-03-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Mar 31 11:41:47 2020 +0200| [8a1441c0e6e32ccfeae1d822d1dcec184495088c] | committer: Marvin Scholz freetype: correctly use static visibility > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a1441c0e6e32ccfeae1d822d1dcec1844950

[vlc-commits] hw/vdpau: Add missing define for header include guard

2020-03-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Mar 31 13:03:34 2020 +0200| [893e771b843b9d90861fe85f4556622ae199] | committer: Marvin Scholz hw/vdpau: Add missing define for header include guard Found by lgtm.com > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] hw/vdpau: codestyle fixes

2020-03-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Mar 31 13:04:43 2020 +0200| [5a41db4531dd3d6f6371c731840f751cca97c9ca] | committer: Marvin Scholz hw/vdpau: codestyle fixes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a41db4531dd3d6f6371c731840f751cca97c9ca --- modules/hw/vd

[vlc-commits] Update NEWS

2020-03-31 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Sat Mar 21 21:22:55 2020 +0100| [93f0ecb6f52069544bff681b57ffb9ccc243c5e6] | committer: Marvin Scholz Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=93f0ecb6f52069544bff681b57ffb9ccc243c5e6 --- NEWS | 7 +++

[vlc-commits] contrib: upnp: Remove mingw ipv6 patch

2020-03-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 26 09:30:29 2020 +0100| [6b94b96754978787e62dc2ffee6469efbd62ae06] | committer: Marvin Scholz contrib: upnp: Remove mingw ipv6 patch VLC needs Mingw-w64 v5.0 or higher , the define mentioned in the patch was added in v3.0.0 > h

[vlc-commits] caopengllayer: fix resize handling

2020-03-31 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Mar 31 15:32:23 2020 +0200| [11591b11c06938f21b7b5fcfa24d9da37768f911] | committer: Marvin Scholz caopengllayer: fix resize handling use layoutSublayers instead of resizeWithOldSuperlayerSize: as the resizeWithOldSuperlayerSize: method

[vlc-commits] demux: hls: don't use auto for lambda parameter

2020-04-01 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Apr 1 08:43:31 2020 +0200| [b508103eddc4b0a07df1c90eac70b2aaed53eef0] | committer: Marvin Scholz demux: hls: don't use auto for lambda parameter Using auto for lambda parameters is a C++14 feature (generic lambda), but VLC 3.x does

[vlc-commits] test: add thread test

2020-03-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 19 15:00:22 2020 +0100| [2a8d6349a0e64d394f9b6b9a66e4d7af9e9cda99] | committer: Marvin Scholz test: add thread test > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a8d6349a0e64d394f9b6b9a66e4d7af9e9cda99 --- src/Makefile.am |

[vlc-commits] demux: adaptive: add missing virtual destructors

2020-03-30 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Nov 22 01:15:46 2019 +0100| [623001bb215d98729614fbb6da6d38291dc1018d] | committer: Francois Cartegnie demux: adaptive: add missing virtual destructors (cherry picked from commit 2f6e1f4ff24f46d92e41c4f3ee260511d534bfbe) > h

[vlc-commits] vlc_common: move decoder_synchro_t to synchro.h

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 03:23:27 2019 +0100| [d18cd34a4983b4e6c04ad96188b4a31c7788da7f] | committer: Marvin Scholz vlc_common: move decoder_synchro_t to synchro.h > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d18cd34a4983b4e6c04ad96188b4a31c7788d

[vlc-commits] codec: synchro: add logging helpers

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 03:11:45 2019 +0100| [fb5d2c20589e1627957c6a79cb03e846a467ce57] | committer: Marvin Scholz codec: synchro: add logging helpers The synchro module should not print messages when the quiet-synchro option is set. To simplify this, add two new

[vlc-commits] codec: synchro: fix filenames in comments

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 03:22:35 2019 +0100| [3f5ba371ad68bb653bc22d9af6c15a3116148154] | committer: Marvin Scholz codec: synchro: fix filenames in comments > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f5ba371ad68bb653bc22d9af6c15a3116148

[vlc-commits] contrib/gpg-error: simplify darwin triplet handling

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jan 23 11:59:33 2020 +0100| [ebd6b48b5fbe543bcacc2f9a877a350528b1bd3f] | committer: Marvin Scholz contrib/gpg-error: simplify darwin triplet handling Instead of copying the header files around, change the triplet canonicalization function

[vlc-commits] include/vout_window: fix docs to mention iOS too

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Aug 12 08:42:11 2019 +0200| [4c8cfc0cc565da0bac92e67154f0fb34df0f0593] | committer: Marvin Scholz include/vout_window: fix docs to mention iOS too > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c8cfc0cc565da0bac92e67154f0fb34df0f0

[vlc-commits] libvlc: comments and doxygen cleanups

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 4 12:03:12 2020 +0100| [5423c2ed79f04d8518b4592ceca91e7b56be2b5c] | committer: Marvin Scholz libvlc: comments and doxygen cleanups Un-doxygens a lot of doc comments that were already present in the header file and removes the redundant long

[vlc-commits] libvlc: fix vlc cli options in documentation

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 4 12:00:16 2020 +0100| [14fcdd357c8ac46bb2df1486ccd1dbecc4443330] | committer: Marvin Scholz libvlc: fix vlc cli options in documentation There is no --long-help anymore but --longhelp, additionally the -sout-all should have two dashes. > h

[vlc-commits] configure: darwin: add stdlib arg to CXXFLAGS

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 11 02:14:44 2020 +0100| [801b92fdcaf418c7e4d4c5b42a9906e79ad063dd] | committer: Marvin Scholz configure: darwin: add stdlib arg to CXXFLAGS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=801b92fdcaf418c7e4d4c5b42a9906e79ad06

[vlc-commits] configure: restructure adding unknown args error flags

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 11 01:11:56 2020 +0100| [a1057cca64161c58344f1761637aaa98302394a6] | committer: Marvin Scholz configure: restructure adding unknown args error flags > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1057cca64161c58344f1761637aaa9830239

[vlc-commits] configure: use the same C/C++ compiler error flags in Objective-C

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 11 01:27:45 2020 +0100| [a2afcfcee69f2efa331f19c9fce41d33b41ae054] | committer: Marvin Scholz configure: use the same C/C++ compiler error flags in Objective-C > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] configure: darwin: use AX_APPEND_FLAG to append to X86ASMDEFS

2020-03-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 11 02:08:26 2020 +0100| [41e77496596581a2906027e2b413b88791e36b03] | committer: Marvin Scholz configure: darwin: use AX_APPEND_FLAG to append to X86ASMDEFS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

<    4   5   6   7   8   9   10   11   >