aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dga.c
Commit message (Expand)AuthorAge
* 10l, avoid getting num_of_buffers=0Gravatar alex2003-02-04
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* arpi add direct render supportGravatar pontscho2002-11-03
* - cleanupGravatar pontscho2002-11-03
* verbose can be negativeGravatar arpi2002-11-01
* mode detection && vo_init() moved to preinit()Gravatar arpi2002-10-27
* DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>Gravatar arpi2002-10-07
* flickering fix, patch by Fredrik Noring <noring@nocrew.org>Gravatar arpi2002-10-01
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>Gravatar arpi2002-09-28
* another dga v1 fix by Fredrik Noring <noring@nocrew.org>Gravatar arpi2002-09-28
* DGA1 fix by Fredrik Noring <noring@nocrew.org>Gravatar arpi2002-09-27
* fixes problem with video image alignment.Gravatar arpi2002-09-25
* cosmetics...Gravatar arpi2002-09-25
* Attached patch improves the vertical retrace synchronisation (vsync)Gravatar arpi2002-09-25
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* revised query_format. added support for native/conversion detectionGravatar alex2002-05-27
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'Gravatar nick2002-02-17
* use mem2agpcpy_pic()Gravatar michael2002-02-15
* use mem2agpcpy() instead of fast_memcpy()Gravatar michael2002-02-12
* 10000hl to Holm... control MUST BE static...Gravatar arpi2002-02-09
* query_ stuff replaced by new control() - patch by David HolmGravatar arpi2002-02-09
* removed obsoleted Terminate_Display_ProcessGravatar alex2002-01-31
* new info for tuningGravatar nick2002-01-31
* Extensions for video accelerated architectureGravatar nick2002-01-26
* SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by meGravatar atmos42002-01-08
* use XF86VidMode later in init (at line 1031) only if we've got support (if ha...Gravatar alex2001-12-28
* do not crash if can't get modelines (dga2.0)Gravatar alex2001-12-04
* Move yuv2rgb to postprocessGravatar nick2001-11-06
* *** empty log message ***Gravatar nick2001-11-02
* Using new stuff of rgb15to16Gravatar nick2001-10-30
* changes according to -utf8 option, draw_osd() function addedGravatar atlka2001-08-13
* vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.Gravatar jkeil2001-07-16
* extern vo_doublebuffering cleanupGravatar arpi2001-07-03
* Fixed pointer->integer cast warning.Gravatar atmosfear2001-06-22
* - just modified an error messageGravatar acki22001-06-18
* - if DGA fails to report some valid modes, vo_dga now exits gracefullyGravatar acki22001-06-17
* - doublebuffering now can be switched on and off with the -(no)double switch.Gravatar acki22001-06-17
* removed redundant osd.h includesGravatar arpi_esp2001-05-24
* - now chooses mode with highest ymax (enables doublebuffering in some casesGravatar acki22001-05-07
* - finally: 15to16 conversion included!!!Gravatar acki22001-05-03
* - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+Gravatar acki22001-05-02
* - now features 24->32 conversion (this is actually faster than letting theGravatar acki22001-05-01
* - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?Gravatar acki22001-05-01
* clean upGravatar pontscho2001-04-24
* some warnings killedGravatar szabii2001-04-24
* driver info now depends on detected DGA versionGravatar arpi_esp2001-04-19
* - now also supports OSD for YV12 (big speed penalty by having to build imageGravatar acki22001-04-17
* - query_format() now uses new return value conceptGravatar acki22001-04-17
* - fixed bug with depth and mpg when current bpp of XServer was != 32Gravatar acki22001-04-13