2006-08-25 |
ben |
if double buffering is enabled, but vbeSetDisplayStart() fails, turn double buffering off (also adds support for VESA output under VMware).
|
2006-06-30 |
lucabe |
Move postproc ---> libswscale
|
2006-04-28 |
diego |
Rename some misspelled and misnamed messages.
|
2006-04-24 |
reynaldo |
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-03-24 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
2005-10-23 |
diego |
Make include paths consistent among files in libvo. Since -I.. is added
|
2005-08-18 |
alex |
use libvbe from vesautils
|
2005-08-11 |
alex |
10l, patch found in geexbox
|
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 |
strides should always be signed
|
2004-10-06 |
faust3 |
Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get
|
2004-09-26 |
faust3 |
use aspect code when used with vidix
|
2004-08-01 |
faust3 |
10l query format at least when used with vidix, disable colorkeying with vidix, should fix #38 and #33
|
2004-06-25 |
alex |
neomagic tv out support throught vesa vbe, patch by Rudolf Marek
|
2003-12-24 |
diego |
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
|
2003-12-07 |
alex |
Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin <vdovikin@jscc.ru>
|
2003-10-22 |
alex |
fixed -nocolorkey
|
2003-10-17 |
alex |
Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
|
2003-08-31 |
alex |
remove exit_player and exit references
|
2003-07-09 |
michael |
10l (red <-> blue) fix
|
2003-06-01 |
michael |
vf_scale.h & related cleanup & some small warning fix by dominik
|
2003-04-21 |
alex |
10l fix by Aurelien JACOBS <aurel@gnuage.org>
|
2003-04-08 |
alex |
multiple init fix by Aurelien JACOBS <aurel@gnuage.org>
|
2003-03-28 |
ranma |
Only write title if verbose>0.
|
2003-03-21 |
alex |
multiple preinit support -- cleaning vidix_name between the multiple preinits. Patch by Aurlien JACOBS <aurel@gnuage.org>
|
2003-02-23 |
michael |
sws_ prefix, more seperation between internal & external swscaler API
|
2003-02-09 |
arpi |
linux->osdep
|
2003-01-29 |
arpi |
hopefully better uninit check
|
2003-01-05 |
filon |
10l
|
2003-01-05 |
filon |
Check if we can open /dev/mem in preinit(), so we can exit cleanly.
|
2003-01-04 |
filon |
Not checking it caused SIGSEV when uninitning after vesa init failed.
|
2002-12-29 |
arpi |
Juste a trivial patch for vesa output. The screen were cleaned at init
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-10-09 |
arpi |
draw_slice() seems to support all csp
|
2002-10-07 |
arpi |
a small fix for vo_vesa, when calling set_refresh, when -nofs used.
|
2002-09-10 |
arpi |
It prevents mode change when Hsync out of range.
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
2002-08-22 |
arpi |
General Timing Formula algorithm from a scratch.
|
2002-08-16 |
arpi |
10l bug - noticed by Emiel Neggers <emiel@neggers.net>
|
2002-07-27 |
atmos4 |
Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.
|
2002-05-27 |
alex |
removed screenshot thingie - it will be moved to video filter layer
|
2002-04-11 |
arpi |
VFCAP added
|
2002-02-17 |
nick |
Change order of vo_function calls (Although it doesn't matter for now).
|
2002-02-17 |
nick |
Screenshot on the fly
|
2002-02-12 |
atmos4 |
add vsync support for doublebuffering to vo_vesa
|
2002-02-09 |
nick |
Make code simple. Use swScaler even for fastmemcpy purposes :)
|
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-02-07 |
nick |
Configurable OSD zones
|
2002-02-06 |
michael |
swScale internally uses yuv2rgb now if possible
|
2002-02-06 |
nick |
Correct vesa shutdown on 'config playback' errors
|
2002-02-05 |
nick |
Support of scaling with every fourcc
|
2002-02-03 |
nick |
code cleanup
|
2002-01-31 |
nick |
Use new tune info
|
2002-01-31 |
nick |
new info for tuning
|
2002-01-26 |
nick |
preinit usage
|
2002-01-26 |
nick |
Extensions for video accelerated architecture
|
2002-01-16 |
alex |
added vidix_start() and vidix_stop() for better runtime-resize support ;)
|
2002-01-11 |
nick |
Configurable VIDIX usage
|