mpv/libvo
pontscho 1932ce4014 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 11:41:02 +00:00
..
.cvsignore
Makefile Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>. 2002-05-13 13:15:40 +00:00
aclib.c memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu> 2002-04-10 05:23:13 +00:00
aclib_template.c prefer prefetchnta if its available 2002-04-17 19:11:52 +00:00
aspect.c Fix a bug in the aspect coden (roudning at wrong point) and allow donwscaling in second pass. 2002-05-14 00:22:03 +00:00
aspect.h
aspecttest.c Fix a bug in the aspect coden (roudning at wrong point) and allow donwscaling in second pass. 2002-05-14 00:22:03 +00:00
fastmemcpy.h memcpy_pic() added (copy image plane with src/dst stride) 2002-04-06 21:46:07 +00:00
font_load.c .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net> 2002-05-02 01:56:28 +00:00
font_load.h .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net> 2002-05-02 01:56:28 +00:00
img_format.h mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
jpeg_enc.c update: we use the new quantizer in libavcodec 2002-04-27 18:22:52 +00:00
jpeg_enc.h
mga_common.c wm detection -- round two 2002-05-07 13:31:29 +00:00
osd.c printf to mp_msg 2002-05-02 10:49:55 +00:00
osd.h
osd_template.c workaround lack of -fomit-frame-pointer 2002-03-16 17:12:19 +00:00
spuenc.c Removed blinking effect from spuenc 2002-04-04 16:35:03 +00:00
spuenc.h Subpic encoder added (used on DXR3 and similar hardware that has a subpic channel) 2002-04-03 10:05:35 +00:00
sub.c bbox calculation fixed (font->height < real height) 2002-04-17 20:46:12 +00:00
sub.h various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se> 2002-05-12 02:18:52 +00:00
ttf_load.c .ttf font loader - based on TOOLS/subfont-c 2002-03-28 20:22:34 +00:00
vesa_lvo.c
vesa_lvo.h
video_out.c Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>. 2002-05-13 13:15:40 +00:00
video_out.h fix playlist bug with gui and rewrite mousecursor show/hide code 2002-04-16 17:41:29 +00:00
video_out_internal.h mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
videodev_mjpeg.h
vo_3dfx.c
vo_aa.c A almost complete rewrite. 2002-04-27 20:52:15 +00:00
vo_dga.c
vo_directfb.c DFB 0.9.10 update patch by Jiri. 2002-04-28 20:20:06 +00:00
vo_dxr2.c Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting 2002-05-13 19:57:27 +00:00
vo_dxr3.c argh, missed this one as I have no dxr3. 2002-04-26 20:10:05 +00:00
vo_fbdev.c
vo_fsdga.c
vo_ggi.c minor fixes and flipping support 2002-04-19 16:50:03 +00:00
vo_gif89a.c cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com> 2002-05-13 20:47:03 +00:00
vo_gl.c fix playlist bug with gui and rewrite mousecursor show/hide code 2002-04-16 17:41:29 +00:00
vo_gl2.c fix playlist bug with gui and rewrite mousecursor show/hide code 2002-04-16 17:41:29 +00:00
vo_jpeg.c fix ".". thanksz pl. 2002-04-17 18:37:11 +00:00
vo_md5.c
vo_mga.c fullscreen toggle for vo_mga 2002-05-05 18:58:42 +00:00
vo_mpegpes.c open w/O_CREAT requires a third argument, mode! 2002-04-28 02:24:05 +00:00
vo_null.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vo_odivx.c
vo_pgm.c
vo_png.c
vo_sdl.c Use new style query_formats flags. Fixes bug with flip. 2002-04-29 09:52:21 +00:00
vo_svga.c getch2 fix - by Dimitar Zhekov <jimmy@is-vn.bg> 2002-05-12 01:01:34 +00:00
vo_syncfb.c
vo_tdfxfb.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vo_vesa.c VFCAP added 2002-04-11 21:07:00 +00:00
vo_x11.c disable bgr8 2002-05-13 20:56:08 +00:00
vo_xmga.c fix Arpi's bugs 2002-05-12 16:01:08 +00:00
vo_xv.c fix some small bug and -rootwin 2002-05-11 14:57:41 +00:00
vo_xvidix.c fix some small bug and -rootwin 2002-05-11 14:57:41 +00:00
vo_yuv4mpeg.c added support for output of subtitles - Juergen Hammelmann <juergen.hammelmann@gmx.de> 2002-04-25 13:33:43 +00:00
vo_zr.c update: we use the new quantizer in libavcodec, -zrquality 1 is allowed 2002-04-27 18:24:12 +00:00
vosub_vidix.c multifile fixed 2002-05-08 21:48:40 +00:00
vosub_vidix.h
wskeys.h
x11_common.c small fixes 2002-05-14 11:41:02 +00:00
x11_common.h some bugfix, x[11|mga|v] ( fullscreen with more files ) 2002-05-08 16:41:44 +00:00