[FFmpeg-cvslog] r14209 - in trunk/libavformat: allformats.c gifdec.c

michael subversion
Sun Jul 13 20:47:24 CEST 2008


Author: michael
Date: Sun Jul 13 20:47:24 2008
New Revision: 14209

Log:
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
belongs in a demuxer, furthermore the code might be exploitable.
Fixes issue530


Removed:
   trunk/libavformat/gifdec.c
Modified:
   trunk/libavformat/allformats.c

Modified: trunk/libavformat/allformats.c
==============================================================================
--- trunk/libavformat/allformats.c	(original)
+++ trunk/libavformat/allformats.c	Sun Jul 13 20:47:24 2008
@@ -82,7 +82,7 @@ void av_register_all(void)
     REGISTER_MUXDEMUX (FLV, flv);
     REGISTER_DEMUXER  (FOURXM, fourxm);
     REGISTER_MUXER    (FRAMECRC, framecrc);
-    REGISTER_MUXDEMUX (GIF, gif);
+    REGISTER_MUXER    (GIF, gif);
     REGISTER_DEMUXER  (GSM, gsm);
     REGISTER_MUXDEMUX (GXF, gxf);
     REGISTER_MUXDEMUX (H261, h261);




More information about the ffmpeg-cvslog mailing list