Commit f36c13c6 authored by Laurent Aimar's avatar Laurent Aimar

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.
parent 37bef1d6
......@@ -31,6 +31,7 @@ SOURCES_vc1 = vc1.c
SOURCES_demux_cdg = cdg.c
SOURCES_smf = smf.c
SOURCES_dirac = dirac.c
SOURCES_image = image.c
libvlc_LTLIBRARIES += \
libaiff_plugin.la \
......@@ -58,6 +59,7 @@ libvlc_LTLIBRARIES += \
libvoc_plugin.la \
libwav_plugin.la \
libxa_plugin.la \
libimage_plugin.la \
$(NULL)
BUILT_SOURCES += dummy.cpp
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment