1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00
mpv/libvo
albeu 83e30adc4d Use new config headers and types.
Remove unneeded dupendency on mconfig


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9757 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-30 17:23:13 +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 debug++ 2003-01-13 01:50:20 +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 better fix of vo_aa font segfault 2003-01-30 19:58:43 +00:00
font_load.c these patches let ,,oldstyle'' and freetype subtitle renderers live 2002-12-29 14:59:23 +00:00
font_load.h these patches let ,,oldstyle'' and freetype subtitle renderers live 2002-12-29 14:59:23 +00:00
geometry.c clean up of -geometry code. 2003-03-02 21:09:15 +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 libavcodec sync 2003-03-12 17:11:34 +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 fixed order of includes. 2002-11-10 13:12:53 +00:00
mga_common.c 100l to Gabu, this caused divide-by-zero with -vo mga. Apparently 2003-03-29 19:56:31 +00:00
osd_font.h OSD volume symbol fixed :) 2003-01-26 16:36:06 +00:00
osd_template.c workaround lack of -fomit-frame-pointer 2002-03-16 17:12:19 +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
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 1000l 2003-01-19 20:13:49 +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 vo_xover is a new vo that should make easy to have x11 support for 2003-03-12 15:04:05 +00:00
video_out.h vo_xover is a new vo that should make easy to have x11 support for 2003-03-12 15:04:05 +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 Use new config headers and types. 2003-03-30 17:23:13 +00:00
vo_bl.c compilation fix by Sven Neumann <sven@gimp.org> of Blinkenlights fame 2002-11-12 20:37:36 +00:00
vo_dfbmga.c Update sub-picture layer to work with recent DirectFB cvs and add support for selecting field parity. Patch by Ville Syrjl <syrjala@sci.fi> 2003-02-19 16:01:46 +00:00
vo_dga.c 10l, avoid getting num_of_buffers=0 2003-02-04 16:14:54 +00:00
vo_directfb2.c Some 10l and better layer handling (to comply with DFB 0.9.17) 2003-03-05 20:34:29 +00:00
vo_directfb.c linux->osdep 2003-02-09 20:18:23 +00:00
vo_directx.c 10l: don't change image format during config 2003-03-29 19:58:36 +00:00
vo_dxr2.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +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_fbdev.c clean up of -geometry code. 2003-03-02 21:09:15 +00:00
vo_ggi.c linux->osdep 2003-02-09 20:18:23 +00:00
vo_gif89a.c remove yuv2rgb and support frame duplication 2003-03-06 04:59:20 +00:00
vo_gl2.c warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 2002-11-23 10:58:14 +00:00
vo_gl.c - optional slice height for -vo gl (example: -vo gl:32) 2002-12-30 01:34:20 +00:00
vo_jpeg.c fixed query_format (RGB24 supports OSD and is preferred) 2003-01-19 15:25:03 +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 removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +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 pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> and moved SDL_ShowCursor from the check_keys() to uninit() (by me) 2003-03-23 17:35:26 +00:00
vo_svga.c Fix last mode ignored bug 2003-03-25 20:23:50 +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_vesa.c Only write title if verbose>0. 2003-03-28 10:08:55 +00:00
vo_x11.c 10000l (YUV vs. YVU swscale fix/cleanup) 2003-03-27 16:04:53 +00:00
vo_xmga.c linux->osdep 2003-02-09 20:18:23 +00:00
vo_xover.c 10L the comment header again. That's it when you stole someone else code ;) 2003-03-12 15:14:13 +00:00
vo_xv.c clean up of -geometry code. 2003-03-02 21:09:15 +00:00
vo_xvidix.c xinerama fix part 1 - count your paranthesis 2003-01-18 15:05:06 +00:00
vo_yuv4mpeg.c notice vo driver about skipped/dropped frames 2002-12-14 17:12:40 +00:00
vo_zr.c removed get_info, using the same sheme as in libmpcodecs instead 2002-11-11 15:22:10 +00:00
vosub_vidix.c this isn't mplayerxp...3 buffers are enough for double(triple)buffering (instead of 28 buffers ;) 2002-12-15 18:18:41 +00:00
vosub_vidix.h *HUGE* set of compiler warning fixes, unused variables removal 2002-11-06 23:54:29 +00:00
wskeys.h applied Panagiotis' patch 2001-12-14 17:37:45 +00:00
x11_common.c Improved xscreensaver support. 2003-03-26 17:02:28 +00:00
x11_common.h - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen 2003-02-07 19:38:39 +00:00