- Nov 28, 2022
-
-
Steve Lhomme authored
It's not used in libvlc since videolan/vlc@ea889029
-
- Nov 23, 2022
-
-
Thomas Guillem authored
-
Thomas Guillem authored
It's a shared lib now.
-
- Nov 15, 2022
-
-
Nicolas Pomepuy authored
-
- Oct 27, 2022
-
-
Thomas Guillem authored
-
Thomas Guillem authored
And fix with the last API change.
-
Thomas Guillem authored
Include AAudio support. Remove 0004-libvlc-media_player-Add-record-method.patch since the feature has been finally merged.
-
- Oct 26, 2022
-
-
Thomas Guillem authored
For now, only OPENSLES, need special quircks.
-
Thomas Guillem authored
Because it will be possible to do digital output with a unspecified device.
-
Thomas Guillem authored
Let VLC choose the best. Assume isAudioTrack() return true if mAudioOutput is null.
-
- Oct 04, 2022
-
-
Thomas Guillem authored
-
- Sep 23, 2022
-
-
Thomas Guillem authored
Not needed anymore. The same aout is now kept alive across different playbacks.
-
Nicolas Pomepuy authored
-
- Aug 11, 2022
-
-
Nicolas Pomepuy authored
-
- Aug 03, 2022
-
-
Hugo Beauzée-Luyssen authored
The latest revision is enough for our purposes
-
Hugo Beauzée-Luyssen authored
Otherwise we don't build anything and will not actually test much
-
Hugo Beauzée-Luyssen authored
They are referencing some scripts from the vlc-android repo and are not expected to be executed in this CI
-
Hugo Beauzée-Luyssen authored
It references some script that don't exist in this repo and most likely is a leftover from the vlc-android CI
-
Hugo Beauzée-Luyssen authored
The format is only used by the latter which is the base for all other configurations
-
Thomas Guillem authored
Remove patches that have been merged.
-
- Aug 01, 2022
-
-
Thomas Guillem authored
Temporary, these patches will be removed once merged.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Only valid when fetch by the MediaPlayer (see next commit).
-
Thomas Guillem authored
-
Thomas Guillem authored
Include a crash fix in liblc_media_player.
-
Thomas Guillem authored
That include selected handling in libvlc_media_player_get_tracklist().
-
- Jul 28, 2022
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jul 21, 2022
-
-
Thomas Guillem authored
To be used by the MediaPlayer.
-
Thomas Guillem authored
And replace IMedia API: - int getTrackCount(); - Track getTrack(int idx); + Track[] getTracks(int type); + Track[] getTracks() /* all tracks from all types */;
-
- Jul 20, 2022
-
-
Thomas Guillem authored
cf. tguillem/vlc@1943b381 cf. tguillem/vlc@cd72cc37 cf. tguillem/vlc@b18a6759 cf. tguillem/vlc@5aec19d5 cf. tguillem/vlc@12e01a2d
-
Thomas Guillem authored
cf. tguillem/vlc@a0b1b870
-
Thomas Guillem authored
cf. tguillem/vlc@211baa3f
-
Thomas Guillem authored
-
Thomas Guillem authored
-