aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_vesa.c
Commit message (Expand)AuthorAge
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* typo fix: inited --> initializedGravatar diego2008-02-14
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-27
* Relicense files written by Nick Kurshev and marked as "GPL v2" toGravatar diego2007-12-30
* Remove redundant extern declarations, fixes the warnings:Gravatar diego2007-12-30
* Make vo info structs constGravatar reimar2007-12-02
* Remove video_out_png extern in vo_vesa (remains of ill-advisedGravatar reimar2007-12-02
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* call vbeGetControllerInfo() only onceGravatar aurel2007-03-23
* Fix unkown --> unkNown typo.Gravatar diego2007-03-07
* don't fatal if saving vesa state failed (this always fails on qemu, with this...Gravatar ben2007-01-04
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.Gravatar diego2006-12-01
* if double buffering is enabled, but vbeSetDisplayStart() fails, turn double b...Gravatar ben2006-08-25
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* 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