Sun, 03 Jan 2010 17:12:12 +0000 |
reimar |
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 29 Mar 2009 14:37:21 +0000 |
reimar |
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Sun, 07 Sep 2008 14:09:51 +0000 |
diego |
Replace casual GPL notices by proper license headers.
|
Fri, 16 May 2008 08:33:27 +0000 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sun, 27 Jan 2008 18:01:19 +0000 |
diego |
Fix illegal identifiers, names starting with __ are reserved for the system.
|
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 12:12:47 +0000 |
diego |
Remove redundant extern declarations, fixes the warnings:
|
Sun, 02 Dec 2007 14:06:03 +0000 |
reimar |
Make vo info structs const
|
Sun, 02 Dec 2007 13:47:18 +0000 |
reimar |
Remove video_out_png extern in vo_vesa (remains of ill-advised
|
Tue, 05 Jun 2007 15:09:49 +0000 |
reimar |
Do not use fast_memcpy for small size copy, esp. when the size is constant
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Fri, 23 Mar 2007 00:31:29 +0000 |
aurel |
call vbeGetControllerInfo() only once
|
Wed, 07 Mar 2007 01:31:29 +0000 |
diego |
Fix unkown --> unkNown typo.
|
Thu, 04 Jan 2007 16:07:42 +0000 |
ben |
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
|
Thu, 07 Dec 2006 11:58:07 +0000 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
Fri, 01 Dec 2006 11:24:19 +0000 |
diego |
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
|
Fri, 25 Aug 2006 19:52:00 +0000 |
ben |
if double buffering is enabled, but vbeSetDisplayStart() fails, turn double buffering off (also adds support for VESA output under VMware).
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|
Fri, 28 Apr 2006 23:06:42 +0000 |
diego |
Rename some misspelled and misnamed messages.
|
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.
|
Sun, 23 Oct 2005 16:19:32 +0000 |
diego |
Make include paths consistent among files in libvo. Since -I.. is added
|
Thu, 18 Aug 2005 11:26:04 +0000 |
alex |
use libvbe from vesautils
|
Thu, 11 Aug 2005 11:02:30 +0000 |
alex |
10l, patch found in geexbox
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Thu, 24 Feb 2005 17:08:54 +0000 |
rfelker |
strides should always be signed
|