]> git.sesse.net Git - vlc/history - src/playlist/search.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / search.c
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
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-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_ItemGetByInputId: remove dead code
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-02-10 Rémi Duraffortplaylist_search:
2009-02-09 Rémi Duraffortplaylist_search: enable all items if the search string...
2009-01-06 Rémi Denis-CourmontUse a custom condition variable for the playlist engine
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2008-12-21 Ilkka Ollakkause MetaMatch in search instead compare to possible...
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-08-12 Pierre d'Herbemontplaylist: playlist_LiveSearchUpdate is locked, no need...
2008-07-15 Pierre d'Herbemontplaylist: Fix a legitimate warning.
2008-07-15 Pierre d'Herbemontplaylist: Use PL_ASSERT_LOCKED where the playlist lock...
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.