log libvo/vo_vdpau.c @ 31725:8e850ff84b27

age author description
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.