mpv/libvo
diego fa1c3630e3 grammar/spelling/wording in comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21956 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-18 09:03:42 +00:00
..
Makefile Remove suffix rules that are just copies of make builtin rules. 2006-12-02 12:08:25 +00:00
aclib.c ARCH_X86 simplifications 2006-11-01 18:41:25 +00:00
aclib_template.c
aspect.c MSGTRs for libvo/aspect.c and libvo/vo_xv.c 2006-11-08 14:55:37 +00:00
aspect.h
aspecttest.c
fastmemcpy.h
font_load.c Clarify messages. 2006-08-27 15:33:11 +00:00
font_load.h Make blur() public. Will be used in libass. 2006-09-16 13:32:19 +00:00
font_load_ft.c gcc 2.95 fix 2006-12-15 08:20:05 +00:00
geometry.c
geometry.h
gl_common.c Fix compilation under MinGW with X11 enabled 2006-12-17 12:33:09 +00:00
gl_common.h Avoid void * arithmetic 2006-11-25 13:34:55 +00:00
gtf.c
gtf.h
jpeg_enc.c compilation fixes: define always_inline and don't use uint64_t_C 2006-12-23 13:18:43 +00:00
jpeg_enc.h
mga_common.c
osd.c ARCH_X86 simplifications 2006-11-01 18:41:25 +00:00
osd.h
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 Mark utf8_get_char parameter as const and fix a compiler warning 2006-12-11 22:37:17 +00:00
sub.h Remove duplicate vo_sub extern definition. 2006-12-21 16:43:21 +00:00
vesa_lvo.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
vesa_lvo.h
video_out.c Create proper define for DFBMGA. 2006-10-14 18:00:26 +00:00
video_out.h Add deinterlace property, patch by Carl Eugen Hoyos 2006-11-17 18:16:21 +00:00
video_out_internal.h
videodev_mjpeg.h
vo_3dfx.c
vo_aa.c Make compilation depending on USE_OSD unconditional. 2006-11-22 19:21:16 +00:00
vo_bl.c
vo_caca.c Make compilation depending on USE_OSD unconditional. 2006-11-22 19:21:16 +00:00
vo_cvidix.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_dfbmga.c s/vo_osd_changed/vo_osd_changed_flag 2006-10-17 13:23:13 +00:00
vo_dga.c
vo_directfb2.c Fix DirectFB version check. The old code simply concatenated the 2006-10-08 22:16:38 +00:00
vo_directx.c Remove a declaration-after-statement warning. 2006-10-23 11:26:40 +00:00
vo_dxr2.c use mpeg packetizer helpers for sending lpcm packets 2006-07-23 10:10:06 +00:00
vo_dxr3.c
vo_fbdev.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_fbdev2.c
vo_ggi.c
vo_gif89a.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
vo_gl.c Fix compilation under MinGW with X11 enabled 2006-12-17 12:33:09 +00:00
vo_gl2.c Fix compilation under MinGW with X11 enabled 2006-12-17 12:33:09 +00:00
vo_ivtv.c use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernel 2006-09-26 21:10:50 +00:00
vo_jpeg.c
vo_macosx.h
vo_macosx.m vo_macosx, fix crash when closing window 2006-12-10 01:38:54 +00:00
vo_md5sum.c
vo_mga.c
vo_mpegpes.c split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately 2006-07-26 21:40:43 +00:00
vo_null.c
vo_png.c
vo_pnm.c
vo_quartz.c Fix a declarations vs statements warning. 2006-12-01 15:04:46 +00:00
vo_quartz.h
vo_s3fb.c
vo_sdl.c Amiga OS 4 support 2006-12-23 23:27:01 +00:00
vo_svga.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_syncfb.c
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c
vo_vesa.c don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu) 2007-01-04 16:07:42 +00:00
vo_winvidix.c
vo_x11.c 10l, missing () in check for 32bit endian-conversion hack 2006-12-14 18:14:57 +00:00
vo_xmga.c
vo_xover.c Get rid of completely useless includes that in addition hinder compilation 2006-12-16 21:24:12 +00:00
vo_xv.c MSGTRs for libvo/aspect.c and libvo/vo_xv.c 2006-11-08 14:55:37 +00:00
vo_xvidix.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_xvmc.c cosmetics: typo pallete --> palette 2007-01-13 04:32:14 +00:00
vo_yuv4mpeg.c Use av_d2q to produce the fps fraction, this usually produces more sane fractions 2007-01-04 19:41:41 +00:00
vo_zr.c
vo_zr2.c
vosub_vidix.c
vosub_vidix.h
w32_common.c Fix compilation under MinGW with X11 enabled 2006-12-17 12:33:09 +00:00
w32_common.h Fix compilation under MinGW with X11 enabled 2006-12-17 12:33:09 +00:00
wskeys.h
x11_common.c grammar/spelling/wording in comments 2007-01-18 09:03:42 +00:00
x11_common.h