]> git.sesse.net Git - vlc/history - src/playlist/engine.c
Don't include config.h from the headers - refs #297.
[vlc] / src / playlist / engine.c
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-24 Jean-Baptiste KempfFix a Typo.
2007-12-15 Rafaël CarréPreparse file items which don't begin with 'file:'...
2007-12-06 Jean-Paul SamanNo need to sleep 25 ms, a bit longer will do fine too.
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-16 Rafaël Carréplaylist_PreparseLoop(): oneliner fix for psz_arturl...
2007-10-16 Ilkka Ollakkaoneliner to fix psz_arturl check in album_art stuff
2007-10-16 Rafaël Carréfix [22632]: check psz_arturl before using it
2007-10-16 Rafaël Carréalbum art: the corrects picture URLs begin with "file...
2007-10-14 Damien Fouilleulplaylist.c: removed potential deadlock and duplicate...
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Isolate more the service...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
2007-09-17 Rafaël Carréplaylist: removes useless variable, only preparse files
2007-09-17 Rémi Denis-CourmontSignal the playlist BEFORE unlocking it.
2007-09-13 Rafaël CarréRemove debug not intended to be committed, however...
2007-09-13 Rafaël CarréChecks ncursesw/curses.h presence
2007-09-02 Antoine CellerierAttach service discovery objects to the playlist (and...
2007-08-19 Pierre d'Herbemontplaylist: Make playlist_archived_services_discovery_t...
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Handle removal of a...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-10 Laurent AimarCall garbage collector (vout/sout) when playlist enter...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-10 Jean-Paul SamanRevert [19273] because these asserts are meant to catch...
2007-03-10 Jean-Paul SamanDon't abort when nothing found in playlist.
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2006-12-23 Clément StenacUnlock the playlist while waiting for input to finish...
2006-12-22 Clément StenacCleanup control and parser threads handling. Might...
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.