.. |
aclib_template.c
|
More gcc-4.0 fixes
|
2005-06-04 21:11:39 +00:00 |
aclib.c
|
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-10-28 01:15:53 +00:00 |
aspect.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +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
|
fix
|
2005-12-05 01:30:01 +00:00 |
font_load_ft.c
|
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 23:27:37 +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
|
- fix gcc warnings, strlcat/strlcpy prototypes
|
2005-04-06 11:57:10 +00:00 |
geometry.h
|
dont mess with the window position in xinerama when -geometry changes it.
|
2004-02-24 21:09:21 +00:00 |
gl_common.c
|
rm unnecesary casts from void* - part 2
|
2006-07-02 03:59:36 +00:00 |
gl_common.h
|
Add yuv to rgb conversion using a 3D lookup texture
|
2006-06-08 19:02:56 +00:00 |
gtf.c
|
if define HAVE_ROUND do not define round again. patch by Steven M. Schultz <sms@2BSD.COM>
|
2005-05-10 00:46:30 +00:00 |
gtf.h
|
gtf.{c,h} is used by vesa only
|
2005-08-18 12:59:19 +00:00 |
img_format.h
|
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-10-28 01:15:53 +00:00 |
jpeg_enc.c
|
compilation fix (libavcodec sync)
|
2005-05-01 08:33:35 +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
|
Move conditional FreeType support compilation to the build system.
|
2006-06-30 12:41:05 +00:00 |
mga_common.c
|
Move postproc ---> libswscale
|
2006-06-30 12:00:31 +00:00 |
osd_font.h
|
OSD volume symbol fixed :)
|
2003-01-26 16:36:06 +00:00 |
osd_template.c
|
moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
|
2006-06-12 11:14:10 +00:00 |
osd.c
|
Change 'if(verbose)' to the more appropriate mp_msg_test.
|
2006-03-27 07:22:48 +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
|
Make utf8_get_char non-static.
|
2006-07-07 18:04:56 +00:00 |
sub.h
|
Make utf8_get_char non-static.
|
2006-07-07 18:04:56 +00:00 |
vesa_lvo.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vesa_lvo.h
|
fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>; remove ^M
|
2004-09-15 14:19:41 +00:00 |
video_out_internal.h
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
video_out.c
|
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
|
2006-05-17 20:56:49 +00:00 |
video_out.h
|
Remove updating of vo_mouse_timer_const from the main loop and also
|
2006-04-25 21:36:02 +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
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vo_aa.c
|
Move postproc ---> libswscale
|
2006-06-30 12:00:31 +00:00 |
vo_bl.c
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
vo_caca.c
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
vo_cvidix.c
|
Patch by Stefan Huehner / stefan % huehner ! org \
|
2006-02-09 14:08:03 +00:00 |
vo_dfbmga.c
|
Remove superfluous extern variable declaration.
|
2006-03-27 07:31:08 +00:00 |
vo_dga.c
|
massive attack: mp_msg printf format fixes
|
2006-01-12 20:04:36 +00:00 |
vo_directfb2.c
|
rm unnecesary casts from void* - part 2
|
2006-07-02 03:59:36 +00:00 |
vo_directx.c
|
Initial win32 gui release.
|
2006-07-06 01:51:31 +00:00 |
vo_dxr2.c
|
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 23:27:37 +00:00 |
vo_dxr3.c
|
fix typo X<->Y
|
2006-04-24 14:03:58 +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
|
- improved performance on truecolor modes
|
2005-09-13 08:47:46 +00:00 |
vo_gif89a.c
|
Remove superfluous extern variable declaration.
|
2006-03-27 07:31:08 +00:00 |
vo_gl2.c
|
Make header include order more similar to vo_gl.c
|
2006-06-17 19:43:13 +00:00 |
vo_gl.c
|
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
2006-07-04 16:31:45 +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
|
keep window size when changing aspect
|
2005-06-29 21:54:48 +00:00 |
vo_macosx.m
|
rm unnecesary casts from void* - part 2
|
2006-07-02 03:59:36 +00:00 |
vo_md5sum.c
|
inclusion of md5.c based on USE_LIBAVUTIL_SO
|
2006-07-05 20:28:34 +00:00 |
vo_mga.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vo_mpegpes.c
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
vo_null.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vo_png.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vo_pnm.c
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
vo_quartz.c
|
Replace deprecated function
|
2006-04-08 16:16:48 +00:00 |
vo_quartz.h
|
CVS --> Subversion
|
2006-06-22 13:49:52 +00:00 |
vo_s3fb.c
|
rm unnecesary casts from void* - part 2
|
2006-07-02 03:59:36 +00:00 |
vo_sdl.c
|
Rename some misspelled and misnamed messages.
|
2006-04-28 23:06:42 +00:00 |
vo_svga.c
|
Rename some misspelled and misnamed messages.
|
2006-04-28 23:06:42 +00:00 |
vo_syncfb.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vo_tdfx_vid.c
|
Rename some misspelled and misnamed messages.
|
2006-04-28 23:06:42 +00:00 |
vo_tdfxfb.c
|
Rename some misspelled and misnamed messages.
|
2006-04-28 23:06:42 +00:00 |
vo_tga.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vo_vesa.c
|
Move postproc ---> libswscale
|
2006-06-30 12:00:31 +00:00 |
vo_winvidix.c
|
libvo input cleanup: remove the dependency on libinput,
|
2005-11-02 21:50:55 +00:00 |
vo_x11.c
|
Move postproc ---> libswscale
|
2006-06-30 12:00:31 +00:00 |
vo_xmga.c
|
Fix window position when changing videos while in fullscreen and for
|
2006-06-15 08:00:37 +00:00 |
vo_xover.c
|
Fix and improve xinerama support
|
2006-04-16 13:38:28 +00:00 |
vo_xv.c
|
Fix window position when changing videos while in fullscreen and for
|
2006-06-15 08:00:37 +00:00 |
vo_xvidix.c
|
Fix window position when changing videos while in fullscreen and for
|
2006-06-15 08:00:37 +00:00 |
vo_xvmc.c
|
rm unnecesary casts from void* - part 2
|
2006-07-02 03:59:36 +00:00 |
vo_yuv4mpeg.c
|
Move postproc ---> libswscale
|
2006-06-30 12:00:31 +00:00 |
vo_zr2.c
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
vo_zr.c
|
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-08-05 01:24:37 +00:00 |
vosub_vidix.c
|
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-24 04:23:53 +00:00 |
vosub_vidix.h
|
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-10-28 01:15:53 +00:00 |
w32_common.c
|
Do not fiddle (too much) with external (WinID) windows
|
2006-07-08 14:57:25 +00:00 |
w32_common.h
|
forgotten update_xinerama_info prototypes
|
2006-04-21 18:42:55 +00:00 |
wskeys.h
|
Support binding F11 and F12 keys to commands.
|
2004-01-16 17:31:38 +00:00 |
x11_common.c
|
Fix window position when changing videos while in fullscreen and for
|
2006-06-15 08:00:37 +00:00 |
x11_common.h
|
Remove updating of vo_mouse_timer_const from the main loop and also
|
2006-04-25 21:36:02 +00:00 |