]> git.sesse.net Git - vlc/history - src/playlist/search.c
playlist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform some more checks on lock state...
[vlc] / src / playlist / search.c
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-02-24 Rémi DuraffortAdd some doxygene comments
2008-02-20 Rémi DuraffortRemove unnecessary declaration
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-25 Antoine CellerierHide nodes which don't match the search string and...
2007-10-10 Rafaël Carréplaylist: a node item can have an input associated...
2007-08-18 Pierre d'Herbemontsearch.c: Fix 21193.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-03-10 Jean-Paul SamanRevert [19273] because these asserts are meant to catch...
2007-03-10 Jean-Paul SamanDon't abort when nothing found in playlist.
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-03 Antoine CellerierFix searching in tree playlists (doesn't hide a node...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacPlaylist
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-02 Clément StenacFixes for random + live search
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-25 Clément Stenac* Search on artist and album
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.