]> git.sesse.net Git - vlc/history - include/vlc_playlist.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_playlist.h
2010-08-03 Rémi Duraffortincludes: add some LIBVLC_USED.
2010-06-09 Jakob Lebenplaylist: documentation update
2010-05-28 Rémi DuraffortPlaylist: repack (save some memory)
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
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-02 Jakob Lebenfix compile
2010-02-02 Jakob Lebenfix build - remove redundant declarations
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Jakob Lebenplaylist: only install input item event callbacks on...
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2010-01-30 Jakob Lebenplaylist, Qt: playlist browsing support
2010-01-18 Francois Cartegniefix empty declaration warning
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
2009-07-10 Rémi DuraffortRemove unused function.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 JP Dingerplaylist/sort.c: remove globals, replace with pointers...
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-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-Courmontplaylist_ItemGetByInputId: remove dead code
2009-02-16 Laurent AimarRemoved unused field and clean up (playlist).
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 AimarDocument a bit playlist event variable.
2009-02-16 Laurent AimarModify playlist code to always use input_item_t->i_id...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-11 Rémi DuraffortPlaylist have to be lock for playlist_ItemGetByInput...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Laurent AimarRemoved unused playlist_ItemNew(WithType).
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2008-11-22 Laurent AimarRemoved unused -playlist_ItemSetName.
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-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
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-12 Pierre d'Herbemontvlc_playlist.h: Correct type for request status. (Fix...
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-07-28 Laurent AimarRemoved an unused lock.
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
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-15 Pierre d'Herbemontplaylist: Use pl_Locked in vlc_playlist.h.
2008-07-15 Pierre d'Herbemontplaylist: Defines pl_Locked, pl_Locked to pass to as...
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-13 Pierre d'Herbemontplaylist: Defines a small helper to directly access...
2008-07-06 Pierre d'Herbemontmacosx: Define playlist_IsStopped(), and make sure...
2008-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-06-14 Jean-Paul SamanAdd playlist_CurrentId() to get the playlist item id...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-31 Rémi Denis-CourmontPlaylist stuff belong in vlc_playlist.h
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréDo not put a private function in a public header
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-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-01-24 Rémi Denis-CourmontRemove useless include
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
next