]> git.sesse.net Git - vlc/history - src/playlist/control.c
Merge branch 'master' into lpcm_encoder
[vlc] / src / playlist / control.c
2010-10-02 Steinar H. GundersonMerge branch 'master' into lpcm_encoder
2010-10-02 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-10-02 Rémi Duraffortplaylist: do not signal the playlist thread when PLAYLI...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-09 Rémi Denis-CourmontAllow pl_Hold from within pl_Deactivate
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2009-08-11 Rémi Denis-CourmontDo not check that playlist has an input twice
2009-06-19 Rémi DuraffortFix #2720 for master also. Finally that's not an hack...
2009-03-04 Rémi Denis-CourmontPrivatize the playlist lock
2009-02-16 Laurent AimarCosmetics.
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-06 Rémi Denis-CourmontUse a custom condition variable for the playlist engine
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2009-01-05 Laurent AimarClean up main playlist thread.
2009-01-05 Laurent AimarNo functionnal changes.
2009-01-05 Laurent AimarDo not access internal fetcher data from playlist and...
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2008-10-20 Rémi Denis-CourmontCosmetic
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine CellerierSpelling.
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontFetcher: use nornal thread API
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-09-14 Rémi Denis-CourmontPreparser: use normal thread API
2008-08-31 Rémi Denis-CourmontMove kept sout instance to playlist private data
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-24 Derk-Jan Hartmanplaylist: use get_current_status_node()
2008-08-14 Fabio RitrovatoPlaylist: if we select a node, play it's first child
2008-08-12 Pierre d'Herbemontplaylist: Warning fixes.
2008-08-02 Pierre d'Herbemontplaylist: Don't allow pl_Release(p_playlist) and pl_Yie...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-07-13 Pierre d'Herbemontplaylist: Fix a typo and an unecessary loop.
2008-07-13 Pierre d'Herbemontplaylist: Don't accept more items when if preparser...
2008-07-06 Pierre d'Herbemontplaylist: Don't accept request on dead playlist.
2008-07-06 Pierre d'Herbemontplaylist: Make sure we don't crash when we delete the...
2008-07-05 Rémi Denis-Courmontpl_Yield(): return NULL when the playlist is gone ...
2008-06-27 Rémi Denis-CourmontCheck some invalid uses of pl_Yield()
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-06-17 Rémi Denis-CourmontUse vlc_object_signal
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-14 Pierre d'Herbemontplaylist: Use a set/release accessor for playlist-...
2008-06-04 Rémi Denis-CourmontHandle sout-keep from the playlist engine
2008-06-04 Rémi Denis-CourmontSimplify
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-06 Rafaël CarréFix #1487 - race condition
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rafaël Carrétypo
2008-03-11 Rafaël Carréherm, "attachment://" is 13 characters, not 15
2008-03-11 Rafaël Carréuse vlc_object_* and PL_{UN}LOCK to simplify
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 Jean-Paul SamanAgain id weirdness.
2008-02-25 Rafaël Carréextract early attachment:// art
2008-02-20 Rémi DuraffortComments, typo and spaces
2008-02-20 Rémi DuraffortDelete unused variable
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-13 Jean-Paul SamanPatch by Jilles Tjoelker. Fixes crash in playlist due...
2007-10-18 Rafaël Carréplaylist: avoid a segfault when the fetcher has been...
2007-10-02 Rafaël Carréplaylist: don't request art nor set "playlist-current...
2007-09-17 Rémi Denis-CourmontSignal the playlist BEFORE unlocking it.
2007-09-16 Rémi Denis-CourmontOut-of-line __pl_Get and __pl_Release - depend on libvl...
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
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.
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
next