An error occurred fetching the project authors.
- 23 Oct, 2006 1 commit
-
-
Clément Stenac authored
-
- 21 Oct, 2006 3 commits
-
-
Clément Stenac authored
This array is now usable as a reliable source of data for size Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
-
Clément Stenac authored
Not tested heavily yet ... For interaction implementers: you need to call playlist_Signal after changing the status of a dialog. Please see the diff for qt4/dialogs/interaction.cpp
-
Clément Stenac authored
* Remove the random special case * Use the array of currently playing items for all cases * Convert array items to array API * Replace standard searches in sorted arrays by bsearches * Size is not yet fixed (next round). Array * Add reset/value and bsearch functions * Add foreach helper
-
- 15 Oct, 2006 1 commit
-
-
Clément Stenac authored
-
- 01 Oct, 2006 1 commit
-
-
Clément Stenac authored
Update stats in the input threads instead of playlist thread
-
- 24 Sep, 2006 1 commit
-
-
Antoine Cellerier authored
* Secondary queue items now have a b_fetch_art flag * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue * other stuff which i don't remember :) * (fix issues with previous (and unrelated) DIR_SEP commit)
-
- 23 Sep, 2006 1 commit
-
-
Antoine Cellerier authored
Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface.
-
- 15 Sep, 2006 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 05 Sep, 2006 1 commit
-
-
Clément Stenac authored
-
- 03 Sep, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
- 02 Sep, 2006 2 commits
-
-
Clément Stenac authored
It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
-
Clément Stenac authored
-
- 27 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 26 Aug, 2006 1 commit
-
-
Clément Stenac authored
* Start putting together all interface strings (Refs:#703)
-
- 11 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 07 Aug, 2006 1 commit
-
-
Clément Stenac authored
-
- 08 Jul, 2006 1 commit
-
-
Clément Stenac authored
-
- 14 Jun, 2006 1 commit
-
-
Clément Stenac authored
* Add a "playlist-tree" option to force onelevel/catgory mode
-
- 08 Jun, 2006 1 commit
-
-
Clément Stenac authored
-
- 25 May, 2006 1 commit
-
-
Clément Stenac authored
* Fix some debug
-
- 15 May, 2006 1 commit
-
-
Clément Stenac authored
-
- 14 May, 2006 1 commit
-
-
Clément Stenac authored
What is currently broken: * Some playlist demuxers (shout, dvb and pls) * DAAP * BeOS playlist * GPE playlist, I suppose What has some trouble: * Meta handling in several demuxers (most notably TS) * Skins2 playlist (doesn't refresh correctly) * OS X playlist (see bigben's latest commits)
-
- 04 Mar, 2006 1 commit
-
-
Antoine Cellerier authored
zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
-
- 28 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 21 Jan, 2006 1 commit
-
-
Clément Stenac authored
Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet). Refs:#192
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 06 Dec, 2005 1 commit
-
-
Clément Stenac authored
-
- 05 Dec, 2005 1 commit
-
-
Clément Stenac authored
-
- 15 Sep, 2005 1 commit
-
-
Clément Stenac authored
-
- 20 Aug, 2005 1 commit
-
-
Antoine Cellerier authored
and all its children.
-
- 10 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 01 Jul, 2005 1 commit
-
-
Benjamin Pracht authored
* vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from the parent list of an item (if anybody wants to make that another way...) * playlist.m: implements full drag and drop of playlist items. Drop of multiple items and of items and nodes at the same time should be supported. You cannot mode service discovery items. This is a choice and can be changed if wanted. * Hopes that compiles on current trunk (cannot check since latest comits on net functions broke the built of a half the modules and core of the OSX port...)
-
- 26 Apr, 2005 1 commit
-
-
Gildas Bazin authored
* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
-
- 13 Apr, 2005 1 commit
-
-
Clément Stenac authored
- fix crash when deleting current item - SAP: don't store pointers - don't pass pointers to interface in item-appended - remove VIEW_SIMPLE that was confusing and bug-generating * wx: - Fix open layout - Fix slider behaviour, patch by Greg Hazel
-