- May 15, 2023
-
-
Felix Paul Kühne authored
This includes the latest fixes for audio rendering, UPnP and AVI demuxing.
-
- May 10, 2023
-
-
Diogo Simao Marques authored
Set the media player's media when the playItemAtNumber method is called. Closes #669
-
- Apr 21, 2023
-
-
Felix Paul Kühne authored
-
- Apr 20, 2023
-
-
Felix Paul Kühne authored
-
- Mar 10, 2023
-
-
Felix Paul Kühne authored
Previously, we returned only '00:00' as string value if the time matches exactly one hour. (cherry picked from commit b6156dc4)
-
- Mar 07, 2023
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes #693.
-
Felix Paul Kühne authored
-
- Feb 28, 2023
-
-
Felix Paul Kühne authored
-
- Feb 08, 2023
-
-
Hank Anderson authored
-
Felix Paul Kühne authored
This fixes #680
-
- Feb 03, 2023
-
-
Felix Paul Kühne authored
The previously used workaround that was needed for iOS 8 and the 32bit Intel iOS simulator caused low level and hard to reproduce threading issues. This MR restricts the use of the work-around to the 32bit Intel simulator and deploys thread_local everywhere else. This raises the deployment target from iOS 8.4 to 9.0 matching the official VLC-iOS version.
-
- Feb 02, 2023
-
-
Felix Paul Kühne authored
By default, only 64bit slices will be compiled. For the CI and releases, we still build all the things. This is a backport of !258
-
Felix Paul Kühne authored
-
- Jan 27, 2023
-
-
Hank Anderson authored
VLCMediaPlayer: Deprecated previous equalizer related handling and replaced internal handling for consistency with new handling
-
Hank Anderson authored
-
- Jan 19, 2023
-
-
VLCMediaPlayer: Fixed a bug that setAmplification:forBand: was not reflected and fixed a problem that the equalizerEnabled flag was out of sync
-
- Jan 17, 2023
-
-
Felix Paul Kühne authored
-
- Jan 11, 2023
-
-
Hank Anderson authored
-
Hank Anderson authored
-
- Dec 20, 2022
-
-
Felix Paul Kühne authored
-
- Dec 18, 2022
-
-
Hank Anderson authored
-
- Dec 17, 2022
-
-
- Dec 15, 2022
-
-
Hank Anderson authored
-
- Dec 12, 2022
-
-
Felix Paul Kühne authored
The class and the associated protocol was previously not exposed on macOS as part of the umbrella header while the header itself was shipped, so the API was hidden from swift relying on the module map. Additionally, this reorders the header content to make it easier to compare with the iOS counterpart.
-
- Nov 03, 2022
-
-
Felix Paul Kühne authored
-
- Nov 02, 2022
-
-
Felix Paul Kühne authored
-
- Oct 28, 2022
-
-
Maxime Chapelet authored
-
- Oct 15, 2022
-
-
Hank Anderson authored
-
- Sep 24, 2022
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Sep 20, 2022
-
-
Hank Anderson authored
-
- Sep 19, 2022
-
-
Felix Paul Kühne authored
This also deprecates the existing implementation but leaves it in place.
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Sep 03, 2022
-
-
Hank Anderson authored
VLCRendererDiscoverer: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
VLCMediaPlayer: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
VLCMediaListPlayer: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-