log libvo/vo_vdpau.c @ 28992:947ef23ba798

age author description
Sat, 21 Mar 2009 20:11:05 +0000 cehoyos Test if create_vdp_decoder() might succeed by calling it from config()
Sat, 21 Mar 2009 19:59:35 +0000 cehoyos Change return value for create_vdp_decoder().
Sat, 21 Mar 2009 17:10:19 +0000 cehoyos Factorize create_vdp_decoder().
Wed, 18 Mar 2009 17:02:29 +0000 cehoyos Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
Mon, 16 Mar 2009 23:03:18 +0000 cehoyos Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
Sun, 15 Mar 2009 22:19:05 +0000 cehoyos Move initialisation of deint_surfaces[] to free_video_specific().
Sun, 15 Mar 2009 21:48:52 +0000 cehoyos Update -vo vdpau command line help.
Sun, 15 Mar 2009 21:26:10 +0000 cehoyos Cosmetics: Fix whitespace.
Sun, 15 Mar 2009 21:20:06 +0000 cehoyos Initial support for advanced VDPAU deinterlacers (software-decoded video
Mon, 09 Mar 2009 23:46:28 +0000 cehoyos Output number of reference frames before creating H264 vdpau decoder.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Fri, 06 Mar 2009 10:50:43 +0000 reimar Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.
Fri, 06 Mar 2009 10:39:58 +0000 reimar As for vo_gl, do not rely on draw_osd to render EOSD.
Fri, 06 Mar 2009 10:38:27 +0000 greg Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
Wed, 04 Mar 2009 19:37:07 +0000 reimar Make sure all output_surfaces are initialized in preinit.