log libvo/vo_vesa.c @ 31417:ca9623cfa117

age author description
2010-01-03 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-29 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2008-09-07 diego Replace casual GPL notices by proper license headers.
2008-05-16 diego cosmetics: Remove useless parentheses from from return statements.
2008-02-14 diego typo fix: inited --> initialized
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2007-12-30 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
2007-12-30 diego Remove redundant extern declarations, fixes the warnings:
2007-12-02 reimar Make vo info structs const
2007-12-02 reimar Remove video_out_png extern in vo_vesa (remains of ill-advised
2007-06-05 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-03-23 aurel call vbeGetControllerInfo() only once
2007-03-07 diego Fix unkown --> unkNown typo.
2007-01-04 ben don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-12-01 diego Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
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.