log libvo/vo_vdpau.c @ 36962:6bb8d4f4a7b0

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.