log libvo/vo_dga.c @ 21024:327e7418a3b8

age author description
2006-07-09 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-08-24 diego Slightly reduce unnecessary verbosity.
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2005-02-24 rfelker no effect in practice, but strides should always be signed
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-06-14 attila major reindentation of x11 code try #2
2003-10-19 diego DOCS/en/ ---> DOCS/HTML/en/
2003-10-04 gabucino many small typo and grammar fixes
2003-07-28 alex 10l & warning fixes
2003-06-13 diego Add missing language suffix to DOCS/ path.
2003-06-01 alex final scaler removal step
2003-05-30 alex warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
2003-04-29 alex Spring cleanup: removed the full yv12 support as it was broken anyway. The BGR/RGB native/non-native case needs some cleanup, too. Currently it works for me (tm)
2003-02-04 alex 10l, avoid getting num_of_buffers=0
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-03 pontscho arpi add direct render support
2002-11-03 pontscho - cleanup
2002-11-01 arpi verbose can be negative
2002-10-27 arpi mode detection && vo_init() moved to preinit()
2002-10-07 arpi DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
2002-10-01 arpi flickering fix, patch by Fredrik Noring <noring@nocrew.org>
2002-09-28 arpi -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
2002-09-28 arpi another dga v1 fix by Fredrik Noring <noring@nocrew.org>
2002-09-27 arpi DGA1 fix by Fredrik Noring <noring@nocrew.org>
2002-09-25 arpi fixes problem with video image alignment.
2002-09-25 arpi cosmetics...
2002-09-25 arpi Attached patch improves the vertical retrace synchronisation (vsync)
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-05-27 alex revised query_format. added support for native/conversion detection
2002-02-17 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
2002-02-15 michael use mem2agpcpy_pic()
2002-02-12 michael use mem2agpcpy() instead of fast_memcpy()
2002-02-09 arpi 10000hl to Holm... control MUST BE static...
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-01-31 alex removed obsoleted Terminate_Display_Process
2002-01-31 nick new info for tuning
2002-01-26 nick Extensions for video accelerated architecture
2002-01-08 atmos4 SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
2001-12-28 alex use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
2001-12-04 alex do not crash if can't get modelines (dga2.0)
2001-11-06 nick Move yuv2rgb to postprocess
2001-11-02 nick *** empty log message ***
2001-10-30 nick Using new stuff of rgb15to16
2001-08-13 atlka changes according to -utf8 option, draw_osd() function added
2001-07-16 jkeil vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
2001-07-03 arpi extern vo_doublebuffering cleanup
2001-06-22 atmosfear Fixed pointer->integer cast warning.
2001-06-18 acki2 - just modified an error message
2001-06-17 acki2 - if DGA fails to report some valid modes, vo_dga now exits gracefully
2001-06-17 acki2 - doublebuffering now can be switched on and off with the -(no)double switch.
2001-05-24 arpi_esp removed redundant osd.h includes
2001-05-07 acki2 - now chooses mode with highest ymax (enables doublebuffering in some cases
2001-05-03 acki2 - finally: 15to16 conversion included!!!
2001-05-02 acki2 - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+
2001-05-01 acki2 - now features 24->32 conversion (this is actually faster than letting the
2001-05-01 acki2 - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?
2001-04-24 pontscho clean up