summaryrefslogtreecommitdiffstats
path: root/libvo/vesa_lvo.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense files written by Nick Kurshev and marked as "GPL v2" todiego2007-12-301-1/+1
* Disable unused code, fixes the warning:diego2007-12-301-0/+2
* Add missing #include for vo_draw_text.diego2007-12-301-0/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-5/+5
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-15/+14
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-9/+17
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* removed query_vaaalex2002-07-261-8/+0
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+14
* code cleanupnick2002-02-031-0/+12
* improvementsnick2002-01-271-0/+1
* Fixed single buffering problems and -vo mga compatibility by number of buffersnick2001-12-021-1/+4
* Minor fixesnick2001-11-291-1/+58
* Minor optimizationnick2001-11-291-7/+18
* Direct i420 support for Radeonsnick2001-11-271-25/+5
* Minor fixes with the same resultsnick2001-11-201-69/+10
* Bad attempt of YV12 direct supportnick2001-11-201-0/+62
* Verbosing and minor optimizationnick2001-11-201-19/+13
* Ugly YV12 support on Radeon BES. (Only radeon_vid currently work with this st...nick2001-11-181-6/+30
* Added preinit of lvo stuffnick2001-11-181-7/+12
* Qualitative speedup of decodingnick2001-11-181-46/+2
* working draw_slice stuffnick2001-11-171-2/+15
* Xv stuffnick2001-11-161-2/+44
* New video output technique Linux Video Overlay:nick2001-11-131-0/+197