]> git.sesse.net Git - vlc/history - src/playlist/control.c
A bit of headers cleanup
[vlc] / src / playlist / control.c
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacBeginning of implementation of art fetch when played
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-21 Clément StenacPlaylist
2006-10-04 Clément StenacFix a few bugs
2006-09-29 Clément StenacDon't loop preparse threads when idle
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-17 Clément StenacDon't forget to reset skipping when adding a new item
2006-09-16 Clément StenacFix crash
2006-09-16 Clément StenacCorrectly handle "no-skip" items
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-02 Clément StenacFixes for random + live search
2006-09-02 Clément StenacRe-enable random.
2006-09-02 Clément StenacFix a few quirks with playlist filters
2006-08-29 Jean-Paul SamanGive i_skip a sensible value to start with.
2006-08-27 Clément StenacFix for deletion of current item
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-12 Clément Stenac* Fix skip in initial status
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-25 Clément StenacFix CDDA and a corner-case in playlist handling
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.