]> git.sesse.net Git - vlc/history - src/playlist
hotkeys: Properly set seekable.
[vlc] / src / playlist /
2008-08-01 Pierre d'Herbemontplaylist: Handle vlc_InputItemErrorWhenReadingChanged...
2008-07-28 Laurent AimarCosmetic.
2008-07-28 Laurent AimarRemoved an unused lock.
2008-07-27 Rémi DuraffortFix a memleak.
2008-07-26 Derk-Jan Hartmanplaylist: don't set current_status to NULL when a file...
2008-07-25 Laurent AimarAdded missing VLC_OBJECT...
2008-07-22 Pierre d'Herbemontplaylist: Fix the return value of playlist_ItemToNode...
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-22 Pierre d'Herbemontservices_discovery: Make sure we kill also object creat...
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortCosmetic.
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
2008-07-17 Rémi DuraffortDon't unlock the playlist to lock it the next instruction.
2008-07-16 Pierre d'Herbemontdirectory: Make sure we can exit and interrupt the...
2008-07-15 Pierre d'Herbemontservices_discovery: Don't forget a PL_LOCK.
2008-07-15 Pierre d'Herbemontplaylist: Fix a legitimate warning.
2008-07-15 Pierre d'Herbemontplaylist: playlist_Get*Leaf are already defined in...
2008-07-15 Pierre d'Herbemontplaylist: Remove playlist_GetAllEnabledChildren as...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_ASSERT_LOCKED where the playlist lock...
2008-07-15 Pierre d'Herbemontservices_discovery: playlist_NodesPairCreate needs...
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: Fix a typo and an unecessary loop.
2008-07-13 Pierre d'Herbemontplaylist: wait for preparser end from playlist thread.
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-13 Pierre d'Herbemontplaylist: Don't accept more items when if preparser...
2008-07-13 Pierre d'Herbemontplaylist: Fix a warning about an unitialized ptr.
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 Rémi Denis-Courmontcore: set meaningful object type names
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-CourmontBunch of warnings
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-CourmontCheck some invalid uses of pl_Yield()
2008-06-27 Rémi Denis-CourmontRemove video output when input stops - fixes #1637
2008-06-20 Rémi Denis-CourmontCleanup service discovery - always
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
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-15 Pierre d'Herbemontplaylist: Fix a typo in event detaching.
2008-06-14 Pierre d'Herbemontplaylist: Listen to vlc_InputSelectedStreamChanged...
2008-06-14 Pierre d'Herbemontplaylist: Respond to Name and Info changed events.
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-14 Pierre d'Herbemontplaylist: Respond to input state changed event.
2008-06-14 Pierre d'Herbemontplaylist: de-inline p_input setters.
2008-06-14 Pierre d'Herbemontplaylist: Use a set/release accessor for playlist-...
2008-06-14 Jean-Paul SamanReadibility improvement.
2008-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-12 Rémi Denis-CourmontFix previous commit
2008-06-12 Rémi Denis-CourmontNULLify p_playlist when the playlist is gone
2008-06-07 Rémi Denis-CourmontUntriplicate vout release code - fix #1593
2008-06-04 Rémi Denis-CourmontRemove another unsafe sout cleanup hack
2008-06-04 Rémi Denis-CourmontHandle sout-keep from the playlist engine
2008-06-04 Rémi Denis-CourmontSimplify
2008-06-01 Pierre d'Herbemontplaylist: Code readability.
2008-06-01 Pierre d'Herbemontplaylist: Compile fix for previous commit, plus warning...
2008-06-01 Pierre d'Herbemontplaylist: Listen to duration changed events, and remove...
2008-06-01 Pierre d'Herbemontplaylist: Listen to vlc_InputItemMetaChanged. This...
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-06-01 Pierre d'HerbemontRevert "service_discovery: Remove an uneeded hack."
2008-06-01 Pierre d'Herbemontservice_discovery: Remove an uneeded hack.
2008-05-31 Pierre d'HerbemontRevert "Preparser: yield the playlist (NSDRCID 1)"
2008-05-31 Rémi Denis-CourmontPreparser: yield the playlist (NSDRCID 1)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontDo not use b_die directly, and simplify
2008-05-30 Pierre d'Herbemontplaylist: Make sure fetcher and preparser won't miss...
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert "Remove playlist destructor"
2008-05-14 Rafaël CarréRemove playlist destructor
2008-05-12 Rémi DuraffortAvoid a potential segfault as vlc_object_create can...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-06 Rafaël CarréFix #1487 - race condition
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontDo not re-invent strcpy
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-04-23 Rafaël CarréRemove playlist items from the "items" array when they...
2008-04-23 Rafaël Carrémeta-data handling cleanup
next