- 19 Nov, 2006 1 commit
-
-
zorglub authored
- Remove a bunch of transition now-useless API. - Remove all playlist_Lock* functions. Matching functions now accept a b_locked parameter that should be set to VLC_TRUE if the playlist is locked when calling the function. The advantages are that it reduces the API bloat and that the b_locked flag can be propagated in the call stack - Remove useless playlist testsuite - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on an unmaintained library, probably unable to read content from new itunes, ...). Implementations exist in rhythmbox, xmms2 and daap-sharp, we should see if a proper lib exists or if we could make one - Reduce verbosity a bit - Documentation
-
- 12 Nov, 2006 2 commits
- 11 Nov, 2006 1 commit
-
-
zorglub authored
* Remove some unneeded wrappers and locking
-
- 08 Nov, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Oct, 2006 3 commits
-
-
zorglub 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.
-
zorglub 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
-
zorglub 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 2 commits
- 14 Oct, 2006 1 commit
-
-
zorglub authored
-
- 05 Oct, 2006 1 commit
-
-
Sam Hocevar authored
-
- 17 Sep, 2006 1 commit
-
-
zorglub authored
Fix a debug message
-
- 15 Sep, 2006 1 commit
-
-
zorglub authored
-
- 05 Sep, 2006 1 commit
-
-
zorglub authored
-
- 03 Sep, 2006 1 commit
-
-
zorglub authored
-
- 02 Sep, 2006 1 commit
-
-
zorglub authored
It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
-
- 27 Aug, 2006 1 commit
-
-
zorglub authored
-
- 23 Aug, 2006 1 commit
-
-
Eric Petit authored
-
- 11 Aug, 2006 1 commit
-
-
zorglub authored
-
- 06 Aug, 2006 1 commit
-
-
zorglub authored
-
- 18 Jul, 2006 1 commit
-
-
zorglub authored
* malloc with NULL check * file extension check * check if a demux was forced * try peeking, and check what we poke * init standard demuxer fields * create packetizers
-
- 08 Jul, 2006 1 commit
-
-
zorglub authored
-
- 12 Jun, 2006 1 commit
-
-
zorglub authored
* Don't waste ids * Fix a bug in services discoveries
-
- 27 May, 2006 1 commit
-
-
zorglub authored
-
- 25 May, 2006 5 commits
- 20 May, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 14 May, 2006 1 commit
-
-
zorglub 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)
-
- 01 Apr, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 21 Jan, 2006 1 commit
-
-
zorglub authored
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 11 Jan, 2006 1 commit
-
-
zorglub authored
-
- 11 Jul, 2005 1 commit
-
-
Sam Hocevar authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 12 Apr, 2005 1 commit
-
-
gbazin authored
-