Sat, 07 May 2011 10:59:11 +0000 |
iive |
Remove the variable arguments from the libvo control() functions.
|
Wed, 27 Oct 2010 17:53:24 +0000 |
cigaes |
Move osd.[ch] and osd_template.c from libvo to sub.
|
Wed, 27 Oct 2010 17:47:13 +0000 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
Sat, 02 Oct 2010 14:22:03 +0000 |
diego |
Remove UNUSED macros used to shut up unused function parameter warnings.
|
Fri, 17 Sep 2010 10:31:24 +0000 |
diego |
Mark functs not used outside of the file as static, remove from header; fixes:
|
Fri, 17 Sep 2010 10:27:51 +0000 |
diego |
cosmetics: Move vlvo_preinit() below the functions that it uses.
|
Fri, 17 Sep 2010 10:11:24 +0000 |
diego |
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
|
Fri, 17 Sep 2010 10:10:20 +0000 |
diego |
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
|
Mon, 13 Sep 2010 03:50:55 +0000 |
diego |
Mark some vo_functions_t declarations that were not yet const as const.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 07 Sep 2008 14:09:51 +0000 |
diego |
Replace casual GPL notices by proper license headers.
|
Sun, 30 Dec 2007 22:40:24 +0000 |
diego |
Relicense files written by Nick Kurshev and marked as "GPL v2" to
|
Sun, 30 Dec 2007 10:54:04 +0000 |
diego |
Disable unused code, fixes the warning:
|
Sun, 30 Dec 2007 10:52:57 +0000 |
diego |
Add missing #include for vo_draw_text.
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Fri, 18 Aug 2006 13:58:03 +0000 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
Mon, 24 Apr 2006 04:23:53 +0000 |
reynaldo |
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Fri, 26 Jul 2002 12:42:43 +0000 |
alex |
removed query_vaa
|
Sat, 09 Feb 2002 00:47:26 +0000 |
arpi |
query_ stuff replaced by new control() - patch by David Holm
|
Sun, 03 Feb 2002 09:12:32 +0000 |
nick |
code cleanup
|
Sun, 27 Jan 2002 08:05:56 +0000 |
nick |
improvements
|
Sun, 02 Dec 2001 12:21:13 +0000 |
nick |
Fixed single buffering problems and -vo mga compatibility by number of buffers
|
Thu, 29 Nov 2001 18:37:52 +0000 |
nick |
Minor fixes
|
Thu, 29 Nov 2001 18:00:57 +0000 |
nick |
Minor optimization
|
Tue, 27 Nov 2001 18:36:35 +0000 |
nick |
Direct i420 support for Radeons
|
Tue, 20 Nov 2001 10:34:00 +0000 |
nick |
Minor fixes with the same results
|
Tue, 20 Nov 2001 10:00:58 +0000 |
nick |
Bad attempt of YV12 direct support
|
Tue, 20 Nov 2001 08:38:15 +0000 |
nick |
Verbosing and minor optimization
|
Sun, 18 Nov 2001 18:04:29 +0000 |
nick |
Ugly YV12 support on Radeon BES. (Only radeon_vid currently work with this stuff :( Sorry!)
|
Sun, 18 Nov 2001 15:06:32 +0000 |
nick |
Added preinit of lvo stuff
|
Sun, 18 Nov 2001 09:45:29 +0000 |
nick |
Qualitative speedup of decoding
|
Sat, 17 Nov 2001 16:10:41 +0000 |
nick |
working draw_slice stuff
|
Fri, 16 Nov 2001 18:43:25 +0000 |
nick |
Xv stuff
|
Tue, 13 Nov 2001 17:13:33 +0000 |
nick |
New video output technique Linux Video Overlay:
|