]> git.sesse.net Git - vlc/commit
parser/fetcher: split in 2 pass mode
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 21 May 2014 19:12:33 +0000 (21:12 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 21 May 2014 20:28:25 +0000 (22:28 +0200)
commit001cae59519cd53ef0c656d54ccf8c7f29092d63
tree413e81b4d020bd6a4f835ab332135e9b84fcf353
parent44c6d7926c14e20d98a75569fa1450dd4634f943
parser/fetcher: split in 2 pass mode

Changes from a depth first (local then network) per item to
an horizontal parsing. Allows displaying all local files first
and let the thread slowly process all other resources.
src/playlist/fetcher.c