log

age author description
Mon, 09 Mar 2009 11:28:31 +0000 diego whitespace cosmetics:
Mon, 09 Mar 2009 11:02:54 +0000 diego Merge two preprocessor conditions in order to drop one duplicated #else case.
Mon, 09 Mar 2009 10:14:11 +0000 diego Ignore all fastmem-* binaries.
Mon, 09 Mar 2009 01:48:42 +0000 greg Change default OSD/subtitle font sizes.
Mon, 09 Mar 2009 00:48:03 +0000 diego Fix fastmemcpybench tools build:
Sun, 08 Mar 2009 20:27:31 +0000 gpoirier sync w/r28895
Sun, 08 Mar 2009 17:49:34 +0000 bircoph Synced with r28895.
Sun, 08 Mar 2009 16:13:26 +0000 eugeni Cosmetics: reindent.
Sun, 08 Mar 2009 16:13:21 +0000 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
Sun, 08 Mar 2009 15:56:20 +0000 michael Add test for C memcpy()
Sun, 08 Mar 2009 15:43:52 +0000 michael Resurrect script needed for easy use of fastmemcpybench.c.
Sun, 08 Mar 2009 15:30:40 +0000 greg Remove extraneous braces.
Sun, 08 Mar 2009 15:30:27 +0000 greg Don't assume width == stride for bitmap composition.
Sun, 08 Mar 2009 15:20:14 +0000 michael Revert
Sun, 08 Mar 2009 13:56:35 +0000 reimar rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly
Sun, 08 Mar 2009 13:32:42 +0000 reimar Remove internal NuppelVideo decoder, the code in libavcodec can decode
Sun, 08 Mar 2009 13:21:00 +0000 reimar Get rid of pointless debugging code
Sun, 08 Mar 2009 13:17:18 +0000 reimar Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there
Sun, 08 Mar 2009 13:10:21 +0000 reimar Remove colourspace-conversion stuff from rtjpeg, we have functions to do that
Sun, 08 Mar 2009 13:08:22 +0000 reimar Mark everything not used outside the file as "static"
Sun, 08 Mar 2009 13:02:44 +0000 reimar Remove functions not used by MPlayer from header
Sun, 08 Mar 2009 12:57:53 +0000 reimar Remove useless "extern" in function declarations.
Sun, 08 Mar 2009 10:01:21 +0000 reimar Add a small howto explaining how to cross-compile for MinGW
Sun, 08 Mar 2009 09:34:26 +0000 reimar Explain that disabling other input methods is not the purpose of -slave
Sun, 08 Mar 2009 09:28:01 +0000 reimar Remove unused variable from demux_mov.
Sun, 08 Mar 2009 09:14:30 +0000 reimar Add an option to disable the default key binding that MPlayer includes
Sun, 08 Mar 2009 08:56:28 +0000 reimar Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
Sun, 08 Mar 2009 04:03:28 +0000 greg Fix clipping for pan-and-scan.
Sun, 08 Mar 2009 04:03:24 +0000 greg Add a proper color check to the overlap compositing.
Sun, 08 Mar 2009 02:53:14 +0000 greg Replace rotation functions with a simplified version adapted from
Sat, 07 Mar 2009 23:56:03 +0000 greg Only use first \org in a line.
Sat, 07 Mar 2009 17:41:34 +0000 diego cosmetics: spelling fixes
Sat, 07 Mar 2009 13:45:48 +0000 diego cosmetics: Reformat file header.
Sat, 07 Mar 2009 13:25:55 +0000 reimar Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
Sat, 07 Mar 2009 12:50:52 +0000 reimar Update x264 version check for version required by lavc.
Sat, 07 Mar 2009 09:39:48 +0000 sdrik Let the 4th plane reach the swScale function
Sat, 07 Mar 2009 09:37:25 +0000 sdrik YUVA420P is a planar YUV format
Sat, 07 Mar 2009 09:14:45 +0000 reimar Reduce size of needlessly large mp3lib bandInfoStruct
Sat, 07 Mar 2009 09:08:02 +0000 reimar Make several constant mp3lib tables const
Sat, 07 Mar 2009 08:52:57 +0000 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Fri, 06 Mar 2009 20:41:02 +0000 reimar Get rid of the "set" member of the subopt-parser struct, it made
Fri, 06 Mar 2009 20:20:12 +0000 reimar Add some "const" to mpcodecs_vd_drivers
Fri, 06 Mar 2009 20:11:23 +0000 reimar The large -help help_text should be const so it goes into .rodata
Fri, 06 Mar 2009 19:58:16 +0000 reimar Make audio_out_* structs const so they end up in .rodata
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Fri, 06 Mar 2009 19:23:24 +0000 reimar Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32
Fri, 06 Mar 2009 19:10:54 +0000 reimar Cosmetics: get rid of trailing whitespace.
Fri, 06 Mar 2009 19:07:50 +0000 reimar get rid of full_buffers variable, if the check it is used for is triggered
Fri, 06 Mar 2009 18:53:29 +0000 reimar Remove now unused buf_write_pos variable from ao_win32
Fri, 06 Mar 2009 18:50:50 +0000 reimar Always write full buffers in ao_win32, except for the last block.
Fri, 06 Mar 2009 16:27:31 +0000 reimar Use calloc instead of malloc+memset
Fri, 06 Mar 2009 15:52:48 +0000 gpoirier sync w/r28807
Fri, 06 Mar 2009 13:22:48 +0000 reimar The 8 bit per sample formats are unsigned on Windows, fixes playback with
Fri, 06 Mar 2009 12:56:13 +0000 reimar Refactor smalltex/tinytex EOSD optimization in vo_gl
Fri, 06 Mar 2009 11:47:51 +0000 reimar Remove several useless casts from af_resample
Fri, 06 Mar 2009 11:46:06 +0000 reimar Free af->setup and contents in af_resample uninit function.
Fri, 06 Mar 2009 11:42:45 +0000 reimar Use calloc to allocate the af_resample ring buffers, reportedly using
Fri, 06 Mar 2009 11:39:13 +0000 reimar Use a single malloc to allocate space for the circular buffers.
Fri, 06 Mar 2009 11:31:18 +0000 reimar Comment typo fixes for af_resample