Bug#609815: smplayer: add support for ffodivxvdpau

Thibaut VARENE varenet at debian.org
Wed Jan 12 18:14:51 UTC 2011


Package: smplayer
Version: 0.6.9-1
Severity: wishlist
Tags: upstream patch

Please find attached a patch that enables the use of ffodivxvdpau when vdpau
output is selected. It will be useful on cards which support VDPAU set C.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages smplayer depends on:
ii  libc6         2.11.2-7                   Embedded GNU C Library: Shared lib
ii  libgcc1       1:4.4.5-8                  GCC support library
ii  libqt4-networ 4:4.6.3-4                  Qt 4 network module
ii  libqt4-xml    4:4.6.3-4                  Qt 4 XML module
ii  libqtcore4    4:4.6.3-4                  Qt 4 core module
ii  libqtgui4     4:4.6.3-4                  Qt 4 GUI module
ii  libstdc++6    4.4.5-8                    The GNU Standard C++ Library v3
ii  mplayer       2:1.0~rc3++svn20100804-0.0 The Ultimate Movie Player For Linu
ii  zlib1g        1:1.2.3.4.dfsg-3           compression library - runtime

Versions of packages smplayer recommends:
ii  smplayer-themes            0.1.20+dfsg-1 complete front-end for MPlayer - i
ii  smplayer-translations      0.6.9-1       complete front-end for MPlayer - t

smplayer suggests no packages.

-- no debconf information
-------------- next part --------------
--- src/core.cpp.orig	2010-02-18 12:35:29.000000000 +0100
+++ src/core.cpp	2011-01-12 19:07:51.000000000 +0100
@@ -1351,7 +1351,7 @@
 	else {
 		if (pref->vo.startsWith("vdpau")) {
 			proc->addArgument("-vc");
-			proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,");
+			proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffodivxvdpau,");
 		}
 #endif	
 		else {


More information about the pkg-multimedia-maintainers mailing list