2012-09-02 |
reimar |
Avoid some code duplication related to drawing the OSD.
|
2011-05-07 |
iive |
Remove the variable arguments from the libvo control() functions.
|
2010-10-27 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2008-08-04 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
2008-04-13 |
diego |
Replace "all rights reserved" statement with standard GPL license header.
|
2007-12-02 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 |
reimar |
Make vo info structs const
|
2006-07-09 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
2006-01-12 |
rathann |
massive attack: mp_msg printf format fixes
|
2005-08-24 |
diego |
Slightly reduce unnecessary verbosity.
|
2005-08-05 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-04-18 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
2005-02-24 |
rfelker |
no effect in practice, but strides should always be signed
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-06-14 |
attila |
major reindentation of x11 code try #2
|
2003-10-19 |
diego |
DOCS/en/ ---> DOCS/HTML/en/
|
2003-10-04 |
gabucino |
many small typo and grammar fixes
|
2003-07-28 |
alex |
10l & warning fixes
|
2003-06-13 |
diego |
Add missing language suffix to DOCS/ path.
|
2003-06-01 |
alex |
final scaler removal step
|
2003-05-30 |
alex |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
|
2003-04-29 |
alex |
Spring cleanup: removed the full yv12 support as it was broken anyway. The BGR/RGB native/non-native case needs some cleanup, too. Currently it works for me (tm)
|
2003-02-04 |
alex |
10l, avoid getting num_of_buffers=0
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-11-06 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
2002-11-03 |
pontscho |
arpi add direct render support
|
2002-11-03 |
pontscho |
- cleanup
|
2002-11-01 |
arpi |
verbose can be negative
|
2002-10-27 |
arpi |
mode detection && vo_init() moved to preinit()
|
2002-10-07 |
arpi |
DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
|
2002-10-01 |
arpi |
flickering fix, patch by Fredrik Noring <noring@nocrew.org>
|
2002-09-28 |
arpi |
-nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
|
2002-09-28 |
arpi |
another dga v1 fix by Fredrik Noring <noring@nocrew.org>
|
2002-09-27 |
arpi |
DGA1 fix by Fredrik Noring <noring@nocrew.org>
|
2002-09-25 |
arpi |
fixes problem with video image alignment.
|
2002-09-25 |
arpi |
cosmetics...
|
2002-09-25 |
arpi |
Attached patch improves the vertical retrace synchronisation (vsync)
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
2002-05-27 |
alex |
revised query_format. added support for native/conversion detection
|
2002-02-17 |
nick |
I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
|
2002-02-15 |
michael |
use mem2agpcpy_pic()
|
2002-02-12 |
michael |
use mem2agpcpy() instead of fast_memcpy()
|
2002-02-09 |
arpi |
10000hl to Holm... control MUST BE static...
|
2002-02-09 |
arpi |
query_ stuff replaced by new control() - patch by David Holm
|
2002-01-31 |
alex |
removed obsoleted Terminate_Display_Process
|
2002-01-31 |
nick |
new info for tuning
|
2002-01-26 |
nick |
Extensions for video accelerated architecture
|
2002-01-08 |
atmos4 |
SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
|
2001-12-28 |
alex |
use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
|
2001-12-04 |
alex |
do not crash if can't get modelines (dga2.0)
|
2001-11-06 |
nick |
Move yuv2rgb to postprocess
|
2001-11-02 |
nick |
*** empty log message ***
|
2001-10-30 |
nick |
Using new stuff of rgb15to16
|
2001-08-13 |
atlka |
changes according to -utf8 option, draw_osd() function added
|
2001-07-16 |
jkeil |
vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
|
2001-07-03 |
arpi |
extern vo_doublebuffering cleanup
|
2001-06-22 |
atmosfear |
Fixed pointer->integer cast warning.
|
2001-06-18 |
acki2 |
- just modified an error message
|