]> git.sesse.net Git - vlc/history - src/playlist/tree.c
playlist: Fix a warning about an unitialized ptr.
[vlc] / src / playlist / tree.c
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.