mpv/libvo
diego 8b51dfe0e2 Remove vo_syncfb, which was unused for 5 years.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 18:17:58 +00:00
..
Makefile Put a compilation fix bandaid in place for the png.h issue. 2007-07-17 10:56:16 +00:00
aclib.c avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com> 2007-06-10 21:58:30 +00:00
aclib_template.c HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...) 2007-05-27 21:45:33 +00:00
aspect.c Make -monitorpixelaspect 1 the default. 2007-04-27 23:16:45 +00:00
aspect.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
aspecttest.c
fastmemcpy.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
font_load.c
font_load.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
font_load_ft.c Remove unused function. 2007-06-24 14:11:38 +00:00
geometry.c
geometry.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
gl_common.c Add a new GPU-based scaling method to vo gl 2007-03-11 14:59:08 +00:00
gl_common.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
gtf.c
gtf.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
jpeg_enc.c Remove more pointless fastmemcpy.h includes in libvo 2007-05-27 21:13:10 +00:00
jpeg_enc.h Fix FSF address and otherwise broken license headers. 2007-01-22 08:02:06 +00:00
mga_common.c Another unneeded xinerama_screen extern 2007-06-24 10:59:53 +00:00
osd.c
osd.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
osd_font.h
osd_template.c Avoid compiling code using %ah etc. on AMD64, since that will not work 2006-11-29 13:49:48 +00:00
spuenc.c
spuenc.h
sub.c Use -font for subtitles when -subfont is not given, patch by kiriuja 2007-07-11 10:01:54 +00:00
sub.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
vesa_lvo.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vesa_lvo.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
video_out.c Remove vo_syncfb, which was unused for 5 years. 2007-07-20 18:17:58 +00:00
video_out.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
video_out_internal.h Fix FSF address and otherwise broken license headers. 2007-01-22 08:02:06 +00:00
videodev_mjpeg.h
vo_3dfx.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_aa.c Remove completely pointless "!= 1". 2007-06-24 11:04:02 +00:00
vo_bl.c Do not use fast_memcpy for small size copy, esp. when the size is constant 2007-06-05 15:09:49 +00:00
vo_caca.c Code cleanup: don't include a .c file in mplayer.c and fix a few 2007-03-29 17:16:11 +00:00
vo_cvidix.c
vo_dfbmga.c Code cleanup: don't include a .c file in mplayer.c and fix a few 2007-03-29 17:16:11 +00:00
vo_dga.c
vo_directfb2.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_directx.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_dxr2.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_dxr3.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
vo_fbdev.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_fbdev2.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_ggi.c Remove more pointless fastmemcpy.h includes in libvo 2007-05-27 21:13:10 +00:00
vo_gif89a.c
vo_gl.c Make X11 window creation and (with -fixed-vo) management simpler and more 2007-06-27 10:26:13 +00:00
vo_gl2.c Make X11 window creation and (with -fixed-vo) management simpler and more 2007-06-27 10:26:13 +00:00
vo_ivtv.c support for new ivtv api 2007-02-26 19:08:29 +00:00
vo_jpeg.c
vo_macosx.h
vo_macosx.m Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_md5sum.c
vo_mga.c
vo_mpegpes.c
vo_null.c Fix FSF address and otherwise broken license headers. 2007-01-22 08:02:06 +00:00
vo_png.c
vo_pnm.c
vo_quartz.c bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com 2007-06-29 21:57:31 +00:00
vo_quartz.h
vo_s3fb.c
vo_sdl.c Avoid vo_sdl void * arithmetic 2007-06-24 11:07:47 +00:00
vo_svga.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_tdfx_vid.c Fix FSF address and otherwise broken license headers. 2007-01-22 08:02:06 +00:00
vo_tdfxfb.c
vo_tga.c fix endianess, see bug #727 2007-01-28 16:36:41 +00:00
vo_vesa.c Do not use fast_memcpy for small size copy, esp. when the size is constant 2007-06-05 15:09:49 +00:00
vo_winvidix.c Code cleanup: don't include a .c file in mplayer.c and fix a few 2007-03-29 17:16:11 +00:00
vo_x11.c Make X11 window creation and (with -fixed-vo) management simpler and more 2007-06-27 10:26:13 +00:00
vo_xmga.c Remove some unused variables 2007-06-27 10:28:38 +00:00
vo_xover.c Make X11 window creation and (with -fixed-vo) management simpler and more 2007-06-27 10:26:13 +00:00
vo_xv.c Remove some unused variables 2007-06-27 10:28:38 +00:00
vo_xvidix.c Make X11 window creation and (with -fixed-vo) management simpler and more 2007-06-27 10:26:13 +00:00
vo_xvmc.c Remove some unused variables 2007-06-27 10:28:38 +00:00
vo_yuv4mpeg.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_zr.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
vo_zr2.c Do not use fast_memcpy for small size copy, esp. when the size is constant 2007-06-05 15:09:49 +00:00
vosub_vidix.c
vosub_vidix.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
w32_common.c Hack around some fullscreen issues with gl under Windows 2007-06-22 22:06:58 +00:00
w32_common.h Fix compilation under MinGW with X11 enabled 2006-12-17 12:33:09 +00:00
wskeys.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
x11_common.c Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing 2007-06-27 13:09:39 +00:00
x11_common.h Make X11 window creation and (with -fixed-vo) management simpler and more 2007-06-27 10:26:13 +00:00