[MPlayer-cvslog] r28551 - in trunk: codec-cfg.c etc/codecs.conf libmpcodecs/img_format.c libmpcodecs/img_format.h libmpcodecs/mp_image.h

compn tempn at twmi.rr.com
Sun Feb 15 03:58:18 CET 2009


On Sat, 14 Feb 2009 09:29:45 +0100 (CET), reimar wrote:

>+videocodec ffmpeg12vdpau
>+  info "FFmpeg MPEG-1/2 (VDPAU)"
>+  status working
>+  format 0x10000001  ; MPEG-1
>+  format 0x10000002  ; MPEG-2
>+  fourcc mpg1,mpg2,MPG2
>+  fourcc "DVR "
>+  fourcc hdv1
>+  fourcc hdv2
>+  fourcc PIM1        ; Pinnacle hardware-MPEG-1
>+  fourcc VCR2
>+  fourcc MPEG
>+  fourcc hdv3        ; HDV 1080i50
>+  fourcc hdv5        ; HDV  720p25
>+  fourcc mx5p        ; MPEG IMX 625/50 (50 Mb/s)
>+  fourcc MMES,mmes   ; matrox mpeg2 in avi
>+  fourcc hdv6,hdv7,hdv8
>+  fourcc xdv1,xdv2,xdv3
>+  fourcc xdv4,xdv5,xdv6
>+  fourcc xdv7,xdv8,xdv9
>+  fourcc xdva,xdvb,xdvc
>+  fourcc xdvd,xdve,xdvf
>+  driver ffmpeg
>+  dll "mpegvideo_vdpau"
>+  out VDPAU_MPEG1
>+  out VDPAU_MPEG2
>+

missing a bunch of other mpeg1/2 fourccs. old patch?

>+videocodec ffwmv3vdpau
>+  info "FFmpeg WMV3/WMV9 (VDPAU)"
>+  status working
>+  fourcc WMV3,wmv3
>+  driver ffmpeg
>+  dll wmv3_vdpau
>+  out VDPAU_WMV3
>+

does vdpau support WMVA/WMVP/WVP2 ?
http://samples.mplayerhq.hu/V-codecs/WMVA/ 
http://samples.mplayerhq.hu/V-codecs/WMVP/ 
http://samples.mplayerhq.hu/V-codecs/WVP2/

>+videocodec ffvc1vdpau
>+  info "FFmpeg WVC1 (VDPAU)"
>+  status working
>+  fourcc WVC1,wvc1
>+  driver ffmpeg
>+  dll vc1_vdpau
>+  out VDPAU_VC1
>+

what about WMVA and VC-1 fourcc (listed under ffvc1)?
could someone with vdpau please test?

-compn



More information about the MPlayer-cvslog mailing list