mpv/libvo
arpi e407e264df 10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6236 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-30 11:20:58 +00:00
..
.cvsignore sorry, config2.mak is not up-to-date 2001-11-25 17:47:48 +00:00
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 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
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 mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org> 2002-02-11 01:24:56 +00:00
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 newline at the end of the file 2001-06-10 22:25:09 +00:00
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 Bounding box and partial update patch for vob/dvdsub by Hephooey. 2002-05-25 17:40:40 +00:00
sub.h Improvment for spu subtitles. 2002-05-17 23:47:27 +00:00
ttf_load.c .ttf font loader - based on TOOLS/subfont-c 2002-03-28 20:22:34 +00:00
vesa_lvo.c query_ stuff replaced by new control() - patch by David Holm 2002-02-09 00:47:26 +00:00
vesa_lvo.h Added preinit of lvo stuff 2001-11-18 15:06:32 +00:00
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 Improvment for spu subtitles. 2002-05-17 23:47:27 +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 this file obsoletes zoran.h and contains the Recommended interface definition for zr devices 2002-02-12 15:59:32 +00:00
vo_3dfx.c revised query_format 2002-05-27 17:18:06 +00:00
vo_aa.c it uses swscaler 2002-05-27 17:35:57 +00:00
vo_dga.c revised query_format. added support for native/conversion detection 2002-05-27 17:14:13 +00:00
vo_directfb.c revised query_format 2002-05-27 17:44:32 +00:00
vo_dxr2.c Raise the colorkey tolerence 2002-05-28 13:21:29 +00:00
vo_dxr3.c query_format revised 2002-05-27 17:56:52 +00:00
vo_fbdev.c query_format revised 2002-05-27 17:56:52 +00:00
vo_fsdga.c query_format revised 2002-05-27 17:56:52 +00:00
vo_ggi.c revised query_format 2002-05-27 17:44:32 +00:00
vo_gif89a.c revised query_format 2002-05-27 17:44:32 +00:00
vo_gl.c query_format revised 2002-05-27 17:56:52 +00:00
vo_gl2.c query_format revised 2002-05-27 17:56:52 +00:00
vo_jpeg.c fix ".". thanksz pl. 2002-04-17 18:37:11 +00:00
vo_md5.c I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' 2002-02-17 08:24:43 +00:00
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 I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' 2002-02-17 08:24:43 +00:00
vo_pgm.c I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' 2002-02-17 08:24:43 +00:00
vo_png.c swscale and 32->24bpp conversion removed 2002-05-20 00:25:44 +00:00
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 I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' 2002-02-17 08:24:43 +00:00
vo_tdfxfb.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vo_vesa.c removed screenshot thingie - it will be moved to video filter layer 2002-05-27 15:45:02 +00:00
vo_x11.c Destroy the old win when config is called multiple times 2002-05-24 21:58:05 +00:00
vo_xmga.c some cleanup, gl/gl2 updated to use vo_window 2002-05-14 23:44:35 +00:00
vo_xv.c - some cleanup, removed unused code 2002-05-30 00:08:47 +00:00
vo_xvidix.c some cleanup, gl/gl2 updated to use vo_window 2002-05-14 23:44:35 +00:00
vo_yuv4mpeg.c revised query_format 2002-05-27 18:05:26 +00:00
vo_zr.c 10l - noticed by Terry Mohan <tmohan@users.sourceforge.net> 2002-05-30 11:20:58 +00:00
vosub_vidix.c multifile fixed 2002-05-08 21:48:40 +00:00
vosub_vidix.h Use new tune info 2002-01-31 10:23:39 +00:00
wskeys.h applied Panagiotis' patch 2001-12-14 17:37:45 +00:00
x11_common.c new layer handling code under icewm from Attila 2002-05-27 11:19:56 +00:00
x11_common.h some cleanup, gl/gl2 updated to use vo_window 2002-05-14 23:44:35 +00:00