log

age author description
Thu, 25 Feb 2010 22:06:05 +0000 reimar Fix check for wrong variable: len can be unitialized but not normally < 0,
Thu, 25 Feb 2010 21:27:22 +0000 reimar Fix silly type of guiGetEvent argument to use void * instead of char * and
Thu, 25 Feb 2010 21:21:29 +0000 stefano Remove pointless empty line.
Thu, 25 Feb 2010 21:12:38 +0000 stefano Apply consistency nit.
Thu, 25 Feb 2010 13:20:56 +0000 diego Unconditionally declare fast_memcpy() and mem2agpcpy().
Thu, 25 Feb 2010 09:09:57 +0000 komh Define O_BINARY if it is undefined.
Thu, 25 Feb 2010 08:39:55 +0000 zuxy Include libmpcodecs/vd.h for declaration of "fullscreen".
Tue, 23 Feb 2010 23:33:10 +0000 reimar Disable old-style implicit rules to fix MinGW/Cygwin compilation
Tue, 23 Feb 2010 22:29:57 +0000 reimar Fix compilation: the dct64_MMX_func variable should be declared only once,
Tue, 23 Feb 2010 20:16:30 +0000 diego Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
Tue, 23 Feb 2010 16:46:43 +0000 ramiro Reorder buffer debug. Also print out if slice was buffered.
Tue, 23 Feb 2010 13:40:45 +0000 compn add older lhacm codec for formats 0x70-0x73 to codecs.conf
Tue, 23 Feb 2010 09:04:18 +0000 kostya FFmpeg Bink video now supports alpha channel
Tue, 23 Feb 2010 07:55:47 +0000 diego Add -Wmissing-prototypes to CFLAGS if available.
Tue, 23 Feb 2010 07:54:43 +0000 diego Mark theRenderProc() as static, it is only used within the file.
Tue, 23 Feb 2010 07:54:10 +0000 diego Add header for macosx_finder_args() instead of forward declaring it.
Tue, 23 Feb 2010 06:42:51 +0000 zuxy Reset output color after each line.
Mon, 22 Feb 2010 21:53:06 +0000 diego Mark sleep_accurate() as static, it is only used within the file.
Mon, 22 Feb 2010 19:17:25 +0000 tack Clarify that AC3/DTS passthrough is also possible with HDMI.
Mon, 22 Feb 2010 17:06:24 +0000 tack Update my (Jason Tackaberry) email address and contributions in AUTHORS
Mon, 22 Feb 2010 16:32:03 +0000 diego Mark vcd_get_track_end () and vcd_read_toc() as static.
Mon, 22 Feb 2010 15:35:53 +0000 diego Conditionally declare mp_input_slave_cmd_func().
Mon, 22 Feb 2010 15:34:56 +0000 diego Properly declare get_term_charset() instead of forward declaring it.
Mon, 22 Feb 2010 14:27:32 +0000 tack Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
Mon, 22 Feb 2010 14:24:53 +0000 tack Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
Mon, 22 Feb 2010 14:11:33 +0000 diego Add required mplayer.h and access_mpcontext.h #includes.
Mon, 22 Feb 2010 14:05:30 +0000 diego Mark data argument of my_ao_write() function as const.
Mon, 22 Feb 2010 14:04:39 +0000 diego Mark member info of struct ad_functions_s as const.
Mon, 22 Feb 2010 14:03:46 +0000 diego Mark a bunch of video filter structures as const.
Mon, 22 Feb 2010 14:02:18 +0000 diego Remove commented-out cruft line.