- 14 Jun, 2008 1 commit
-
-
Pierre d'Herbemont authored
Currently libvlc uses "state" callback to notice input state changes, and the playlist notice input state change via direct call from the input. playlist can't use the "state" variable as it is also used by the playlist to ask the input to do a certain action. The event approach is much more clear here.
-
- 04 Jun, 2008 4 commits
-
-
Rémi Denis-Courmont authored
It needs to be done by the parent (VLM or playlist)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Jun, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This could trigger some interface bugs, especially if they handle their callbacks carelessly. Revert if you have issues, but also consider to fix your interface.
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 15 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 May, 2008 1 commit
-
-
Rafaël Carré authored
The kept sout needs to be attached to the playlist, else we will try to destroy vlm's souts before it's time to.
-
- 07 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
Plugins are already using pl_Yield to get the playlist, as they should.
-
Rémi Denis-Courmont authored
-
- 04 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...and use it for stats and the config lock
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 25 Apr, 2008 1 commit
-
-
Antoine Lejeune authored
Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 23 Apr, 2008 1 commit
-
-
Rafaël Carré authored
Remove VLC_META_ENGINE_* Don't use VLC_META_INFO_CAT Avoid using input_Item{Add,Get}Info Remove disabled code in cdda Remove "meta fetcher": There was only 1 module (not) implementing it (musicbrainz) Reduces complexity in playlist core Use a more consistent naming Factorize QT4 sorting and column display code Remove unused members
-
- 22 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 20 Apr, 2008 1 commit
-
-
Rafaël Carré authored
-
- 16 Apr, 2008 1 commit
-
-
Rafaël Carré authored
Caution: other pieces of code may have been randomly deleted in 920692ff
-
- 15 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 14 Apr, 2008 4 commits
-
-
Pierre d'Herbemont authored
input: Split Init() into multiple subfunctions to try to isolate the different part of the function.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 31 Mar, 2008 2 commits
-
-
Pierre d'Herbemont authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
Pierre d'Herbemont authored
-
- 29 Mar, 2008 3 commits
-
-
Pierre authored
-
Pierre authored
stats: Move the stat to libvlc instead of the playlist. As stated in the code it is not playlist related.
-
Rémi Denis-Courmont authored
-
- 28 Mar, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
input: Make sure stat info are created before attaching to the parent, because stats_ComputeGlobalStats() may vlc_list_find() the input before the stat have been initialized.
-
- 23 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 18 Mar, 2008 2 commits