]> git.sesse.net Git - vlc/commit
- Added support for embeded cover. Demuxer just need to fill psz_arturl meta
authorLaurent Aimar <fenrir@videolan.org>
Sun, 3 Jun 2007 22:40:17 +0000 (22:40 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 3 Jun 2007 22:40:17 +0000 (22:40 +0000)
commit9d8ceda6aed25ef52d5d2ff5391199fcf84c2572
tree2449e69d26d0baf30fac74127e379f05a5732351
parent054e07f0173e2c584faf51eb2d894e44ce412cfc
- Added support for embeded cover. Demuxer just need to fill psz_arturl meta
field to "attachment://NAME" where NAME is an attachment filename
(returned by DEMUX_GET_ATTACHMENTS)
- Lock input_item_t every time we access p_meta fields (there is still a problem
as playlist code does not always do so...).
- Do not preparse item we have already played.
- Wait that the current playing item is meta parsed before fetching its cover.
src/input/es_out.c
src/input/input.c
src/input/input_internal.h
src/input/meta.c
src/misc/stats.c
src/playlist/control.c
src/playlist/engine.c