log

age author description
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 20 Feb 2010 20:09:06 +0000 diego Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
Sat, 20 Feb 2010 20:01:56 +0000 diego Mark m_config_get_option_ptr() as static, it is only used within the file.
Sat, 20 Feb 2010 19:59:50 +0000 diego Add standard license header.
Sat, 20 Feb 2010 19:57:47 +0000 diego cosmetics: K&R coding style, indent with 4 spaces, no tabs
Sat, 20 Feb 2010 19:23:14 +0000 reimar Print response headers as debugging output also for HTTP seeks.
Sat, 20 Feb 2010 19:22:23 +0000 reimar 10l, fix a close() that should be a closesocket()
Sat, 20 Feb 2010 18:53:07 +0000 reimar Do not discard stream buffer on eof, instead reuse it to slightly improve
Sat, 20 Feb 2010 18:39:26 +0000 reimar Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
Sat, 20 Feb 2010 17:50:56 +0000 reimar Print demuxer name in "freeing demuxer" message.
Sat, 20 Feb 2010 17:21:48 +0000 diego FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
Sat, 20 Feb 2010 17:03:28 +0000 diego FFmpeg: Add tomi to architecture list.
Sat, 20 Feb 2010 11:48:41 +0000 reimar Fix mov reference files: for video/quicktime mime do not force a demuxer
Sat, 20 Feb 2010 11:21:51 +0000 reimar Print all 64 bits of seek position.
Sat, 20 Feb 2010 11:13:01 +0000 reimar Make sure we do not try to use IPv6 with winsock2, we end up connecting
Fri, 19 Feb 2010 23:35:21 +0000 reimar Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
Fri, 19 Feb 2010 21:52:29 +0000 reimar Move code that makes the filter chain match the desired output format into
Fri, 19 Feb 2010 19:41:17 +0000 diego Remove some pointless '#if 1' preprocessor directives.
Fri, 19 Feb 2010 19:38:53 +0000 diego Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.
Fri, 19 Feb 2010 13:50:16 +0000 komh Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
Fri, 19 Feb 2010 13:40:04 +0000 komh Add missing 'defined' for __bsdi__.
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Fri, 19 Feb 2010 10:18:55 +0000 diego cosmetics: Remove commented-out #include.
Fri, 19 Feb 2010 09:46:31 +0000 diego TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.
Fri, 19 Feb 2010 09:41:55 +0000 jrash sync with en/mplayer.1 rev. 30611
Fri, 19 Feb 2010 09:14:01 +0000 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
Fri, 19 Feb 2010 09:12:23 +0000 komh Remove useless CONFIG_SETLOCALE
Thu, 18 Feb 2010 23:11:27 +0000 reimar DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
Thu, 18 Feb 2010 22:37:08 +0000 reimar Merge declaration and initialization.
Thu, 18 Feb 2010 22:34:27 +0000 reimar DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
Thu, 18 Feb 2010 22:28:55 +0000 reimar Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
Thu, 18 Feb 2010 21:48:49 +0000 reimar Add av_alias define as a hack to fix compilation of intreadwrite.h without
Thu, 18 Feb 2010 21:20:37 +0000 stefano Reindent and fix brace placement.
Thu, 18 Feb 2010 21:17:07 +0000 stefano Vertically align a list of comparisons in sws_getCachedContext().
Thu, 18 Feb 2010 21:12:05 +0000 stefano Merge two if conditions, allow to decrese the level of indentation of
Thu, 18 Feb 2010 20:24:52 +0000 reimar Add a InitializeCriticalSectionAndSpinCount function.
Thu, 18 Feb 2010 20:23:05 +0000 reimar Add a GetModuleHandleW implementation.
Thu, 18 Feb 2010 20:20:23 +0000 reimar Use snprintf to ensure we do not write outside the buffer bounds
Thu, 18 Feb 2010 10:32:00 +0000 cehoyos Use new FFmpeg WMA Voice decoder.
Thu, 18 Feb 2010 10:26:39 +0000 diego Add header #include for print_wave_header() instead of a forward declaration.
Thu, 18 Feb 2010 10:19:42 +0000 diego Add header for functions exported from vo_zr.c and use it appropriately.
Thu, 18 Feb 2010 09:41:52 +0000 diego Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.
Thu, 18 Feb 2010 09:29:05 +0000 diego Add required header #include for config.h.
Thu, 18 Feb 2010 09:26:00 +0000 diego Mark some more functions that are not used outside of their files as static.
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 17 Feb 2010 23:46:57 +0000 reimar Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at
Wed, 17 Feb 2010 23:45:01 +0000 diego Add header for asf_check_header, read_asf_header; avoids forward declarations.
Wed, 17 Feb 2010 23:40:48 +0000 diego #include proper header for skip_audio_frame() instead of forward declaring it.
Wed, 17 Feb 2010 23:36:44 +0000 diego Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
Wed, 17 Feb 2010 23:33:17 +0000 diego Remove demux_ogg-related declarations that are no longer necessary.
Wed, 17 Feb 2010 23:27:47 +0000 diego Mark demux_ogg_sub_id() as static; it is not used outside of the file.
Wed, 17 Feb 2010 23:25:02 +0000 diego Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
Wed, 17 Feb 2010 23:10:56 +0000 diego Add read_avi_header() to aviheader.h; avoids forward declarations.
Wed, 17 Feb 2010 23:02:13 +0000 diego Add header file for store_ughvlc(); avoids forward declarations.
Wed, 17 Feb 2010 22:58:03 +0000 diego Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
Wed, 17 Feb 2010 22:52:31 +0000 diego libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 22:48:32 +0000 diego Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
Wed, 17 Feb 2010 22:40:50 +0000 diego Add separate header for mp_a52_framesize(); avoids forward declarations.
Wed, 17 Feb 2010 22:33:21 +0000 diego Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
Wed, 17 Feb 2010 22:28:24 +0000 diego Add separate header for aac_parse_frame(); avoids forward declarations.