[SCM] libav/experimental: Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable hardware.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:22 UTC 2013


The following commit has been merged in the experimental branch:
commit 8cbcb1c732a6abf07a3db688ff47fb6548b47c9e
Author: NVIDIA Corporation <>
Date:   Tue Nov 10 19:11:13 2009 +0000

    Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
    hardware.
    
    Original patch by NVIDIA corporation.
    
    Originally committed as revision 29885 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 8a9521f..ba41c12 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -459,6 +459,8 @@ const char *sws_format_name(enum PixelFormat format)
         return "vdpau_wmv3";
     case PIX_FMT_VDPAU_VC1:
         return "vdpau_vc1";
+    case PIX_FMT_VDPAU_MPEG4:
+        return "vdpau_mpeg4";
     case PIX_FMT_YUV420P16LE:
         return "yuv420p16le";
     case PIX_FMT_YUV422P16LE:

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list