- Jun 11, 2024
- Jun 10, 2024
-
-
Diogo Simao Marques authored
The default pre-amplification value is now set to 6 dB in order to avoid conflicting behaviours with the previous implementation.
-
- Jun 06, 2024
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This prevents potential path traversal by malicious actors and a denial-of-service attack as well as unnoticed arbitrary data uploads. Courtesy Allar Lauk of TalTech University (Estonia)
-
Felix Paul Kühne authored
-
- Jun 03, 2024
-
-
Felix Paul Kühne authored
This should prevent out-of-bounds reads as much as possible. In case this still isn't enough, proper multi-threading fixes need to be added to the media list.
-
- Jun 01, 2024
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- May 31, 2024
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- May 24, 2024
-
-
The constraints updates are now performed along with the animation and the completion is updated to avoid any unexpected behaviours.
-
Pressing the reset button of the equalizer now resets the equalizer according to the current profile's values instead of applying a value of 0 for all the bands without disabling the equalizer.
-
The default pre-amp value is only set when the equalizer is disabled as the other profiles already set a value of their own for the pre- amplification. Closes #1829
-
The Equalizer view is now aligned to the AudioPlayer view's safe area in order to avoid any visual glitch.
-
- May 23, 2024
-
-
Diogo Simao Marques authored
The proper mediaList is selected according to the shuffle state of the player in order to display the currently playing media when the play queue is displayed.
-
- May 17, 2024
-
-
Felix Paul Kühne authored
This fixes #1804
-
- Apr 25, 2024
-
-
Diogo Simao Marques authored
This uses the iOS fix for the same issue but this time for tvOS.
-
Diogo Simao Marques authored
This adds a missing space between the object and the equal operator.
-
Diogo Simao Marques authored
This allows to remove the two cells allowing the user to select an external audio and subtitles tracks on the tvOS interface as this feature is not available. The audio and subtitles tracks titles attribution has also been simplified.
-
- Apr 24, 2024
-
-
Diogo Simao Marques authored
Users are now able to disable the automatic selection of the subtitles when a video playback starts.
-
- Apr 23, 2024
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
This fixes #903
-
The VLCMedia pointer may change so we fallback on a slower search based on the URL
-
-
- Apr 19, 2024
-
-
Felix Paul Kühne authored
This adds small bugfixes and is close to 3.0.21 in mainline
-
- Apr 14, 2024
-
-
Felix Paul Kühne authored
-
- Apr 11, 2024
-
-
-
Diogo Simao Marques authored
When selecting an Artist having a single album (or none) will display directly the tracks in order to reduce the number of clicks needed to access them.
-
Diogo Simao Marques authored
The number of albums of the artists are now displayed as well as the total of tracks related to them.
-
- Apr 09, 2024
-
-
This code was partially compiled, shipped, but never made available. Since 2015, there is still no way to do OAuth2 correctly on tvOS so it appears unlikely to be ever possible.
-
-
-
- Apr 08, 2024
-
-
Diogo Simao Marques authored
There is no need to force the mini player to resign from being the first responder as the view is removed. This fixes a bug where the keyboard shortcuts were not available when the playback restarted displaying the mini player.
-
- Apr 04, 2024
-
-
Diogo Simao Marques authored
A corner radius is applied to the cells' artworks in order to improve the visual.
-
- Apr 03, 2024
-
-
The remaining time is computed instead of using the VLCKit remainingTime callback for accuracy purposes. Closes #1816
-