]> git.sesse.net Git - vlc/history - src/playlist/engine.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / engine.c
2010-03-28 Rémi Denis-Courmontplaylist: allow video-on-top variable to be preserved...
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-14 Rémi Denis-CourmontAdd indirection to find input from wanabee input manage...
2010-02-10 Rémi Denis-Courmontplaylist: create the fullscreen variable
2010-02-09 Rémi Denis-Courmontplaylist does not need a destructor
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-30 Jakob LebenQt: efficient iconView browsing demands a specialized...
2010-01-28 Rémi Denis-CourmontAttach playlist ASAP
2010-01-18 Rafaël Carréplaylist: fix command line options
2009-09-18 Erwan Tulouplaylist: add a input-current variable for being comple...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-03-04 Rémi Denis-CourmontPrivatize the playlist lock
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-16 Laurent AimarCosmetics.
2009-02-16 Laurent AimarAdded missing lock assert to playlist_CurrentPlayingIte...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-01-10 Rémi Denis-CourmontRemove playlist items when destroying the playlist...
2009-01-06 Rémi Denis-CourmontUse a custom condition variable for the playlist engine
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarClean up main playlist thread.
2009-01-05 Laurent AimarNo functionnal changes.
2009-01-05 Laurent AimarSimplify a bit main playlist loop.
2009-01-05 Laurent AimarFixed too soon playlist items destruction.
2009-01-05 Laurent AimarSplit creation/destruction and activation/deactivation...
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2008-12-15 Rémi DuraffortRemove a varaible never really used (only writen one...
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-10-31 Rémi DuraffortDon't use var_CreateGet just to create variables.
2008-09-28 Pierre d'Herbemontplaylist: i_last_playlist_id is private.
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-09-28 Pierre d'Herbemontplaylist: last_rebuild_date is private.
2008-09-28 Pierre d'Herbemontplaylist: i_sort and i_order are not used. removed.
2008-09-28 Pierre d'Herbemontplaylist: gc_date is private.
2008-09-28 Pierre d'Herbemontplaylist: b_cant_sleep is private.
2008-09-28 Pierre d'Herbemontplaylist: b_auto_preparse is private.
2008-09-28 Pierre d'Herbemontplaylist: b_doing_ml doing ml is private.
2008-09-28 Pierre d'Herbemontplaylist: b_tree is private.
2008-09-27 Pierre d'Herbemontplaylist: items_to_delete is now private.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
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-09-05 Rémi DuraffortRemove double declaration.
2008-08-31 Pierre d'Herbemontplaylist: Initialize private members. (oops)
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-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-12 Pierre d'Herbemontplaylist: playlist_NodeCreate needs the PL_LOCK.
2008-07-28 Laurent AimarCosmetic.
2008-07-28 Laurent AimarRemoved an unused lock.
2008-07-26 Derk-Jan Hartmanplaylist: don't set current_status to NULL when a file...
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-19 Rémi DuraffortCosmetic.
2008-07-15 Pierre d'Herbemontplaylist: Hold the lock at creation time to conform...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_ASSERT_LOCKED.
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-07-14 Pierre d'Herbemontplqylist: Delete current playing item, if qpplicable...
2008-07-13 Pierre d'Herbemontplaylist: Fix input item deletion (stupid macros),...
2008-07-13 Pierre d'Herbemontplaylist: wait for preparser end from playlist thread.
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontplaylist: Be a good citizen and kill the thread before...
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-06 Pierre d'Herbemontplaylist: Make sure the preparser and the fetcher relea...
2008-07-06 Pierre d'Herbemontplaylist: Make sure the currently playing item is relea...
2008-07-06 Pierre d'Herbemontplaylist: Print a destroyed message when the 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-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-06-30 Rémi Denis-CourmontRemove the brain-damaged video output destruction code
2008-06-28 Rémi Denis-Courmontplaylist: release video outputs *once* - fixes #1593
2008-06-28 Rémi Denis-CourmontRemove unused variable
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-27 Rémi Denis-CourmontRemove video output when input stops - fixes #1637
2008-06-20 Rémi Denis-CourmontCleanup service discovery - always
next