]> git.sesse.net Git - vlc/commit
Added an image demuxer.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 24 May 2010 18:10:31 +0000 (20:10 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 24 May 2010 21:59:06 +0000 (23:59 +0200)
commitf36c13c6651adc5ba99ca2787384c1fa91800324
treee0cf0df45de0c3c534f7c0711419a6f29aa54617
parent37bef1d6d63314e01af86fe2080d188719f61152
Added an image demuxer.

It replaces the "fake" demuxer and decoder, and partially
the mjpeg one.
It does not rely on the extensions to detect the format.
The detected picture formats are: XCF, GIF, PNG, TIFF, BMP, PCX,
LBM, PNM, JFIF and SPIFF(Jpeg).
The reload feature of the fake:// demuxer is lost, as well as the deinterlace
feature of the fake decoder, patches are welcome.

It closes #3107 and #3388, and modifies #2295.
modules/demux/Modules.am
modules/demux/image.c [new file with mode: 0644]