[vlc-devel] [PATCH] -- still image demux

brezhoneg1 brezhoneg1 at yahoo.fr
Mon Dec 29 17:34:50 CET 2008


This patch implements a new generic still image demux (based on fake
demux and decoder).

It offers the following :

- Easy and straightforward access to still images ( vlc image.png ) with
infinite duration
- Possibility to import whole directories of still images ( vlc *.jpg
or vlc dir:///home/user/MyPhotos )
- Better integration with playlist (real filename used instead of a
generic fake: for all images)
- Possibility to automate a slideshow (vlc --image-duration=3000 *.png) 

This new still image demux doesn't replace fake demux/decoder. It is
just meant to provide vlc with a basic way of dealing with images that
users may often expect. From a coding perspective, it heavily reuses
code from fake and image.c

Erwan10
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-generic-still-image-demux.patch
Type: application/octet-stream
Size: 15077 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20081229/7e9ccd52/attachment.obj>


More information about the vlc-devel mailing list