[vlc-devel] vlc: svn commit r18351 (zorglub)
Subversion daemon
svn at videolan.org
Sun Dec 10 15:00:55 CET 2006
r18351 | zorglub | 2006-12-10 15:00:54 +0100 (Sun, 10 Dec 2006) | 8 lines
Changed paths:
M /trunk/include/vlc/vlc.h
M /trunk/include/vlc_playlist.h
M /trunk/modules/access/directory.c
M /trunk/modules/gui/macosx/playlist.m
M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
M /trunk/modules/services_discovery/bonjour.c
M /trunk/modules/services_discovery/podcast.c
M /trunk/modules/services_discovery/sap.c
M /trunk/modules/services_discovery/upnp_cc.cpp
M /trunk/modules/services_discovery/upnp_intel.cpp
M /trunk/src/input/es_out.c
M /trunk/src/input/input.c
M /trunk/src/input/var.c
M /trunk/src/libvlc-common.c
M /trunk/src/misc/objects.c
M /trunk/src/playlist/engine.c
M /trunk/src/playlist/item.c
M /trunk/src/playlist/playlist_internal.h
M /trunk/src/playlist/tree.c
* Do not take and release the structure lock for each element of the list while
releasing it. mutex locks /= 20 on a standard preparse run
* Only create absolutely necessary variables while preparsing
--> Preparse speed *= 4 (with item in disk cache of course)
* Do not rebuild playlist too much while adding a directory. Add a new flag
to NodeCreate and Add to control this behaviour
> http://trac.videolan.org/vlc/changeset/18351
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list