- 10 Mar, 2017 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Modified-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The modules are always loaded with an absolute path. So we should not need anything else to load modules properly with their system libraries. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
Rafaël Carré authored
Correct misleading comments and help messages
-
- 09 Mar, 2017 15 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Pierre Ynard authored
Avoid mismatch of signature descrambling call
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
Just for the sake of consistency (with Android).
-
David authored
Popup is not needed, because macOS does not have libav- based HW accels anymore. Also redo some autolayout rules. fixes #18095
-
Hugo Beauzée-Luyssen authored
-
- 08 Mar, 2017 19 commits
-
-
Jean-Baptiste Kempf authored
In theory, it should not affect us.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
And remove a left over libvlc.dll.manifest being packaged
-
Hugo Beauzée-Luyssen authored
They are now correctly embeded
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
RT_MANIFEST is a macro that wasn't being substituted 2 was the magic number that corresponds to ISOLATIONAWARE_MANIFEST_RESOURCE_ID, which should be used for DLLs. Instead, use CREATEPROCESS_MANIFEST_RESOURCE_ID as we are creating a process
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
There is no way to know if a device supports a specific codec using the ENCODING_IEC61937 audio format. There is an API for that, starting Android 21. But unfortunately, you need a Context and to implement an interface. This is not possible via JNI (except if we depend on a proxy Java class). Therefore, we let the Android LibVLC listening to audio devices events and report new supported encodings via libvlc_audio_output_device_set().
-
Thomas Guillem authored
"pcm" should be used instead of "stereo" starting a recent Android Version (like 21).
-
Thomas Guillem authored
-