mpv/video
wm4 2a316c3506 vdpau: always let decoder output IMGFMT_VDPAU
The old ffmpeg vdpau support code uses separate vdpau pixel formats for
each decoder (pretty much because mplayer's architecture sucked), which
just gets into the way. Force the old decoder's output to IMGFMT_VDPAU,
and remove IMGFMT_IS_VDPAU() where we can remove it.

This should completely remove the differences betwene the old and new
vdpau decoder outside of the decoder.
2013-11-29 14:19:44 +01:00
..
decode vdpau: always let decoder output IMGFMT_VDPAU 2013-11-29 14:19:44 +01:00
filter vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
out vdpau: always let decoder output IMGFMT_VDPAU 2013-11-29 14:19:44 +01:00
csputils.c
csputils.h
fmt-conversion.c vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
fmt-conversion.h
hwdec.h video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
image_writer.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
image_writer.h
img_format.c vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
img_format.h vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
img_fourcc.h
memcpy_pic.h memcpy_pic: reformat 2013-11-06 20:27:13 +01:00
mp_image.c build: make pthreads mandatory 2013-11-28 19:28:38 +01:00
mp_image.h mp_image: add helper for copying image attributes 2013-11-03 23:55:16 +01:00
mp_image_pool.c build: make pthreads mandatory 2013-11-28 19:28:38 +01:00
mp_image_pool.h
sws_utils.c Fix some more -Wshadow warnings 2013-11-01 17:35:38 +01:00
sws_utils.h Fix some more -Wshadow warnings 2013-11-01 17:35:38 +01:00
vaapi.c vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
vaapi.h vaapi: check image format in va_surface_upload() 2013-09-27 18:00:03 +02:00
vdpau.c vdpau: move device and video surface management from vo_vdpau.c to vdpau.c 2013-11-05 22:13:05 +01:00
vdpau.h vdpau: move device and video surface management from vo_vdpau.c to vdpau.c 2013-11-05 22:13:05 +01:00
vdpau_functions.inc video: check profiles with hardware decoding 2013-11-01 17:33:33 +01:00
vfcap.h