log libvo/vo_vdpau.c @ 28728:c9b2f40aaf18

age author description
Sat, 28 Feb 2009 15:42:17 +0000 cehoyos Make VdpVideoMixerAttribute attributes[] static const.
Sat, 28 Feb 2009 13:20:01 +0000 cehoyos Support brightness, contrast, hue and saturation adjustments via
Sat, 28 Feb 2009 13:02:52 +0000 cehoyos Fix OSD for vo vdpau:deint>1.
Sat, 28 Feb 2009 10:43:28 +0000 reimar Handle vdp_decoder_create failures better, in particular avoid unrelated
Fri, 27 Feb 2009 21:55:28 +0000 cehoyos Do not forget the chosen deinterlacer for -vo vdpau.
Fri, 27 Feb 2009 21:52:59 +0000 cehoyos Add one-field-only output for -vo vdpau.
Fri, 27 Feb 2009 21:46:13 +0000 cehoyos Document that all vdpau deinterlacers respect -field-dominance.
Thu, 26 Feb 2009 19:34:04 +0000 cehoyos 10l: Remove debug printf() from last commit.
Thu, 26 Feb 2009 18:20:32 +0000 cehoyos Support "D" to (de-)activate deinterlacing when using vo vdpau.
Wed, 25 Feb 2009 15:17:14 +0000 cehoyos 10l: Add missing braces for VOCTRL_GET_EOSD_RES.
Wed, 25 Feb 2009 12:01:00 +0000 reimar Change code to actually work when NUM_OUTPUT_SURFACES is changed.
Tue, 24 Feb 2009 22:45:29 +0000 cehoyos Cosmetics: Fix indentation and line length.
Tue, 24 Feb 2009 21:46:25 +0000 cehoyos Enable Bob de-interlacing for VDPAU.
Mon, 23 Feb 2009 09:22:57 +0000 reimar Only check for vdp_video_mixer_destroy failure when we actually executed that function.
Mon, 23 Feb 2009 09:21:57 +0000 reimar EOSD/ASS support for vo_vdpau.c
Sat, 21 Feb 2009 18:15:55 +0000 reimar Add forgotten type to variable declaration.
Fri, 20 Feb 2009 10:00:15 +0000 reimar Document that and why deinterlacing is not working
Fri, 20 Feb 2009 09:45:48 +0000 reimar Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
Wed, 18 Feb 2009 12:30:15 +0000 reimar Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Mon, 16 Feb 2009 20:58:13 +0000 reimar Add support for VDPAU video out, including hardware decoding.