vlc/src/playlist
Thomas Guillem 7b631e0954 player: remove the media_provider
Move the media_provider.get_next callback to
vlc_player_cbs.request_next_media.

This callback does not need a special handling since it doesn't
wait for a result anymore.
2024-03-09 21:20:40 +00:00
..
content.c playlist: rework next_media handling 2024-03-09 21:20:40 +00:00
content.h core: playlist: move Expand() to content.c 2019-01-08 13:32:11 +01:00
control.c playlist: rework next_media handling 2024-03-09 21:20:40 +00:00
control.h playlist: rework next_media handling 2024-03-09 21:20:40 +00:00
export.c playlist: implement export 2019-04-10 14:11:52 +02:00
item.c playlist: assign unique id to playlist items 2019-04-10 08:53:18 +02:00
item.h playlist: assign unique id to playlist items 2019-04-10 08:53:18 +02:00
notify.c player: move SetMediaStoppedAction() to the playlist 2024-03-01 15:59:57 +00:00
notify.h core: playlist: new playlist API 2018-11-15 17:22:07 +01:00
player.c player: remove the media_provider 2024-03-09 21:20:40 +00:00
player.h core: playlist: Make player calls mocks consistent 2018-11-20 10:33:29 +01:00
playlist.c player: move SetMediaStoppedAction() to the playlist 2024-03-01 15:59:57 +00:00
playlist.h player: remove the media_provider 2024-03-09 21:20:40 +00:00
preparse.c core: rename input_preparser to vlc_preparser 2023-04-04 07:39:58 +00:00
preparse.h playlist: auto preparse items when needed 2019-04-10 08:53:18 +02:00
randomizer.c src: fix typos 2022-01-08 15:19:32 +00:00
randomizer.h playlist: add randomizer to documentation 2019-04-08 22:36:02 +03:00
request.c playlist: fix vlc_playlist_RequestMove() 2019-07-05 17:40:01 +02:00
shuffle.c core: playlist: implement shuffle 2018-11-15 17:22:07 +01:00
sort.c playlist: use stable sort 2023-02-10 07:46:02 +00:00
test.c playlist: use stable sort 2023-02-10 07:46:02 +00:00