- Feb 06, 2024
-
-
Alaric Senat authored
The possibility of spawning main interfaces after the start of libvlc was removed in VLC 4.0. Ref vlc!4865
-
- Jan 31, 2024
-
-
Thomas Guillem authored
-
- Oct 09, 2023
-
-
Alexandre Janniaux authored
Setup the libvlc dependency so that depending on libvlcpp works correctly.
-
- Mar 27, 2023
-
-
Steve Lhomme authored
This is a GNU function. We have the tool in C++ to concatenate strings and integers. Fixes #14
-
- Feb 21, 2023
-
-
Johannes Kauffmann authored
configure.ac:18: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:18: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:18: the top level configure.ac:22: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:22: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:22: the top level
-
- Jan 30, 2023
-
-
Alaric Senat authored
Cancelling usage have been merged with `thumbnailRequestDestroy`. Refs vlc!3153
-
- Dec 13, 2022
-
-
Thomas Guillem authored
Replace libvlc_audio_XXX_channel with libvlc_audio_XXX_stereomode The values come from an enum and are mostly compatible with older values. Add mixMode/setMixMode functions.
-
- Jul 27, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
-
- Jul 11, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Jun 20, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The media isn't constructed with an instance anymore, but takes the instance as a parameter later on when needed
-
- May 02, 2022
-
-
Hugo Beauzée-Luyssen authored
The error dialog callback is now a separated callback
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It's part of the dialog API
-
- Mar 16, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 14, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 03, 2022
-
-
Steve Lhomme authored
After vlc!1512 is merged.
-
- Feb 17, 2022
-
-
Martin Storsjö authored
The very latest git version of libc++ has reduced the amount of transitive includes of <algorithm>.
-
- Feb 09, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Feb 08, 2022
-
-
Steve Lhomme authored
The module parameter has been removed in vlc@fd345221 So we just keep the outputDeviceSet() variant that didn't have the module parameter. Use a newer image of vlc 4.0 that has this API change.
-
- Jan 28, 2022
-
-
Hugo Beauzée-Luyssen authored
Since we're now using an async stop function, we might be freeing the buffer while it's still being used. Instead, release it automatically after the instance itself has been released since we're guaranteed to have joined all threads at this point
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jan 21, 2022
-
-
Hugo Beauzée-Luyssen authored
Following vlc!1225
-
Hugo Beauzée-Luyssen authored
-
- Dec 11, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Nov 03, 2021
-
-
Hugo Beauzée-Luyssen authored
-
- Sep 29, 2021
-
-
Martin Finkel authored
-
- Mar 19, 2021
-
-
Leonhard Saam authored
-