mpv/libvo
mswitch 5d19822caa Added support for codecs that supports BGR24 (some opensource codecs and vivo)
Added the over-requested underrated black-border around scaled movies that everyone's been nagging me about lately =).
Fixed the following Bugs:
	YV12 video getting cropped at the bottom
	Lockups on exit (if these problems surface again, contact me please)
	Invalid stride in YUY2 playback


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3233 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 22:24:40 +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
aspect.h
fastmemcpy.h
font_load.c
font_load.h
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
osd.c optional runtime cpu detect 2001-11-27 01:54:13 +00:00
osd.h
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 Minor fixes 2001-11-29 18:37:52 +00:00
vesa_lvo.h Added preinit of lvo stuff 2001-11-18 15:06:32 +00:00
video_out.c Newest DXR3 patch (improved 1.0rc2) by David Holm. 2001-11-29 17:31:58 +00:00
video_out.h Newest DXR3 patch (improved 1.0rc2) by David Holm. 2001-11-29 17:31:58 +00:00
video_out_internal.h
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 Added support for codecs that supports BGR24 (some opensource codecs and vivo) 2001-11-30 22:24:40 +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
vo_mga.c
vo_mpegpes.c
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 swscaler cleanup 2001-11-29 20:19:17 +00:00
vo_x11.c swscaler cleanup 2001-11-29 20:19:17 +00:00
vo_xmga.c
vo_xv.c
wskeys.h
x11_common.c
x11_common.h