aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vesa_lvo.c
Commit message (Expand)AuthorAge
* libvo: remove UNUSED() macrosGravatar diego2010-11-02
* vesa_lvo.c: make functions staticGravatar diego2010-11-02
* vesa_lvo.c: Move vlvo_preinit() below the functions that it usesGravatar diego2010-11-02
* vo_vesa: Mark vlvo_draw_slice_420() as staticGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\
| * Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* Relicense files written by Nick Kurshev and marked as "GPL v2" toGravatar diego2007-12-30
* Disable unused code, fixes the warning:Gravatar diego2007-12-30
* Add missing #include for vo_draw_text.Gravatar diego2007-12-30
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* 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
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* removed query_vaaGravatar alex2002-07-26
* query_ stuff replaced by new control() - patch by David HolmGravatar arpi2002-02-09
* code cleanupGravatar nick2002-02-03
* improvementsGravatar nick2002-01-27
* Fixed single buffering problems and -vo mga compatibility by number of buffersGravatar nick2001-12-02
* Minor fixesGravatar nick2001-11-29
* Minor optimizationGravatar nick2001-11-29
* Direct i420 support for RadeonsGravatar nick2001-11-27
* Minor fixes with the same resultsGravatar nick2001-11-20
* Bad attempt of YV12 direct supportGravatar nick2001-11-20
* Verbosing and minor optimizationGravatar nick2001-11-20
* Ugly YV12 support on Radeon BES. (Only radeon_vid currently work with this st...Gravatar nick2001-11-18
* Added preinit of lvo stuffGravatar nick2001-11-18
* Qualitative speedup of decodingGravatar nick2001-11-18
* working draw_slice stuffGravatar nick2001-11-17
* Xv stuffGravatar nick2001-11-16
* New video output technique Linux Video Overlay:Gravatar nick2001-11-13