- Apr 24, 2018
-
-
Rémi Denis-Courmont authored
Except for the command line help, this has been unused for a decade or so.
-
Rémi Denis-Courmont authored
This seems to be the only remaining user, and it tends to cause more problems than it solves (too many different command line help types).
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
-
- Apr 23, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
strlen can't work on wchars
-
François Cartegnie authored
readline converts data
-
Tristan Matthews authored
-
Thomas Guillem authored
Rename it to "hardware acceleration" that is way more common and remove the LONGTEXT that was useless.
-
Thomas Guillem authored
Rename it to "hardware acceleration" that is way more common and remove the LONGTEXT that was useless.
-
Steve Lhomme authored
CMAKE_CXX_COMPILER_ID is not necessarily defined
-
Steve Lhomme authored
They are not allowed per §6.7.9 of the 2011 ISO C Standard: initializer: assignment-expression { initializer-list } { initializer-list , } initializer-list: designation(opt) initializer initializer-list , designation(opt) initializer
-
Steve Lhomme authored
They are not allowed per §6.7.9 of the 2011 ISO C Standard: initializer: assignment-expression { initializer-list } { initializer-list , } initializer-list: designation(opt) initializer initializer-list , designation(opt) initializer
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
-
Thomas Guillem authored
Use --no-mediacodec to disable hardware-accelerated video decoding on Android.
-
Thomas Guillem authored
mediacodec_ndk can now be safely enabled. This is not the case for mediacodec_jni that run on old devices and can cause some trouble. Nevertheless, the vlc android app will use its own settings.
-
Thomas Guillem authored
Use --no-videotoolbox to disable hardware-accelerated video decoding on macOS/iOS.
-
- Apr 22, 2018
-
-
François Cartegnie authored
Tries to recover in hevc case. Avoids unwanted 5s drops in case of pause.
-
Felix Paul Kühne authored
To achieve this, Find and Remove were re-written without a functional change for macOS
-
While paused, make the SPU decoder process one block on seek, in order to display the matching subtitle immediately. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
SRT has changed the license to MPL-2.0 with release 1.3.0 version. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
- Apr 21, 2018
-
-
David authored
vlc.git will now target macOS 10.10 or higher, therefore some symbols can be enabled now, as they are available. The full list of dropped symbols with their minimum version is: - export ac_cv_func_ffsll=no # 10.9 / ios7 - export ac_cv_func_flsll=no # 10.9 / ios7 - export ac_cv_func_fdopendir=no # 10.10 / ios8 - export ac_cv_func_openat=no # 10.10 / ios8 - export ac_cv_func_fstatat=no # 10.10 / ios8 - export ac_cv_func_readlinkat=no # 10.10 / ios8
-
Thomas Guillem authored
This should not be needed but this fixes wrong colors on Sony Xperia XZ2 devices. PS: The OES_EGL_image_external documentation says: "Sampling an external texture will return an RGBA vector in the same colorspace as the source image."
-
David authored
Select all to directly modify or copy / paste a new URL into the field. closes #19863
-
David authored
-
David authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Apr 20, 2018
-
-
David authored
This was added by reverting the file to an earlier version. This commit removes those custom classes again. Also, set minimum version to deployment version (10.10).
-
David authored
Make sure the items are not editable. Also select smaller font.
-
Thomas Guillem authored
It's safer to fallback to SW dec the earliest possible since the stream is likely to contain more problematic data.
-
Steve Lhomme authored
0 is an actual VP9 profile
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-