.. |
aclib_template.c
|
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
|
2007-05-27 21:45:33 +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 |
aspect.c
|
Use a new variable for user-supplied monitor-aspect so we can overwrite
|
2007-07-28 22:42:20 +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_ft.c
|
Fix libass to support -nofontconfig.
|
2007-12-12 10:00:34 +00:00 |
font_load.c
|
SYS_AMIGAOS4 --> __AMIGAOS4__
|
2007-12-11 20:39:18 +00:00 |
font_load.h
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +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
|
Fix typo in comment
|
2007-10-18 12:39:59 +00:00 |
gl_common.h
|
Add a bicubic scaler that needs a lot more instruction but no
|
2007-09-04 10:46:31 +00:00 |
gtf.c
|
Remove fallback round implementation that is protected by a preprocessor
|
2007-08-24 09:23:06 +00:00 |
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
|
main() --> main(void)
|
2007-11-21 09:22:33 +00:00 |
jpeg_enc.h
|
Fix FSF address and otherwise broken license headers.
|
2007-01-22 08:02:06 +00:00 |
Makefile
|
Put a compilation fix bandaid in place for the png.h issue.
|
2007-07-17 10:56:16 +00:00 |
mga_common.c
|
warning fixes:
|
2007-09-13 13:16:30 +00:00 |
osd_font.h
|
Make osd font const
|
2007-12-02 15:04:32 +00:00 |
osd_template.c
|
Avoid compiling code using %ah etc. on AMD64, since that will not work
|
2006-11-29 13:49:48 +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 |
spuenc.c
|
|
|
spuenc.h
|
|
|
sub.c
|
cosmetics: misc typo fixes
|
2007-09-25 16:34:23 +00:00 |
sub.h
|
Identifiers should not start with two underscores.
|
2007-08-15 10:34:53 +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_internal.h
|
Fix FSF address and otherwise broken license headers.
|
2007-01-22 08:02:06 +00:00 |
video_out.c
|
Mark several uses of vo_functions_t as const to stop some of the current
|
2007-12-02 14:24:23 +00:00 |
video_out.h
|
Mark several uses of vo_functions_t as const to stop some of the current
|
2007-12-02 14:24:23 +00:00 |
videodev_mjpeg.h
|
|
|
vo_3dfx.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_aa.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_bl.c
|
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
2007-12-18 21:43:12 +00:00 |
vo_caca.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_cvidix.c
|
Make vo info structs const
|
2007-12-02 14:06:03 +00:00 |
vo_dfbmga.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_dga.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_directfb2.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_directx.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_dxr2.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_dxr3.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_fbdev2.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_fbdev.c
|
Make vo info structs const
|
2007-12-02 14:06:03 +00:00 |
vo_ggi.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_gif89a.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_gl2.c
|
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
|
2007-12-16 23:50:05 +00:00 |
vo_gl.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_ivtv.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_jpeg.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_macosx.h
|
Support double buffering, fix osd flicker.
|
2007-11-30 04:20:38 +00:00 |
vo_macosx.m
|
Use NSMakeRect and NSRect in correct way:
|
2007-12-18 16:37:36 +00:00 |
vo_md5sum.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_mga.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_mpegpes.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_null.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_png.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_pnm.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_quartz.c
|
Fix mouse button mapping:
|
2007-12-18 14:48:30 +00:00 |
vo_quartz.h
|
|
|
vo_s3fb.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_sdl.c
|
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
|
2007-12-16 23:50:05 +00:00 |
vo_svga.c
|
Make vo info structs const
|
2007-12-02 14:06:03 +00:00 |
vo_tdfx_vid.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_tdfxfb.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_tga.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_v4l2.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_vesa.c
|
Make vo info structs const
|
2007-12-02 14:06:03 +00:00 |
vo_winvidix.c
|
Make vo info structs const
|
2007-12-02 14:06:03 +00:00 |
vo_x11.c
|
Format mapping table should be const
|
2007-12-02 20:43:35 +00:00 |
vo_xmga.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_xover.c
|
Mark several uses of vo_functions_t as const to stop some of the current
|
2007-12-02 14:24:23 +00:00 |
vo_xv.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_xvidix.c
|
Make vo info structs const
|
2007-12-02 14:06:03 +00:00 |
vo_xvmc.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_xvr100.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_yuv4mpeg.c
|
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 14:39:15 +00:00 |
vo_zr2.c
|
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
2007-12-18 21:43:12 +00:00 |
vo_zr.c
|
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
2007-12-18 21:43:12 +00:00 |
vosub_vidix.c
|
Remove casts that are (no longer) necessary
|
2007-12-02 13:38:51 +00:00 |
vosub_vidix.h
|
Use proper type for vidix_preinit parameter instead of void *
|
2007-12-02 13:37:15 +00:00 |
w32_common.c
|
Fix compilation after patch to remove global vo_hdc
|
2007-09-03 13:18:26 +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
|
Remove some pointless 'inline' qualifiers
|
2007-11-01 06:52:10 +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 |