mpv/libvo
nick 3ce1e9002f New ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3200 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 17:08:17 +00:00
..
.cvsignore sorry, config2.mak is not up-to-date 2001-11-25 17:47:48 +00:00
Makefile summary handling was not correct (bugs found by Nilmoni Deb and Tibcu) 2001-11-28 17:52:25 +00:00
aclib.c 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "amd athlon processor x86 code optimization guide" so it should be faster for amd chips too, but i fear it might be slower for mem->vram copies (someone should check that, i cant) ... there are 2 #defines to finetune it (BLOCK_SIZE & CONFUSION_FACTOR) 2001-11-22 19:40:38 +00:00
aclib_template.c 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "amd athlon processor x86 code optimization guide" so it should be faster for amd chips too, but i fear it might be slower for mem->vram copies (someone should check that, i cant) ... there are 2 #defines to finetune it (BLOCK_SIZE & CONFUSION_FACTOR) 2001-11-22 19:40:38 +00:00
aspect.c Eeeh :) time to sleep! 2001-10-18 02:43:33 +00:00
aspect.h Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested! 2001-10-18 02:42:20 +00:00
fastmemcpy.h cosmetic changes and sse/sse included 2001-06-15 12:42:00 +00:00
font_load.c a few warning fixes (missing #include's) 2001-10-25 23:34:14 +00:00
font_load.h Applied DATADIR patch by Vladimir Kushnir 2001-07-20 00:01:09 +00:00
img_format.c New ones 2001-11-29 17:08:17 +00:00
img_format.h New ones 2001-11-29 17:08:17 +00:00
mga_common.c mmx opt ,untested, i have no mga 2001-11-02 03:17:33 +00:00
osd.c optional runtime cpu detect 2001-11-27 01:54:13 +00:00
osd.h newline at the end of the file 2001-06-10 22:25:09 +00:00
osd_template.c runtime cpu detection 2001-11-26 21:12:15 +00:00
sub.c spudec_new has a dvd_priv_t as an argument, which is defined in 2001-11-28 12:44:39 +00:00
sub.h DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> 2001-11-20 18:36:50 +00:00
vesa_lvo.c Direct i420 support for Radeons 2001-11-27 18:36:35 +00:00
vesa_lvo.h Added preinit of lvo stuff 2001-11-18 15:06:32 +00:00
video_out.c vo_pts added 2001-11-05 02:58:47 +00:00
video_out.h vo_pts added 2001-11-05 02:58:47 +00:00
video_out_internal.h atlka@pg.gda.pl: 2001-08-13 11:33:34 +00:00
vo_3dfx.c fixed to compile 2001-09-27 12:22:27 +00:00
vo_aa.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_dga.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_dxr3.c Patch by D. Holm to make audio with dxr3 working. 2001-11-28 15:33:38 +00:00
vo_fbdev.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_fsdga.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_ggi.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_gl.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_gl2.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_md5.c changes according to -utf8 option, draw_osd() function added 2001-08-13 11:08:18 +00:00
vo_mga.c Added image centering, now only screenblanking and hiding the cursor is missing. 2001-10-21 21:12:00 +00:00
vo_mpegpes.c autodetecting for dvb-cards 2001-11-05 21:49:20 +00:00
vo_null.c changes according to -utf8 option, draw_osd() function added 2001-08-13 11:08:18 +00:00
vo_odivx.c atlka@pg.gda.pl: 2001-08-13 11:33:34 +00:00
vo_pgm.c atlka@pg.gda.pl: 2001-08-13 11:33:34 +00:00
vo_png.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_sdl.c Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested! 2001-10-18 02:42:20 +00:00
vo_svga.c mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.org 2001-11-18 19:47:58 +00:00
vo_syncfb.c exit->return 2001-08-22 20:14:10 +00:00
vo_tdfxfb.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_vesa.c Added preinit of lvo stuff 2001-11-18 15:06:32 +00:00
vo_x11.c changed SH_MEM to HAVE_SHM according to configure 2001-11-19 15:51:17 +00:00
vo_xmga.c Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested! 2001-10-18 02:42:20 +00:00
vo_xv.c Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested! 2001-10-18 02:42:20 +00:00
wskeys.h add * and / 2001-04-15 22:55:21 +00:00
x11_common.c -screenw/h patch by Tomi.Ollila@sonera.com 2001-10-22 14:19:48 +00:00
x11_common.h printf-gcc3 patch, x11-commons mRootwin 2001-10-24 17:04:08 +00:00