1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 19:52:14 +00:00
mpv/libvo
2001-11-22 19:40:38 +00:00
..
.cvsignore Move ignores in subdirs to their respective .cvsignore files. 2001-11-17 23:55:40 +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
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
aspect.c
aspect.h
fastmemcpy.h
font_load.c
font_load.h
img_format.c vo_format_name moved from video_out.c to img_format.c 2001-10-31 22:04:28 +00:00
img_format.h added some macros for rgb/bgr 2001-11-09 23:49:03 +00:00
Makefile New video output technique Linux Video Overlay: 2001-11-13 17:13:33 +00:00
mga_common.c mmx opt ,untested, i have no mga 2001-11-02 03:17:33 +00:00
osd_template.c Compile fix. 2001-11-12 02:01:24 +00:00
osd.c Compile fix. 2001-11-12 02:01:24 +00:00
osd.h
sub.c DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> 2001-11-20 18:36:50 +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 Minor fixes with the same results 2001-11-20 10:34:00 +00:00
vesa_lvo.h Added preinit of lvo stuff 2001-11-18 15:06:32 +00:00
video_out_internal.h
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
vo_3dfx.c
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 Minor fixes by David. 2001-11-18 13:10:22 +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_gl2.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_md5.c
vo_mga.c
vo_mpegpes.c autodetecting for dvb-cards 2001-11-05 21:49:20 +00:00
vo_null.c
vo_odivx.c
vo_pgm.c
vo_png.c Move yuv2rgb to postprocess 2001-11-06 11:22:40 +00:00
vo_sdl.c
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
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
vo_xv.c
wskeys.h
x11_common.c
x11_common.h