log

age author description
Fri, 18 Jun 2010 11:33:15 +0000 jrash sync with en/mplayer.1 rev. 31372
Fri, 18 Jun 2010 11:27:57 +0000 jrash Synced with help_mp-en.h rev. 31430
Fri, 18 Jun 2010 09:44:58 +0000 diego Move extern variable declarations for network.c to network.h.
Fri, 18 Jun 2010 09:41:53 +0000 diego Move mp_msg-related extern variable declarations to mp_msg.h.
Thu, 17 Jun 2010 10:42:45 +0000 diego Simplify fribidi check - console output is not necessary.
Thu, 17 Jun 2010 10:17:37 +0000 diego Rename loader/qt_comp.h --> loader/qt_comp_template.c.
Thu, 17 Jun 2010 10:10:00 +0000 diego Add header file for externally used dxr2_opts array.
Thu, 17 Jun 2010 09:59:31 +0000 diego Add appropriate header files for GUI variables.
Thu, 17 Jun 2010 09:58:51 +0000 diego Add extern declaration for guiWinID variable.
Thu, 17 Jun 2010 09:49:41 +0000 diego Add #include for unrar_exec.h instead of declaring unrar_executable extern.
Thu, 17 Jun 2010 09:46:44 +0000 diego Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
Thu, 17 Jun 2010 09:40:18 +0000 diego Add #include for geometry.h instead of declaring vo_geometry variable extern.
Thu, 17 Jun 2010 09:22:24 +0000 diego Move vo_panscanrange extern declaration to aspect.h, where it belongs.
Thu, 17 Jun 2010 09:19:05 +0000 diego Move LIRC-related extern variable declarations to lirc.h.
Thu, 17 Jun 2010 09:17:13 +0000 diego Move extern variable declarations for mp_fifo.c to mp_fifo.h.
Thu, 17 Jun 2010 09:12:38 +0000 diego Move menu-related extern variable declarations to menu.h.
Thu, 17 Jun 2010 08:38:12 +0000 diego Add header file for externally used variables from vo_fbdev.c.
Thu, 17 Jun 2010 08:33:55 +0000 diego Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
Thu, 17 Jun 2010 08:28:43 +0000 diego Add header file for the extern declarations from muxer_avi.c.
Thu, 17 Jun 2010 08:22:21 +0000 diego Lower priority of hardware MPEG decoder cards below software decoders.
Thu, 17 Jun 2010 08:17:06 +0000 diego Factorize monitor_aspect extern declaration into aspect.h.
Thu, 17 Jun 2010 08:14:57 +0000 diego Add vd.h #include instead of declaring movie_aspect extern.
Thu, 17 Jun 2010 08:07:37 +0000 diego Place vo_osd_list extern declaration in sub.h instead of all over the code.
Thu, 17 Jun 2010 08:04:12 +0000 diego Remove unused 'extern int vo_osd_changed_flag' declaration.
Wed, 16 Jun 2010 19:40:26 +0000 reimar Disable only G200 support when compiling against dynamic libswscale instead
Wed, 16 Jun 2010 19:09:06 +0000 diego Add header_check convenience function to check for header availability.
Wed, 16 Jun 2010 18:59:59 +0000 diego Remove unused extern fs_layer declaration.
Wed, 16 Jun 2010 18:59:10 +0000 diego Replace common options template by a common options array.
Wed, 16 Jun 2010 18:27:59 +0000 diego Use a struct timezone as second parameter for gettimeofday in the function test.
Wed, 16 Jun 2010 17:33:17 +0000 reimar SIGPIPE is not really a crash, try to exit cleanly in case we receive one.