1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00
mpv/libvo
alex 22c9bcf824 user settable colorkey
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10989 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-03 18:13:45 +00:00
..
.cvsignore sorry, config2.mak is not up-to-date 2001-11-25 17:47:48 +00:00
aclib_template.c removed nonsense 'inline' 2002-08-22 23:28:33 +00:00
aclib.c On non-x86 platforms, memcpy was re-implemented in mplayer and was called 2002-11-07 19:32:00 +00:00
aspect.c temporary fix for attilas 10l, until better solution is found 2003-09-21 15:34:51 +00:00
aspect.h added panscan support for xmga/xvidix 2002-06-05 19:35:54 +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_ft.c renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR 2003-06-09 12:15:48 +00:00
font_load.c renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR 2003-06-09 12:15:48 +00:00
font_load.h these patches let ,,oldstyle'' and freetype subtitle renderers live 2002-12-29 14:59:23 +00:00
geometry.c remove exit_player and exit references 2003-08-31 18:33:02 +00:00
geometry.h clean up of -geometry code. 2003-03-02 21:09:15 +00:00
gtf.c General Timing Formula algorithm from a scratch. 2002-08-22 23:03:51 +00:00
gtf.h linux->osdep 2003-02-09 20:18:23 +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 fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com> 2003-04-24 17:17:57 +00:00
jpeg_enc.h sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD did not change, so also no backwards compatibility this time), and a long overdue copyright update 2002-10-24 21:27:50 +00:00
Makefile --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de> 2003-08-17 20:56:40 +00:00
mga_common.c vf_scale.h & related cleanup & some small warning fix by dominik 2003-06-01 21:59:29 +00:00
osd_font.h OSD volume symbol fixed :) 2003-01-26 16:36:06 +00:00
osd_template.c removed obsolete my_profile 2003-08-03 18:33:28 +00:00
osd.c removed obsolete my_profile 2003-08-03 18:33:28 +00:00
osd.h newline at the end of the file 2001-06-10 22:25:09 +00:00
spuenc.c tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +00:00
spuenc.h fix silly shorthand that could cause trouble porting 2002-07-31 05:23:09 +00:00
sub.c Subtitle alignment & smart splitting by Salvatore Falco 2003-09-21 13:20:06 +00:00
sub.h Improvements to spudec (DVD/VobSub) subtitle code: 2003-01-24 10:24:07 +00:00
vesa_lvo.c removed query_vaa 2002-07-26 12:42:43 +00:00
vesa_lvo.h Added preinit of lvo stuff 2001-11-18 15:06:32 +00:00
video_out_internal.h removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
video_out.c user settable colorkey 2003-10-03 18:13:45 +00:00
video_out.h user settable colorkey 2003-10-03 18:13:45 +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 removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vo_aa.c 100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN) 2003-08-13 16:45:02 +00:00
vo_bl.c Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies. 2003-08-13 16:29:32 +00:00
vo_consolevidix.c new vidix vo modules for textmode console and windows 2003-10-02 14:25:52 +00:00
vo_dfbmga.c spring update patch by Ville Syrjala <syrjala@sci.fi> 2003-04-24 18:52:16 +00:00
vo_dga.c 10l & warning fixes 2003-07-28 14:54:19 +00:00
vo_directfb2.c Config fixed, changed put_image to use memcpy instead of native blits (for compatibility reasons), always clear primary layer (to have always black background) and try to center image. 2003-09-07 19:42:35 +00:00
vo_directfb.c 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit. 2003-08-15 13:04:37 +00:00
vo_directx.c use vo_fs + geometry support 2003-09-21 10:31:22 +00:00
vo_dxr2.c Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies. 2003-08-13 16:29:32 +00:00
vo_dxr3.c Patch from Tamas Kohegyi to fix subpic placement on 16:9 2003-02-18 23:22:44 +00:00
vo_fbdev2.c vo_fbdev2 written by Joey Parrish with some minor modifications 2003-08-31 23:00:39 +00:00
vo_fbdev.c 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit. 2003-08-15 13:04:37 +00:00
vo_ggi.c removing my (nonworking) email address 2003-07-03 20:22:51 +00:00
vo_gif89a.c remove yuv2rgb and support frame duplication 2003-03-06 04:59:20 +00:00
vo_gl2.c fix fullscreen switching in vo gl and vo gl2 2003-09-21 15:44:23 +00:00
vo_gl.c fix fullscreen switching in vo gl and vo gl2 2003-09-21 15:44:23 +00:00
vo_jpeg.c Spring cleanup: supporting only RGB24 as input (native jpeg lib supports only that, maybe we could later add nativ YCbCr (YUV) support, but not swscale ones) 2003-04-25 20:37:26 +00:00
vo_md5.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vo_mga.c fix panscan font resizing with vo_mga 2003-04-26 16:56:21 +00:00
vo_mpegpes.c debug 2003-01-12 17:46:21 +00:00
vo_null.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vo_pgm.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vo_png.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vo_sdl.c 100l to me 2003-09-26 19:10:27 +00:00
vo_svga.c OSD stride fix and correct email 2003-09-25 01:48:47 +00:00
vo_syncfb.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vo_tdfx_vid.c vo_xover is a new vo that should make easy to have x11 support for 2003-03-12 15:04:05 +00:00
vo_tdfxfb.c Fixed geometry that someone broke grr. 2003-03-03 16:43:43 +00:00
vo_tga.c TGA image output VO module 2003-08-24 18:26:37 +00:00
vo_vesa.c remove exit_player and exit references 2003-08-31 18:33:02 +00:00
vo_winvidix.c new vidix vo modules for textmode console and windows 2003-10-02 14:25:52 +00:00
vo_x11.c Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt> 2003-08-31 22:27:10 +00:00
vo_xmga.c user settable colorkey 2003-10-03 18:13:45 +00:00
vo_xover.c user settable colorkey 2003-10-03 18:13:45 +00:00
vo_xv.c fix some warnings (define order) 2003-09-12 15:50:35 +00:00
vo_xvidix.c user settable colorkey 2003-10-03 18:13:45 +00:00
vo_xvmc.c 10l 2003-08-28 22:11:42 +00:00
vo_yuv4mpeg.c 1000l 2003-09-02 17:44:38 +00:00
vo_zr.c 1000l 2003-08-29 21:42:51 +00:00
vosub_vidix.c mingw port 2003-10-02 15:01:51 +00:00
vosub_vidix.h *HUGE* set of compiler warning fixes, unused variables removal 2002-11-06 23:54:29 +00:00
w32_common.c vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net> 2003-09-19 14:33:51 +00:00
w32_common.h vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net> 2003-09-19 14:33:51 +00:00
wskeys.h Get more keys from X window (punctuation, etc.) Hopefully, all alnum keys 2003-09-24 07:38:57 +00:00
x11_common.c Get more keys from X window (punctuation, etc.) Hopefully, all alnum keys 2003-09-24 07:38:57 +00:00
x11_common.h fix for warning in some vo_*.c 2003-09-12 15:48:33 +00:00