..
.cvsignore
aclib_template.c
aclib.c
aspect.c
aspect.h
aspecttest.c
fastmemcpy.h
fix
2005-12-05 01:30:01 +00:00
font_load_ft.c
The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other
2006-03-24 02:31:29 +00:00
font_load.c
free resources when load_raw fails
2006-03-09 22:20:20 +00:00
font_load.h
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
geometry.c
geometry.h
gl_common.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
gl_common.h
Better fallback for APIENTRY when compiling for Windows
2006-02-26 09:47:17 +00:00
gtf.c
gtf.h
img_format.h
jpeg_enc.c
jpeg_enc.h
Makefile
Make clean/distclean behave uniformly in all directories.
2006-01-27 00:06:42 +00:00
md5sum.c
Update licensing information: The FSF changed postal address.
2006-01-13 00:23:32 +00:00
md5sum.h
Update licensing information: The FSF changed postal address.
2006-01-13 00:23:32 +00:00
mga_common.c
osd_font.h
osd_template.c
osd.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
osd.h
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
spuenc.c
Update licensing information: The FSF changed postal address.
2006-01-13 00:23:32 +00:00
spuenc.h
Update licensing information: The FSF changed postal address.
2006-01-13 00:23:32 +00:00
sub.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
sub.h
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
vesa_lvo.c
vesa_lvo.h
video_out_internal.h
video_out.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
video_out.h
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
videodev_mjpeg.h
vo_3dfx.c
move to next vo if /dev/3dfx could not be opened
2005-12-10 22:30:30 +00:00
vo_aa.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
vo_bl.c
vo_caca.c
vo_cvidix.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
vo_dfbmga.c
changed KEY_PREVIOUS to KEY_PREV, cause the first undefined
2005-11-03 10:50:43 +00:00
vo_dga.c
massive attack: mp_msg printf format fixes
2006-01-12 20:04:36 +00:00
vo_directfb2.c
libvo input cleanup: remove the dependency on libinput,
2005-11-02 21:50:55 +00:00
vo_directx.c
10l the cpu hog fix broke fullscreenswitching with -wid
2006-03-15 09:04:24 +00:00
vo_dxr2.c
vo_dxr3.c
massive attack: mp_msg printf format fixes
2006-01-12 20:04:36 +00:00
vo_fbdev2.c
When centering a video with odd width, be sure to start on a pixel boundary.
2006-03-04 20:00:06 +00:00
vo_fbdev.c
Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD
2006-03-20 22:24:14 +00:00
vo_ggi.c
vo_gif89a.c
massive attack: mp_msg printf format fixes
2006-01-12 20:04:36 +00:00
vo_gl2.c
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00
vo_gl.c
extra checks on size of OSD parts (though IMHO these values should never be bad)
2006-03-15 21:13:13 +00:00
vo_jpeg.c
Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.
2006-01-20 01:37:15 +00:00
vo_macosx.h
vo_macosx.m
update activity every 30 sec
2006-03-04 12:37:44 +00:00
vo_md5sum.c
vo_mga.c
vo_mpegpes.c
vo_null.c
vo_png.c
vo_pnm.c
vo_quartz.c
let osx sleep if video is paused
2006-02-07 01:36:32 +00:00
vo_quartz.h
Update licensing information: The FSF changed postal address.
2006-01-13 00:23:32 +00:00
vo_sdl.c
- move our setenv() fallback implementation to osdep
2005-12-26 03:16:48 +00:00
vo_svga.c
vo_syncfb.c
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c
vo_vesa.c
Make include paths consistent among files in libvo. Since -I.. is added
2005-10-23 16:19:32 +00:00
vo_winvidix.c
libvo input cleanup: remove the dependency on libinput,
2005-11-02 21:50:55 +00:00
vo_x11.c
remove useless and memleak-causing strdup
2006-03-09 18:05:38 +00:00
vo_xmga.c
vo_xover.c
vo_xv.c
Test if source image dimensions are too big.
2005-11-10 02:39:31 +00:00
vo_xvidix.c
vo_xvmc.c
Print some error message,
2005-12-20 19:04:17 +00:00
vo_yuv4mpeg.c
vo_zr2.c
vo_zr.c
vosub_vidix.c
really clear frames to black instead of grey, and make sure one of those
2005-12-07 16:04:14 +00:00
vosub_vidix.h
w32_common.c
WM_PAINT is the "expose" event, not WM_ACTIVATE
2005-12-07 15:53:02 +00:00
w32_common.h
wskeys.h
x11_common.c
Make -xy help output consistent, output an empty line before and after.
2006-03-04 17:33:56 +00:00
x11_common.h
Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 14:08:03 +00:00