log libvo/vo_vdpau.c @ 29016:8e95cca7c58d

age author description
Tue, 24 Mar 2009 21:45:39 +0000 cehoyos Stephen Warren reported that VDPAU deinterlacing did not work correctly.
Sun, 22 Mar 2009 23:58:40 +0000 cehoyos Change function call order in config().
Sat, 21 Mar 2009 22:53:18 +0000 cehoyos 10l: Only try to create vdpau decoder if hardware decoding is intended.
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.
Sat, 28 Feb 2009 15:45:24 +0000 cehoyos Use M_PI for pi.
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.