aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dga.c
Commit message (Expand)AuthorAge
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Slightly reduce unnecessary verbosity.Gravatar diego2005-08-24
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* no effect in practice, but strides should always be signedGravatar rfelker2005-02-24
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* major reindentation of x11 code try #2Gravatar attila2004-06-14
* DOCS/en/ ---> DOCS/HTML/en/Gravatar diego2003-10-19
* many small typo and grammar fixesGravatar gabucino2003-10-04
* 10l & warning fixesGravatar alex2003-07-28
* Add missing language suffix to DOCS/ path.Gravatar diego2003-06-13
* final scaler removal stepGravatar alex2003-06-01
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar alex2003-05-30
* Spring cleanup: removed the full yv12 support as it was broken anyway. The BG...Gravatar alex2003-04-29
* 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