summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-17/+17
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-22/+22
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-5/+5
* Replace "all rights reserved" statement with standard GPL license header.diego2008-04-131-5/+16
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+0
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* Slightly reduce unnecessary verbosity.diego2005-08-241-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-3/+3
* no effect in practice, but strides should always be signedrfelker2005-02-241-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* major reindentation of x11 code try #2attila2004-06-141-660/+712
* DOCS/en/ ---> DOCS/HTML/en/diego2003-10-191-1/+1
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* 10l & warning fixesalex2003-07-281-4/+4
* Add missing language suffix to DOCS/ path.diego2003-06-131-1/+1
* final scaler removal stepalex2003-06-011-69/+5
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-0/+2
* Spring cleanup: removed the full yv12 support as it was broken anyway. The BG...alex2003-04-291-80/+5
* 10l, avoid getting num_of_buffers=0alex2003-02-041-3/+5
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-8/+3
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-6/+1
* arpi add direct render supportpontscho2002-11-031-0/+28
* - cleanuppontscho2002-11-031-99/+93
* verbose can be negativearpi2002-11-011-2/+0
* mode detection && vo_init() moved to preinit()arpi2002-10-271-81/+67
* DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>arpi2002-10-071-1/+1
* flickering fix, patch by Fredrik Noring <noring@nocrew.org>arpi2002-10-011-14/+8
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-0/+2
* another dga v1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-281-1/+1
* DGA1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-271-9/+16
* fixes problem with video image alignment.arpi2002-09-251-3/+3
* cosmetics...arpi2002-09-251-213/+56
* Attached patch improves the vertical retrace synchronisation (vsync)arpi2002-09-251-66/+92
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+4
* revised query_format. added support for native/conversion detectionalex2002-05-271-32/+27
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-3/+9
* use mem2agpcpy_pic()michael2002-02-151-20/+9
* use mem2agpcpy() instead of fast_memcpy()michael2002-02-121-2/+5
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+4
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+9
* removed obsoleted Terminate_Display_Processalex2002-01-311-7/+3
* new info for tuningnick2002-01-311-4/+4
* Extensions for video accelerated architecturenick2002-01-261-2/+12
* SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by meatmos42002-01-081-5/+47
* use XF86VidMode later in init (at line 1031) only if we've got support (if ha...alex2001-12-281-0/+6
* do not crash if can't get modelines (dga2.0)alex2001-12-041-0/+12
* Move yuv2rgb to postprocessnick2001-11-061-3/+3
* *** empty log message ***nick2001-11-021-0/+7
* Using new stuff of rgb15to16nick2001-10-301-15/+4
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-2/+6
* vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.jkeil2001-07-161-5/+14
* extern vo_doublebuffering cleanuparpi2001-07-031-2/+3
* Fixed pointer->integer cast warning.atmosfear2001-06-221-1/+4
* - just modified an error messageacki22001-06-181-1/+5
* - if DGA fails to report some valid modes, vo_dga now exits gracefullyacki22001-06-171-3/+23
* - doublebuffering now can be switched on and off with the -(no)double switch.acki22001-06-171-2/+9
* removed redundant osd.h includesarpi_esp2001-05-241-2/+3
* - now chooses mode with highest ymax (enables doublebuffering in some casesacki22001-05-071-15/+64
* - finally: 15to16 conversion included!!!acki22001-05-031-3/+27
* - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+acki22001-05-021-1/+16
* - now features 24->32 conversion (this is actually faster than letting theacki22001-05-011-57/+126
* - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?acki22001-05-011-32/+8
* clean uppontscho2001-04-241-15/+5
* some warnings killedszabii2001-04-241-0/+19
* driver info now depends on detected DGA versionarpi_esp2001-04-191-1/+8
* - now also supports OSD for YV12 (big speed penalty by having to build imageacki22001-04-171-26/+64
* - query_format() now uses new return value conceptacki22001-04-171-6/+40
* - fixed bug with depth and mpg when current bpp of XServer was != 32acki22001-04-131-14/+30
* - completely rewrote depth switchingacki22001-04-131-164/+296
* - still more debug output to be able to fix 15/16 bpp problemacki22001-04-011-2/+12
* - added detection of memsize of graphics card to check if double buffering is...acki22001-04-011-64/+64
* - added VidMode changing support for DGA1.0 (used code from Michael Graffam (...acki22001-03-311-29/+159
* - added double buffering :-)acki22001-03-301-66/+51
* - 32/16 bit mode swtiching with DGA2.0acki22001-03-301-93/+304
* Source cleanup. Improved resolution selection (I think :-)).acki22001-03-301-163/+114
* Changes to configure to autodetect DGA 2.0 functionality, and to only usemgraffam2001-03-281-7/+19
* Added support to vo_dga to change the video mode to the lowest resolutionmgraffam2001-03-271-4/+44
* added check_events() interfacearpi_esp2001-03-031-20/+25
* initial versionarpi_esp2001-02-271-0/+374