]> git.sesse.net Git - vlc/history - src/playlist
Maintain the SRTCP index
[vlc] / src / playlist /
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-03-02 Christophe MutricyDo not pass too much argument to sprintf
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-28 Yoann Peronneau* src/playlist/loadsave.c: create directory before...
2007-02-22 Jean-Paul SamanIndentation fix
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-11 Filippo Caroneplaylist_ItemGetByInputId now included in libvlc
2007-02-10 Rémi Denis-CourmontDisable xpsf playlist until it stops breaking streaming...
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-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-15 Clément StenacRework dicts as macros for type-independance
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-12-03 Antoine CellerierFix searching in tree playlists (doesn't hide a node...
2006-12-03 Rémi Denis-CourmontDon't write R/O memory + clean up
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacCompile fixes, round 1
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-21 Rafaël CarréDebug messages shouldn't be shown with printf
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-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacFix
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-10 Rémi Denis-CourmontEver const
2006-11-08 Rémi Denis-CourmontSome more const
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-10-15 Clément StenacD&D fixes
2006-10-15 Clément StenacImprove drag&drop handling
2006-10-15 Clément StenacFix bogus warnings
2006-10-14 Clément StenacInitial drag and drop support for Qt
2006-10-14 Jean-Paul Samanoops left in a typo
2006-10-14 Jean-Paul SamanCorrectly count the children of a node. The previous...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-04 Clément StenacFix a few bugs
2006-10-01 Clément StenacLazy allocation of the stat structure
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 Antoine CellerierDefine DIR_SEP only once
2006-09-24 Clément StenacStart supporting preparse status
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
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-17 Clément StenacDon't forget to reset skipping when adding a new item
2006-09-17 Clément StenacReduce wakeup frequencies
2006-09-17 Clément StenacServices discovery are not forced to have a run function
2006-09-16 Clément StenacFix crash
2006-09-16 Clément StenacCorrectly handle "no-skip" items
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-15 Clément StenacRename playlist_NodesCreateForSD to playlist_NodesPairC...
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-05 Clément StenacInclude errno.h
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 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-09-02 Clément StenacActually use the --playlist-tree option
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-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-11 Clément StenacAdd functions to use the media library
2006-08-07 Clément StenacFix sort by artist
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-14 Clément Stenac* Add a "media-library" option to enable/disable ML
2006-06-12 Clément Stenac* Fix skip in initial status
2006-06-10 Gildas Bazin* src/playlist/tree.c: fix memory leak.
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-06-05 Clément StenacFix playlist crash on quit
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-27 Clément StenacRe-enable PLAYLIST_GO
2006-05-25 Clément StenacFix CDDA and a corner-case in playlist handling
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-25 Clément StenacSanity checks
2006-05-25 Clément Stenac* Almost fix shoutcast (still some problems in "flat...
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
next