]> git.sesse.net Git - vlc/history - src/playlist/engine.c
dejidjei:
[vlc] / src / playlist / engine.c
2006-12-10 Clément StenacDon't attach playlist twice
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Derk-Jan Hartman* Fix an accidental change from [18009] and add a mutex...
2006-11-19 Clément StenacBeginning of implementation of art fetch when played
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
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-19 Clément StenacReset playlist status to STOPPED after stop
2006-09-30 Clément StenacRe-enable art fetching when in "ALL" mode
2006-09-29 Clément StenacDon't loop preparse threads when idle
2006-09-29 Clément StenacImprove meta/art logic
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Clément Stenac* Split download function in find/download
2006-09-24 Clément StenacMark meta as fetched
2006-09-24 Clément StenacStart splitting the various meta module types
2006-09-24 Clément StenacStart supporting preparse status
2006-09-23 Antoine CellerierAdd an "album art download policy" (--album-art) option...
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-20 Antoine Cellerier2nd try
2006-09-18 Clément StenacFix deadlock
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-09-02 Clément StenacAdd --play-and-exit option to quit after no more items...
2006-09-02 Clément StenacRe-enable random.
2006-09-02 Clément StenacActually use the --playlist-tree option
2006-08-27 Clément StenacFix for deletion of current item
2006-06-14 Clément Stenac* Add a "media-library" option to enable/disable ML
2006-06-08 Clément Stenacnom de dieu de putain de merde de saloperie de chiure...
2006-06-08 Clément Stenac* Don't delete main nodes in playlist_Clear
2006-06-08 Clément StenacFix vout/sout garbage collection and input spam debug...
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-25 Clément StenacFix a bug in preparse throttling
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.