log

age author description
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.
Wed, 17 Feb 2010 22:22:51 +0000 diego Add separate header for real_fix_timestamp(); avoids forward declarations.
Wed, 17 Feb 2010 22:14:04 +0000 diego Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
Wed, 17 Feb 2010 22:11:05 +0000 diego Mark mov_build_index() as static; it is not used outside of the file.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Wed, 17 Feb 2010 21:49:17 +0000 corey Document several new x264 parameters.
Wed, 17 Feb 2010 21:45:53 +0000 corey Update x264 defaults listed in the man page.
Wed, 17 Feb 2010 21:38:09 +0000 diego Ignore .ho files in loader/wine/.
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 21:29:05 +0000 diego Revert marking seemingly unused XAnim-binary-related functions as static.
Wed, 17 Feb 2010 19:21:28 +0000 diego Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
Wed, 17 Feb 2010 07:06:12 +0000 reimar Mark ALS fourcc as internal only.
Tue, 16 Feb 2010 21:54:50 +0000 reimar Support FFmpeg's ALS decoder.
Tue, 16 Feb 2010 19:39:30 +0000 reimar Move struct typedef pixbuf into the only .c file where it is used.
Tue, 16 Feb 2010 19:36:36 +0000 reimar Remove useless malloc casts.
Tue, 16 Feb 2010 19:34:41 +0000 reimar Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.
Tue, 16 Feb 2010 19:07:06 +0000 reimar Fix win32 gui compilation.
Tue, 16 Feb 2010 16:32:38 +0000 diego stream: Mark functions not used outside of their files as static.
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
Tue, 16 Feb 2010 16:16:42 +0000 diego libmpcodecs: Mark functions not used outside of their files as static.
Tue, 16 Feb 2010 15:03:03 +0000 diego #include corresponding .h files in .c files.
Tue, 16 Feb 2010 14:52:59 +0000 diego Add header for init_global_rawdv_decoder() instead of forward declaring it.
Tue, 16 Feb 2010 13:16:17 +0000 diego Add header file for mplayer_audio_read() instead of forward declaring it.
Tue, 16 Feb 2010 13:10:24 +0000 diego Add header file for sis_init_video_bridge() instead of forward declaring it.
Tue, 16 Feb 2010 13:07:00 +0000 diego VIDIX: #include drivers.h in drivers.c.
Tue, 16 Feb 2010 13:04:00 +0000 diego VIDIX: Mark some functions not used outside their files as static.
Tue, 16 Feb 2010 11:31:29 +0000 diego Remove pointless header #includes; #include only required header stdint.h.
Sun, 14 Feb 2010 18:50:32 +0000 reimar Remove unused variable.
Sun, 14 Feb 2010 18:38:02 +0000 reimar Use memset to initialize huge arrays.
Sun, 14 Feb 2010 18:32:31 +0000 reimar Remove pointless explicit member initialization to 0 when the struct
Sun, 14 Feb 2010 18:30:32 +0000 reimar Use calloc instead of malloc+memset
Sun, 14 Feb 2010 15:39:52 +0000 reimar Add support for decoding 4:2:2 and 4:4:4 Theora files.
Sun, 14 Feb 2010 15:17:24 +0000 reimar Make len unsigned. More correct anyway and avoids sign extension to 64 bit
Sun, 14 Feb 2010 15:09:21 +0000 reimar Simplify and slightly speed up avi_stream_id function.
Sun, 14 Feb 2010 14:54:48 +0000 diego Declare vf_menu_pause_update in libmenu/menu.h.
Sun, 14 Feb 2010 14:49:44 +0000 diego Directly mark structs as WINE_PACKED where all members are marked as packed.
Sun, 14 Feb 2010 14:48:54 +0000 reimar Simplify.
Sun, 14 Feb 2010 14:47:22 +0000 diego Move movie_aspect extern declaration to libmpcodecs/vd.h.
Sun, 14 Feb 2010 14:33:16 +0000 diego Move GUI-related extern declarations to a GUI header file.
Sun, 14 Feb 2010 14:02:09 +0000 diego GUI: Mark functions that are not used outside their files as static.
Sun, 14 Feb 2010 13:57:30 +0000 reimar Avoid using sscanf for basic parsing, it is horribly slow.
Sun, 14 Feb 2010 13:49:31 +0000 diego Avoid forward declarations for import_initial_playtree_into_gui() and
Sun, 14 Feb 2010 12:57:18 +0000 diego Add xscreensaver_heartbeat() declaration to x11_common.h.
Sun, 14 Feb 2010 12:55:02 +0000 diego Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
Sun, 14 Feb 2010 12:39:58 +0000 diego Declare mp_input_register_options() in input/input.h.
Sun, 14 Feb 2010 12:31:24 +0000 diego GUI: #include associated .h files in .c files.
Sun, 14 Feb 2010 11:57:37 +0000 reimar Check that fontconfig version is at least 2.4.2, which is required for the
Sun, 14 Feb 2010 11:19:52 +0000 reimar Reindent
Sun, 14 Feb 2010 11:17:12 +0000 reimar Just use goto instead of reimplementing it badly with a do { } while (0) and
Sun, 14 Feb 2010 11:13:20 +0000 reimar Change aspect calculation code to switch to floating point earlier so integer
Sun, 14 Feb 2010 11:13:01 +0000 diego QuickTime X supports SAR in H.264.
Sun, 14 Feb 2010 11:11:49 +0000 reimar Return NULL instead of 0 for function returning a pointer.
Sun, 14 Feb 2010 11:09:58 +0000 diego Mark uninit() as static; it is only used within the file.
Sun, 14 Feb 2010 11:09:24 +0000 reimar Remove useless casts.
Sun, 14 Feb 2010 11:06:04 +0000 reimar Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
Sun, 14 Feb 2010 11:04:14 +0000 reimar Make vd_functions_t describing codecs const.
Sun, 14 Feb 2010 11:02:05 +0000 diego Rename exit_reason_t enum to exit_reason and do not typedef it.
Sun, 14 Feb 2010 10:58:01 +0000 reimar Make vd_info_t const for pointer in vd_functions, avoids some warnings about
Sun, 14 Feb 2010 10:53:20 +0000 diego Fix exit_player() usage throughout the codebase.
Sun, 14 Feb 2010 09:19:30 +0000 reimar Remove excessive ()
Sat, 13 Feb 2010 21:32:19 +0000 diego Remove stray '/' from comment block, fixes the warning:
Sat, 13 Feb 2010 21:29:32 +0000 diego Remove unused variables, fixes the warnings:
Sat, 13 Feb 2010 17:39:34 +0000 compn add netspeak versions of truespeech and gsm audio codecs to codecs.conf
Sat, 13 Feb 2010 16:59:42 +0000 diego 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
Sat, 13 Feb 2010 15:51:03 +0000 diego Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
Sat, 13 Feb 2010 15:47:55 +0000 diego Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
Sat, 13 Feb 2010 15:46:33 +0000 diego Fix shared library libavutil check: test for av_clip instead of av_gcd.
Sat, 13 Feb 2010 14:31:15 +0000 diego osdep/mplayer.rc.o depends on version.h.
Sat, 13 Feb 2010 11:38:36 +0000 reimar Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
Fri, 12 Feb 2010 20:38:29 +0000 reimar Dynamically increase probe size for lavf demuxer up to 2 MB.