aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_vesa.c
Commit message (Expand)AuthorAge
* Make include paths consistent among files in libvo. Since -I.. is addedGravatar diego2005-10-23
* use libvbe from vesautilsGravatar alex2005-08-18
* 10l, patch found in geexboxGravatar alex2005-08-11
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* strides should always be signedGravatar rfelker2005-02-24
* Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the getGravatar faust32004-10-06
* use aspect code when used with vidixGravatar faust32004-09-26
* 10l query format at least when used with vidix, disable colorkeying with vidi...Gravatar faust32004-08-01
* neomagic tv out support throught vesa vbe, patch by Rudolf MarekGravatar alex2004-06-25
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>Gravatar diego2003-12-24
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin...Gravatar alex2003-12-07
* fixed -nocolorkeyGravatar alex2003-10-22
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportGravatar alex2003-10-17
* remove exit_player and exit referencesGravatar alex2003-08-31
* 10l (red <-> blue) fixGravatar michael2003-07-09
* vf_scale.h & related cleanup & some small warning fix by dominikGravatar michael2003-06-01
* 10l fix by Aurelien JACOBS <aurel@gnuage.org>Gravatar alex2003-04-21
* multiple init fix by Aurelien JACOBS <aurel@gnuage.org>Gravatar alex2003-04-08
* Only write title if verbose>0.Gravatar ranma2003-03-28
* multiple preinit support -- cleaning vidix_name between the multiple preinits...Gravatar alex2003-03-21
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* linux->osdepGravatar arpi2003-02-09
* hopefully better uninit checkGravatar arpi2003-01-29
* 10lGravatar filon2003-01-05
* Check if we can open /dev/mem in preinit(), so we can exit cleanly.Gravatar filon2003-01-05
* Not checking it caused SIGSEV when uninitning after vesa init failed.Gravatar filon2003-01-04
* Juste a trivial patch for vesa output. The screen were cleaned at initGravatar arpi2002-12-29
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* draw_slice() seems to support all cspGravatar arpi2002-10-09
* a small fix for vo_vesa, when calling set_refresh, when -nofs used.Gravatar arpi2002-10-07
* It prevents mode change when Hsync out of range.Gravatar arpi2002-09-10
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* General Timing Formula algorithm from a scratch.Gravatar arpi2002-08-22
* 10l bug - noticed by Emiel Neggers <emiel@neggers.net>Gravatar arpi2002-08-16
* Disable OSD outside movie, because it's not redrawn currently, user can use -...Gravatar atmos42002-07-27
* removed screenshot thingie - it will be moved to video filter layerGravatar alex2002-05-27
* VFCAP addedGravatar arpi2002-04-11
* Change order of vo_function calls (Although it doesn't matter for now).Gravatar nick2002-02-17
* Screenshot on the flyGravatar nick2002-02-17
* add vsync support for doublebuffering to vo_vesaGravatar atmos42002-02-12
* Make code simple. Use swScaler even for fastmemcpy purposes :)Gravatar nick2002-02-09
* 10000hl to Holm... control MUST BE static...Gravatar arpi2002-02-09
* query_ stuff replaced by new control() - patch by David HolmGravatar arpi2002-02-09
* Configurable OSD zonesGravatar nick2002-02-07
* swScale internally uses yuv2rgb now if possibleGravatar michael2002-02-06
* Correct vesa shutdown on 'config playback' errorsGravatar nick2002-02-06
* Support of scaling with every fourccGravatar nick2002-02-05
* code cleanupGravatar nick2002-02-03
* Use new tune infoGravatar nick2002-01-31