index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
vo_dga.c
Commit message (
Expand
)
Author
Age
*
revised query_format. added support for native/conversion detection
alex
2002-05-27
*
I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
nick
2002-02-17
*
use mem2agpcpy_pic()
michael
2002-02-15
*
use mem2agpcpy() instead of fast_memcpy()
michael
2002-02-12
*
10000hl to Holm... control MUST BE static...
arpi
2002-02-09
*
query_ stuff replaced by new control() - patch by David Holm
arpi
2002-02-09
*
removed obsoleted Terminate_Display_Process
alex
2002-01-31
*
new info for tuning
nick
2002-01-31
*
Extensions for video accelerated architecture
nick
2002-01-26
*
SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
atmos4
2002-01-08
*
use XF86VidMode later in init (at line 1031) only if we've got support (if ha...
alex
2001-12-28
*
do not crash if can't get modelines (dga2.0)
alex
2001-12-04
*
Move yuv2rgb to postprocess
nick
2001-11-06
*
*** empty log message ***
nick
2001-11-02
*
Using new stuff of rgb15to16
nick
2001-10-30
*
changes according to -utf8 option, draw_osd() function added
atlka
2001-08-13
*
vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
jkeil
2001-07-16
*
extern vo_doublebuffering cleanup
arpi
2001-07-03
*
Fixed pointer->integer cast warning.
atmosfear
2001-06-22
*
- just modified an error message
acki2
2001-06-18
*
- if DGA fails to report some valid modes, vo_dga now exits gracefully
acki2
2001-06-17
*
- doublebuffering now can be switched on and off with the -(no)double switch.
acki2
2001-06-17
*
removed redundant osd.h includes
arpi_esp
2001-05-24
*
- now chooses mode with highest ymax (enables doublebuffering in some cases
acki2
2001-05-07
*
- finally: 15to16 conversion included!!!
acki2
2001-05-03
*
- now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+
acki2
2001-05-02
*
- now features 24->32 conversion (this is actually faster than letting the
acki2
2001-05-01
*
- now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?
acki2
2001-05-01
*
clean up
pontscho
2001-04-24
*
some warnings killed
szabii
2001-04-24
*
driver info now depends on detected DGA version
arpi_esp
2001-04-19
*
- now also supports OSD for YV12 (big speed penalty by having to build image
acki2
2001-04-17
*
- query_format() now uses new return value concept
acki2
2001-04-17
*
- fixed bug with depth and mpg when current bpp of XServer was != 32
acki2
2001-04-13
*
- completely rewrote depth switching
acki2
2001-04-13
*
- still more debug output to be able to fix 15/16 bpp problem
acki2
2001-04-01
*
- added detection of memsize of graphics card to check if double buffering is...
acki2
2001-04-01
*
- added VidMode changing support for DGA1.0 (used code from Michael Graffam (...
acki2
2001-03-31
*
- added double buffering :-)
acki2
2001-03-30
*
- 32/16 bit mode swtiching with DGA2.0
acki2
2001-03-30
*
Source cleanup. Improved resolution selection (I think :-)).
acki2
2001-03-30
*
Changes to configure to autodetect DGA 2.0 functionality, and to only use
mgraffam
2001-03-28
*
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
2001-03-27
*
added check_events() interface
arpi_esp
2001-03-03
*
initial version
arpi_esp
2001-02-27