- May 29, 2020
-
-
-
-
-
Pierre Lamot authored
a direct binding can't be used there because or we might end up in a loop we only update the value when the user changes manually the value.
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
Zero initializing can be done with default constructor. here the default value of the parameter.
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Steve Lhomme authored
This is mostly a port of this build script to our build script: https://code.videolan.org/videolan/vlc-winrt/-/blob/master/libvlc/compile.sh The Winstore build tweaks are only enabled with the Universal Runtime flag. There are less disabled modules.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We only want the static library
-
Steve Lhomme authored
So that patches changing the same file still apply regardless of this change. And we do it after all patches are done.
-
Steve Lhomme authored
There is no HWND support
-
Steve Lhomme authored
Don't build a test program in the library! Edited the first patch to remove the .gitignore patching.
-
Steve Lhomme authored
The PKG_CONFIG_PATH is not turned into a windows path anymore. Effectively reverts e62999a6 and 68fd1eaa.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- May 28, 2020
-
-
Konstantin Pavlov authored
Fixes #24657
-
16y old bug with spu or es add..
-
- May 27, 2020
-
-
Marvin Scholz authored
-
Steve Lhomme authored
-
- May 26, 2020
-
-
Steve Lhomme authored
-
Marvin Scholz authored
Move the breakpad initialization right to the start of the program and do not initialize breakpad if the VLC_DISABLE_BREAKPAD env variable is set.
-
Steve Lhomme authored
Simplify the patches (that have been sent upstream and pass CI) Set _FILE_OFFSET_BITS as it is set in VLC as the mpg123 change ABI if it's defined or not...
-
Steve Lhomme authored
We build all contribs as static libraries. The setting exists since CMake 3.0. For targets built with older CMake settings the value is discarded.
-
Steve Lhomme authored
It's not supported for other targets
-
Steve Lhomme authored
-
- May 25, 2020
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Pierre Lamot authored
Deleting QmlEngine before QML root item caused context property to be released too early as they were attached to the QML engine
-
Pierre Lamot authored
-
Pierre Lamot authored
-
- May 24, 2020
-
-
Thomas Guillem authored
The render host time was not updated while paused. This caused the first time_get(), after a unpause, to return a delay way too early (corresponding to the pause time). This could happen only when the ca render callback was not triggered between an unpause and a time_get. This invalid delay caused the insertion of a long silence, that was not interruptible, hence the impression of a deadlock. Fixes #24668
-
- May 22, 2020
-
-
Konstantin Pavlov authored
-
François Cartegnie authored
A.7 3) The absence of the sync sample table indicates that all samples are synchronization points ref VLCKit/-/issues/367
-
François Cartegnie authored
-