r834 - in /uniways/ffmpeg/debian: changelog patches/051_mjpeg_gray_support.diff patches/series

sho at users.alioth.debian.org sho at users.alioth.debian.org
Wed Aug 1 08:15:38 UTC 2007


Author: sho
Date: Wed Aug  1 08:15:38 2007
New Revision: 834

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=834
Log:
  * debian/patches/051_mjpeg_gray_support.diff:
    + Support for grayscale images sent by Axis cameras.

Added:
    uniways/ffmpeg/debian/patches/051_mjpeg_gray_support.diff
Modified:
    uniways/ffmpeg/debian/changelog
    uniways/ffmpeg/debian/patches/series

Modified: uniways/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/uniways/ffmpeg/debian/changelog?rev=834&op=diff
==============================================================================
--- uniways/ffmpeg/debian/changelog (original)
+++ uniways/ffmpeg/debian/changelog Wed Aug  1 08:15:38 2007
@@ -1,3 +1,10 @@
+ffmpeg (0.cvs20060823-9) unstable; urgency=low
+
+  * debian/patches/051_mjpeg_gray_support.diff:
+    + Support for grayscale images sent by Axis cameras.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 01 Aug 2007 10:14:50 +0200
+
 ffmpeg (0.cvs20060823-8) unstable; urgency=high
 
   * debian/patches/052_base64_encode_crash.diff:

Added: uniways/ffmpeg/debian/patches/051_mjpeg_gray_support.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/uniways/ffmpeg/debian/patches/051_mjpeg_gray_support.diff?rev=834&op=file
==============================================================================
--- uniways/ffmpeg/debian/patches/051_mjpeg_gray_support.diff (added)
+++ uniways/ffmpeg/debian/patches/051_mjpeg_gray_support.diff Wed Aug  1 08:15:38 2007
@@ -1,0 +1,10 @@
+--- ../ffmpeg-orig/libavcodec/mjpeg.c	2007-06-23 16:14:45 +0200
++++ ../ffmpeg-free-0.cvs20070307/libavcodec/mjpeg.c	2007-07-30 15:52:26 +0200
+@@ -1216,6 +1216,7 @@
+     switch(pix_fmt_id){
+     case 0x222222:
+     case 0x111111:
++    case 0x110000:
+         if(s->rgb){
+             s->avctx->pix_fmt = PIX_FMT_RGB32;
+         }else if(s->nb_components==3)

Modified: uniways/ffmpeg/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/uniways/ffmpeg/debian/patches/series?rev=834&op=diff
==============================================================================
--- uniways/ffmpeg/debian/patches/series (original)
+++ uniways/ffmpeg/debian/patches/series Wed Aug  1 08:15:38 2007
@@ -16,6 +16,7 @@
 040_only_use_maltivec_when_needed.diff
 050_h264-misc-security-fixes.diff
 051_asf-misc-security-fixes.diff
+051_mjpeg_gray_support.diff
 052_base64_encode_crash.diff
 053_rm_demux_crash.diff
 054_h264_mmx_chroma_mc_crash.diff




More information about the pkg-multimedia-commits mailing list