log

age author description
Sat, 11 Sep 2010 22:12:41 +0000 diego Add #include for required header mp_core.h; fixes 'make checkheaders'.
Sat, 11 Sep 2010 22:11:40 +0000 diego Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.
Sat, 11 Sep 2010 14:56:52 +0000 diego Move local_wm extern variable declaration to loader.h, which is better suited.
Sat, 11 Sep 2010 14:43:06 +0000 diego Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.
Sat, 11 Sep 2010 14:40:26 +0000 diego Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.
Sat, 11 Sep 2010 14:37:12 +0000 diego Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.
Sat, 11 Sep 2010 14:31:13 +0000 ramiro indent
Sat, 11 Sep 2010 14:30:54 +0000 ramiro swscale: remove unused code
Sat, 11 Sep 2010 14:29:55 +0000 ramiro rgb2rgb: remove unused yvu9toyv12 function
Sat, 11 Sep 2010 14:13:21 +0000 diego Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
Sat, 11 Sep 2010 12:32:38 +0000 diego Mark is_mplayer_front() as static, it is only used within the file; fixes:
Sat, 11 Sep 2010 12:20:07 +0000 diego Replace proc_priority extern declaration by osdep/priority.h #include.
Sat, 11 Sep 2010 12:17:11 +0000 diego Move codecname extern variable declaration to gui.h, which is better suited.
Sat, 11 Sep 2010 12:13:30 +0000 diego Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
Sat, 11 Sep 2010 12:10:43 +0000 diego Move sx/sy extern variable declaration to gmplayer.h, which is better suited.
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Sat, 11 Sep 2010 11:43:05 +0000 diego Move mconfig extern variable declaration to mpcommon.h.
Sat, 11 Sep 2010 11:38:36 +0000 diego Move stream_cache_* extern variable declarations to mpcommon.h.
Sat, 11 Sep 2010 11:33:07 +0000 diego Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
Sat, 11 Sep 2010 11:11:10 +0000 diego Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
Sat, 11 Sep 2010 10:57:31 +0000 diego Replace force_fps extern declaration by mpcommon.h #include.
Sat, 11 Sep 2010 10:44:28 +0000 diego Replace dvdsub_id extern declaration by mpcommon.h #include.
Fri, 10 Sep 2010 21:57:22 +0000 diego Replace a bunch of extern declarations by proper mpcommon.h #include.
Fri, 10 Sep 2010 21:54:39 +0000 diego Add necessary config.h #include.
Fri, 10 Sep 2010 21:51:39 +0000 diego Replace audio_delay extern declaration by proper mplayer.h #include.
Fri, 10 Sep 2010 21:48:48 +0000 diego Move slave_mode extern declaration to mplayer.h, where it belongs.
Fri, 10 Sep 2010 21:42:13 +0000 diego Replace audio_id / video_id extern declarations by mpcommon.h #include.
Fri, 10 Sep 2010 16:55:12 +0000 diego Remove unnecessary stream_cache_size extern declaration.
Fri, 10 Sep 2010 16:54:47 +0000 diego Remove duplicate stream_cache_size extern declaration.
Fri, 10 Sep 2010 16:52:05 +0000 diego Remove duplicate vobsub_id extern declaration.
Fri, 10 Sep 2010 15:38:03 +0000 diego Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
Fri, 10 Sep 2010 14:03:07 +0000 gpoirier fix XML structure to make xmllint happy :-)
Fri, 10 Sep 2010 13:52:56 +0000 diego Remove unnecessary cache_fill_status #define.
Fri, 10 Sep 2010 12:28:07 +0000 jrash Synced with help_mp-en.h rev. 32066
Fri, 10 Sep 2010 11:50:40 +0000 jrash Synced with help_mp-en.h rev. 32066
Thu, 09 Sep 2010 18:57:48 +0000 diego cosmetics: reorder declarations, prettyprinting
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Thu, 09 Sep 2010 18:40:30 +0000 diego Remove unused video_driver/audio_driver extern variable declarations.
Thu, 09 Sep 2010 17:15:16 +0000 diego Move mplPBFade extern declaration to gmplayer.h, which is better suited.
Thu, 09 Sep 2010 17:10:18 +0000 diego Move stream_dump_type extern declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 17:01:43 +0000 diego Add appropriate #include instead of declaring seek-related variables extern.
Thu, 09 Sep 2010 16:59:21 +0000 diego Add appropriate #include instead of declaring vo_gamma_* extern.
Thu, 09 Sep 2010 16:57:05 +0000 diego Remove unused cache_stats function.
Thu, 09 Sep 2010 16:54:35 +0000 diego Move cache_fill_status extern declaration to cache2.h, where it belongs.
Thu, 09 Sep 2010 16:47:45 +0000 diego Mark encoder_list declaration as const pointers to const data, fixes:
Thu, 09 Sep 2010 16:46:08 +0000 diego Mark vf_info_t declaration for the fixpts filter as const.
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Thu, 09 Sep 2010 16:17:27 +0000 diego Move **sub_name extern declaration to mpcommon.h.
Thu, 09 Sep 2010 15:46:25 +0000 diego Move use_menu extern declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 15:41:43 +0000 diego Move **sub_name extern declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 15:39:10 +0000 diego cosmetics: Group all extern variable declarations together.
Thu, 09 Sep 2010 14:52:37 +0000 ramiro gui: remove direct usage of rgb2rgb interface, use swscale instead
Thu, 09 Sep 2010 14:50:51 +0000 ramiro mga: disable g200 support
Thu, 09 Sep 2010 10:42:01 +0000 diego Mark libmenu_vfs declaration as const, fixes the warning:
Thu, 09 Sep 2010 10:39:08 +0000 diego Mark vf_info_menu declaration as const.
Thu, 09 Sep 2010 10:30:58 +0000 diego Move mime_type_table extern declaration to network.h, where it belongs.
Thu, 09 Sep 2010 05:05:43 +0000 reimar Fix make checkheaders for udp_sync.h
Wed, 08 Sep 2010 23:36:02 +0000 ramiro av_fill_image_linesizes -> av_image_fill_linesizes
Wed, 08 Sep 2010 20:10:54 +0000 diego Remove some unnecessary extern variable declarations.
Wed, 08 Sep 2010 20:07:58 +0000 diego Replace m_config_parse_config_file() forward declaration by proper #include.