comparison imgconvert.c @ 10509:cdf5b1ed3500 libavcodec

Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used by video players. Original patch by NVIDIA corporation.
author cehoyos
date Tue, 10 Nov 2009 18:52:39 +0000
parents 3e26c8528a6b
children 26fcf45bb486
comparison
equal deleted inserted replaced
10508:f33404f82b9e 10509:cdf5b1ed3500
371 .is_hwaccel = 1, 371 .is_hwaccel = 1,
372 .x_chroma_shift = 1, .y_chroma_shift = 1, 372 .x_chroma_shift = 1, .y_chroma_shift = 1,
373 }, 373 },
374 [PIX_FMT_VDPAU_VC1] = { 374 [PIX_FMT_VDPAU_VC1] = {
375 .name = "vdpau_vc1", 375 .name = "vdpau_vc1",
376 .is_hwaccel = 1,
377 .x_chroma_shift = 1, .y_chroma_shift = 1,
378 },
379 [PIX_FMT_VDPAU_MPEG4] = {
380 .name = "vdpau_mpeg4",
376 .is_hwaccel = 1, 381 .is_hwaccel = 1,
377 .x_chroma_shift = 1, .y_chroma_shift = 1, 382 .x_chroma_shift = 1, .y_chroma_shift = 1,
378 }, 383 },
379 [PIX_FMT_UYYVYY411] = { 384 [PIX_FMT_UYYVYY411] = {
380 .name = "uyyvyy411", 385 .name = "uyyvyy411",