log

age author description
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Fri, 26 Feb 2010 12:49:49 +0000 attila mention that on windows, you've to use the netstream.exe to build the
Fri, 26 Feb 2010 11:15:56 +0000 jrash sync with en/mplayer.1 rev. 30677
Thu, 25 Feb 2010 22:53:04 +0000 reimar Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
Thu, 25 Feb 2010 22:51:23 +0000 reimar Add const to ass_read_stream fname argument, the string is not modified.
Thu, 25 Feb 2010 22:47:04 +0000 reimar Mark stream open filename parameter as const, the filename string is not
Thu, 25 Feb 2010 22:44:02 +0000 reimar Add cast to proper type.
Thu, 25 Feb 2010 22:32:28 +0000 reimar Make more option-parsing related function arguments const.
Thu, 25 Feb 2010 22:29:00 +0000 reimar Remove unused function declaration.
Thu, 25 Feb 2010 22:27:53 +0000 reimar Make local-only cddb functions static.
Thu, 25 Feb 2010 22:23:58 +0000 reimar Add const to mpvdec declaration
Thu, 25 Feb 2010 22:19:32 +0000 reimar Remove declarations of functions now already declared in stream.h
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.
Mon, 22 Feb 2010 13:59:32 +0000 diego Remove pointless '#if 1' preprocessor directive.
Mon, 22 Feb 2010 13:55:00 +0000 diego Add declaration for exp_EH_prolog_dummy().
Mon, 22 Feb 2010 13:52:59 +0000 diego Declare all public mp3lib functions in mpg123.h.
Mon, 22 Feb 2010 13:51:58 +0000 diego wording fixes
Mon, 22 Feb 2010 13:50:48 +0000 diego Declare functions from network.c in network.h.
Mon, 22 Feb 2010 13:27:58 +0000 diego Move struct streaming_control from network.h to stream.h, where it is used.
Mon, 22 Feb 2010 10:14:00 +0000 diego Remove commented-out declaration of non-existing function streaming_start.
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
Sun, 21 Feb 2010 23:36:36 +0000 diego Declare public function print_vprp() in aviprint.h.
Sun, 21 Feb 2010 23:33:03 +0000 diego Add public function VideoForWindowsVersion() to the appropriate header file.
Sun, 21 Feb 2010 23:31:56 +0000 diego Add header for v4l2_write() instead of forward declaring it.
Sun, 21 Feb 2010 23:30:34 +0000 diego Declare stream_fill_buffer() and stream_seek_long() unconditionally.
Sun, 21 Feb 2010 23:26:16 +0000 diego Add header for asf_mmst_streaming_start() instead of forward declaring it.
Sun, 21 Feb 2010 22:14:11 +0000 diego Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
Sun, 21 Feb 2010 21:00:08 +0000 diego Add header for exported DVB-related functions.
Sun, 21 Feb 2010 20:39:49 +0000 diego cosmetics: Move functions around to avoid forward declarations and #ifdefs.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Sun, 21 Feb 2010 20:02:50 +0000 diego Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.