log libvo/vo_vdpau.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sun, 08 Dec 2013 18:29:09 +0000 reimar Make handling of query_format more robust.
Sun, 08 Dec 2013 17:53:59 +0000 reimar Revert r36537.
Sun, 08 Dec 2013 15:07:00 +0000 reimar Workaround VDPAU decode errors on aspect change on NVidia.
Sat, 16 Nov 2013 23:27:16 +0000 reimar Chose cheaper alpha blend equation.
Tue, 15 Oct 2013 18:58:55 +0000 reimar vo_vdpau: Initialize variables before, not after setup code.
Wed, 21 Aug 2013 18:08:37 +0000 reimar Avoid reinitializing VDPAU on e.g. simple aspect changes.
Sun, 11 Aug 2013 18:28:58 +0000 reimar Make VDPAU support work again with latest FFmpeg.
Fri, 09 Aug 2013 20:11:22 +0000 reimar Avoid some code duplication.
Sat, 15 Jun 2013 19:59:24 +0000 reimar Ensure surfaces are cleared after resize.
Mon, 10 Jun 2013 21:19:38 +0000 reimar Fix compilation, remove assignment of variable that was removed due
Sun, 09 Jun 2013 22:35:47 +0000 reimar Remove some unused code that has no effect.
Thu, 06 Jun 2013 13:08:48 +0000 reimar Do not lose OSD and subtitles on resize.
Thu, 06 Jun 2013 13:06:35 +0000 reimar Handle expose event also when not paused and do not draw
Thu, 06 Jun 2013 13:05:16 +0000 reimar Fix expose event redraw to actually redraw the correct frame.
Thu, 06 Jun 2013 13:03:50 +0000 reimar VDPAU: fix RGBA output to use a surface of correct size and to redraw on resize.
Tue, 28 May 2013 20:56:05 +0000 reimar Try to support -monitor-orientation with VDPAU.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Tue, 30 Oct 2012 16:42:25 +0000 reimar Fix off-by-one error in check.
Tue, 30 Oct 2012 16:40:22 +0000 reimar Remove "else" that makes no sense and results in uninitialized data
Sat, 07 May 2011 19:20:40 +0000 reimar Another equalizer-related const-warning fix.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Mon, 31 Jan 2011 15:45:46 +0000 cboesch Revert 32836: Uoti Urpala did not approve the relicensing.
Mon, 31 Jan 2011 10:06:29 +0000 cehoyos Allow LGPL re-distribution of vo_vdpau.c.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 17:03:26 +0000 cigaes Move eosd.[ch] to the sub directory.
Sun, 10 Oct 2010 09:27:11 +0000 cigaes Use a dynamic list for the sources of EOSD elements.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Tue, 07 Sep 2010 22:03:29 +0000 cehoyos Factorize some initialisation code.
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Tue, 27 Jul 2010 17:30:20 +0000 cehoyos Improve documentation for overlay colour.
Tue, 27 Jul 2010 17:29:22 +0000 cehoyos Reduce probability that a window on top of VDPAU uses the overlay colour.
Tue, 27 Jul 2010 16:49:06 +0000 cehoyos Don't allow black windows on top of VDPAU to shine through.
Tue, 27 Jul 2010 08:38:08 +0000 cehoyos Make the VDPAU background black instead of the default green.
Sun, 13 Jun 2010 12:08:00 +0000 reimar Add missing font_load.h include (previously hidden by gui include).
Sun, 13 Jun 2010 12:05:58 +0000 reimar Remove unused includes.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sat, 27 Mar 2010 15:22:47 +0000 reimar Mark some more LIBVO_EXTERN declarations as const where possible.
Sun, 28 Feb 2010 17:39:30 +0000 cehoyos Documentation: Add linebreak and try to be less ambiguous.
Thu, 04 Feb 2010 17:27:38 +0000 cehoyos 100l: Fix compilation (broken by me).
Thu, 04 Feb 2010 16:56:28 +0000 cehoyos Clarify -vo vdpau:pullup
Thu, 24 Dec 2009 10:51:24 +0000 reimar Some ugly hacks to make compiling against a newer external version of libass work.
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h
Thu, 17 Dec 2009 13:27:15 +0000 cehoyos Cosmetics: Reindent after r30050.
Thu, 17 Dec 2009 13:23:15 +0000 cehoyos Slightly increase hardware decoding performance by always using more
Thu, 17 Dec 2009 02:16:12 +0000 cehoyos Improve VDPAU render performance by increasing number of output surfaces.
Wed, 11 Nov 2009 22:26:38 +0000 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
Tue, 10 Nov 2009 19:11:13 +0000 cehoyos Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
Tue, 10 Nov 2009 10:40:34 +0000 cehoyos 100: Fix function parameters when calling create_vdp_decoder() from query_format().
Tue, 10 Nov 2009 10:05:10 +0000 cehoyos Cosmetics: Fix indentation after last commit.
Tue, 10 Nov 2009 10:04:32 +0000 cehoyos Fail in query_format() if a VDPAU decoder is not available.
Tue, 10 Nov 2009 09:52:43 +0000 cehoyos Add a default to switch(image_format), suppresses a warning after a future patch.
Wed, 04 Nov 2009 15:30:13 +0000 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
Tue, 27 Oct 2009 08:29:07 +0000 cehoyos Cosmetics: Reindent after last commit.
Tue, 27 Oct 2009 08:28:08 +0000 cehoyos Allow image format BGRA when using vo vdpau.
Fri, 23 Oct 2009 18:26:42 +0000 cehoyos Implement VFCAP_FLIP for vo_vdpau.
Thu, 22 Oct 2009 18:44:39 +0000 cehoyos Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
Sat, 17 Oct 2009 15:15:07 +0000 cehoyos Try to recover from VDPAU display pre-emptions.
Mon, 12 Oct 2009 21:17:38 +0000 cehoyos Support SMPTE-240M colourspace in vo_vdpau.
Sat, 10 Oct 2009 20:53:42 +0000 cehoyos Add colorspace option to vo_vdpau.
Thu, 08 Oct 2009 11:25:01 +0000 diego cosmetics: Remove some pointless parentheses from return calls.
Thu, 08 Oct 2009 10:48:12 +0000 diego cosmetics: Break two more lines.
Tue, 06 Oct 2009 08:45:20 +0000 diego K&R coding style and whitespace cosmetics
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 15:43:54 +0000 cehoyos Do not use flag CWBackPixel when calling vo_x11_create_vo_window():
Mon, 30 Mar 2009 21:17:42 +0000 cehoyos Support IMGFMT_NV12 for vo vdpau.
Mon, 30 Mar 2009 12:11:12 +0000 reimar Make sure we do not accidentally use the vdp_get_error_string from the
Sun, 29 Mar 2009 19:43:52 +0000 cehoyos Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.
Sun, 29 Mar 2009 19:25:22 +0000 cehoyos VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.
Sun, 29 Mar 2009 11:16:14 +0000 cehoyos Cosmetics: Reindent after last commit.
Sun, 29 Mar 2009 11:15:22 +0000 cehoyos 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.
Wed, 25 Mar 2009 23:32:27 +0000 cehoyos Simplify vdpau deinterlacing code and fix timing for deint=2.
Tue, 24 Mar 2009 21:49:08 +0000 cehoyos New VDPAU deinterlacing code needs one reference surface less for software decoding.
Tue, 24 Mar 2009 21:47:56 +0000 cehoyos New vdpau deinterlacing code needs one reference surface less.
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.