]> git.sesse.net Git - vlc/history - src/playlist
QT4 wineventfilter for Win32, allows WM_APPCOMMAND stuff
[vlc] / src / playlist /
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
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-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Pierre d'Herbemontservices_discovery: Useless hack.
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
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-20 Rémi Denis-Courmontremove useless if not harmful hack
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
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-14 Rémi Denis-CourmontHide fetcher and prepase typedefs
2008-09-13 Rémi Denis-CourmontAlways send the SD events
2008-09-08 Rémi Denis-CourmontRemove dummy usage of vlc_thread_ready()
2008-09-06 Rémi Denis-Courmontfetcher and preparser don't need object names
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-28 Rémi Denis-CourmontRun SD threads (if any) with cancellation
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-24 Antoine CellerierThis doesn't need to be an info message.
2008-08-24 Rémi DuraffortFix #1899 as far as I can test it (in all cse this...
2008-08-24 Derk-Jan Hartmanplaylist: use get_current_status_node()
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Rémi DuraffortFix #1768
2008-08-20 Przemyslaw FialaDon't restart playlist after converting current item...
2008-08-17 Pierre d'HerbemontFix previous commit.
2008-08-17 Pierre d'Herbemontplaylist: Assert() locked in playlist_Release().
2008-08-17 Pierre d'Herbemontplaylist: Make sure we always have an input_item associ...
2008-08-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Fabio RitrovatoPlaylist: if we select a node, play it's first child
2008-08-12 Pierre d'HerbemontRevert "playlist: With NDEBUG p_playlist may become...
2008-08-12 Pierre d'Herbemontplaylist: With NDEBUG p_playlist may become unused.
2008-08-12 Pierre d'Herbemontplaylist: playlist_LiveSearchUpdate is locked, no need...
2008-08-12 Pierre d'Herbemontplaylist: Remove the callbacks from the deleted input...
2008-08-12 Pierre d'Herbemontplaylist: More warning fix+lock fixes.
2008-08-12 Pierre d'Herbemontplaylist: playlist_NodeCreate needs the PL_LOCK.
2008-08-12 Pierre d'Herbemontplaylist: Warning fixes.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-07 Rémi DuraffortFix threaded function type.
2008-08-02 Pierre d'Herbemontplaylist: Don't allow pl_Release(p_playlist) and pl_Yie...
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...
next