[vlc-commits] commit: Added an image demuxer. (Laurent Aimar )

git at videolan.org git at videolan.org
Mon May 24 23:59:56 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon May 24 20:10:31 2010 +0200| [f36c13c6651adc5ba99ca2787384c1fa91800324] | committer: 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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f36c13c6651adc5ba99ca2787384c1fa91800324
---

 modules/demux/Modules.am |    2 +
 modules/demux/image.c    |  568 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 570 insertions(+), 0 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f36c13c6651adc5ba99ca2787384c1fa91800324


More information about the vlc-commits mailing list