[FFmpeg-devel] [PATCH]VDPAU patch for VC1 decoding, round 1

Diego Biurrun diego
Wed Jan 7 23:26:04 CET 2009


On Wed, Jan 07, 2009 at 10:50:39PM +0100, Carl Eugen Hoyos wrote:
>
> Attached is the first version of the VDPAU patch to enable HW decoding of 
> VC1 and WMV3.
>
> Please comment, Carl Eugen
>
> --- libavcodec/vdpauvideo.c	(revision 16481)
> +++ libavcodec/vdpauvideo.c	(working copy)
> @@ -180,4 +181,97 @@
> +
> +    // FIXME: I am not sure about how MPlayer calculates slice number.

MPlayer...

> --- libavcodec/vc1.c	(revision 16481)
> +++ libavcodec/vc1.c	(working copy)
> @@ -4317,3 +4338,35 @@
> +
> +#if ENABLE_WMV3_VDPAU_DECODER

Using ENABLE_ here is still wrong...

Diego




More information about the ffmpeg-devel mailing list