log libvo/vesa_lvo.c @ 36401:abdc52a1ab2c

age author description
2011-05-07 iive Remove the variable arguments from the libvo control() functions.
2010-10-27 cigaes Move osd.[ch] and osd_template.c from libvo to sub.
2010-10-27 cigaes Move libvo/sub.[ch] from libvo to sub.
2010-10-02 diego Remove UNUSED macros used to shut up unused function parameter warnings.
2010-09-17 diego Mark functs not used outside of the file as static, remove from header; fixes:
2010-09-17 diego cosmetics: Move vlvo_preinit() below the functions that it uses.
2010-09-17 diego Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
2010-09-17 diego Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
2010-09-13 diego Mark some vo_functions_t declarations that were not yet const as const.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-09-07 diego Replace casual GPL notices by proper license headers.
2007-12-30 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
2007-12-30 diego Disable unused code, fixes the warning:
2007-12-30 diego Add missing #include for vo_draw_text.
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
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-04-18 henry replace VO and VF numeric flags with #defined identifiers
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2002-07-26 alex removed query_vaa
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-02-03 nick code cleanup
2002-01-27 nick improvements
2001-12-02 nick Fixed single buffering problems and -vo mga compatibility by number of buffers
2001-11-29 nick Minor fixes
2001-11-29 nick Minor optimization
2001-11-27 nick Direct i420 support for Radeons
2001-11-20 nick Minor fixes with the same results
2001-11-20 nick Bad attempt of YV12 direct support
2001-11-20 nick Verbosing and minor optimization
2001-11-18 nick Ugly YV12 support on Radeon BES. (Only radeon_vid currently work with this stuff :( Sorry!)
2001-11-18 nick Added preinit of lvo stuff
2001-11-18 nick Qualitative speedup of decoding
2001-11-17 nick working draw_slice stuff
2001-11-16 nick Xv stuff
2001-11-13 nick New video output technique Linux Video Overlay: