]> git.sesse.net Git - vlc/history - src/playlist/tree.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / tree.c
2010-06-20 Jakob Lebenindentation
2010-06-20 Jakob Lebenplaylist_NodeRemoveItem(): set item's parent to NULL
2010-06-20 Jakob Lebenmerge playlist_DeleteItem() functionality into playlist...
2010-06-13 Rafaël Carréplaylist_NodeInsert(): adds an assertion
2010-06-02 Jean-Baptiste KempfFix obvious typo lost in a git warp.
2010-06-02 Sebastian Birkplaylist: modified playlist_NodeCreate()
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Jakob Lebenplaylist: make playlist_DeleteFromInput delete containe...
2010-01-31 Jakob Lebenplaylist: only install input item event callbacks on...
2009-07-10 Rémi DuraffortRemove unused function.
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-CourmontCompare input item pointers, no need to deref here
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2008-10-10 Rémi DuraffortPlaylist: Simplification and fix CID 151
2008-09-28 Pierre d'Herbemontplaylist: b_tree is private.
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
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'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_NodeCreate needs the PL_LOCK.
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
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-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-13 Pierre d'Herbemontplaylist: Fix a warning about an unitialized ptr.
2008-07-06 Pierre d'Herbemontplaylist: Make sure we don't crash when we delete the...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-23 Pierre d'Herbemontplaylist/tree.c: Fix an input_item leak.
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-18 Rafaël Carréplaylist_NodeCreate(): fix a potential segfault
2007-10-18 Rafaël Carréplaylist: incrementing the input_id is already taken...
2007-10-17 Rafaël Carréplaylist_NodeDelete(): we want to delete a specific...
2007-10-03 Rafaël Carréplaylist: fix a segfault
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
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-11-10 Rémi Denis-CourmontEver const
2006-10-21 Clément StenacPlaylist
2006-10-15 Clément StenacFix bogus warnings
2006-10-14 Clément StenacInitial drag and drop support for Qt
2006-10-14 Jean-Paul Samanoops left in a typo
2006-10-14 Jean-Paul SamanCorrectly count the children of a node. The previous...
2006-09-16 Clément StenacFix crash
2006-09-15 Clément StenacRename playlist_NodesCreateForSD to playlist_NodesPairC...
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-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-06-12 Clément Stenac* Fix skip in initial status
2006-06-10 Gildas Bazin* src/playlist/tree.c: fix memory leak.
2006-06-05 Clément StenacFix playlist crash on quit
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-17 Yoann Peronneau* playlist/tree.c: when removing a node, don't forget...
2006-05-15 Clément StenacNew helper to create nodes for services discovery
2006-05-14 Clément StenacChange some error message to assertions
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.