mpv/libvo
reimar 99caf8cc68 Change code to actually work when NUM_OUTPUT_SURFACES is changed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28731 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-25 12:01:00 +00:00
..
aclib.c Conditionally compile aclib.c instead of placing #ifdef around its content. 2009-02-08 03:42:00 +00:00
aclib_template.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
aspect.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
aspect.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
aspecttest.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
fastmemcpy.h HAVE_3DNOW --> HAVE_AMD3DNOW 2009-01-26 09:29:53 +00:00
font_load.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
font_load.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
font_load_ft.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
geometry.c
geometry.h
gl_common.c Add missing 'void' keyword to parameterless function declarations. 2009-01-05 14:48:03 +00:00
gl_common.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
gtf.c
gtf.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
jpeg_enc.c Add #include <string.h> for memset. 2008-11-04 21:00:29 +00:00
jpeg_enc.h
mga_common.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd_font.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd_template.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
spuenc.c
spuenc.h
sub.c Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: 2009-02-17 11:16:19 +00:00
sub.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vesa_lvo.c
vesa_lvo.h
video_out.c 100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet). 2009-02-21 11:44:10 +00:00
video_out.h Extend calc_src_dst_rects to also calculate the border values needed for 2009-02-17 11:59:49 +00:00
video_out_internal.h
videodev_mjpeg.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_3dfx.c
vo_aa.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_bl.c
vo_caca.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_cvidix.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_dfbmga.c
vo_dga.c
vo_direct3d.c Extend calc_src_dst_rects to also calculate the border values needed for 2009-02-17 11:59:49 +00:00
vo_directfb2.c
vo_directx.c #include sub.h instead of locally declaring vo_draw_text(). 2008-12-17 00:06:03 +00:00
vo_dxr2.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_dxr3.c Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: 2009-02-17 11:16:19 +00:00
vo_fbdev.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_fbdev2.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_ggi.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_gif89a.c Add missing 'void' keyword to parameterless function declarations. 2009-01-05 14:48:03 +00:00
vo_gl.c 100l, reset ass_border when switching out of fullscreen mode. 2009-02-17 08:05:14 +00:00
vo_gl2.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_ivtv.c
vo_jpeg.c
vo_macosx.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_macosx.m Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_md5sum.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
vo_mga.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_mpegpes.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_null.c
vo_png.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_pnm.c
vo_quartz.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_quartz.h
vo_s3fb.c Add missing 'void' keyword to parameterless function declarations. 2009-01-05 14:48:03 +00:00
vo_sdl.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
vo_svga.c Cosmetics. Reindent to 4 spaces. 2009-02-21 08:33:43 +00:00
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_v4l2.c
vo_vdpau.c Change code to actually work when NUM_OUTPUT_SURFACES is changed. 2009-02-25 12:01:00 +00:00
vo_vesa.c Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: 2009-02-17 11:16:19 +00:00
vo_wii.c Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c. 2008-11-24 14:44:09 +00:00
vo_winvidix.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_x11.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_xmga.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_xover.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_xv.c Extend calc_src_dst_rects to also calculate the border values needed for 2009-02-17 11:59:49 +00:00
vo_xvidix.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_xvmc.c Turn all remaining printf() into mp_msg(). 2009-02-20 23:46:24 +00:00
vo_xvr100.c Add missing 'void' keyword to parameterless function declarations. 2009-01-05 14:48:03 +00:00
vo_yuv4mpeg.c Use the same code to convert fps in float to fraction as used in mencoder, 2009-02-18 16:49:12 +00:00
vo_zr.c
vo_zr2.c
vosub_vidix.c
vosub_vidix.h
w32_common.c Calculate border size in aspect keeping code by using AdjustWindowRect 2009-02-23 21:40:02 +00:00
w32_common.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
wskeys.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
x11_common.c Remove now unused vo_calc_drwXY function. 2009-02-12 18:03:38 +00:00
x11_common.h Remove now unused vo_calc_drwXY function. 2009-02-12 18:03:38 +00:00