log mpcommon.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 02 Feb 2014 19:18:31 +0000 ib Add support for default of multiple video tracks.
Thu, 14 Mar 2013 20:04:24 +0000 reimar Win32: support file names with characters outside system code-page
Thu, 11 Aug 2011 17:45:25 +0000 diego Move cfg_inc_verbose and cfg_include into mpcommon.c.
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Tue, 22 Feb 2011 18:24:04 +0000 reimar Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.
Sat, 05 Feb 2011 20:38:02 +0000 cboesch Add sub-paths option.
Mon, 03 Jan 2011 19:39:31 +0000 cboesch Factorize ROUND() redefinitions macro.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 16:28:50 +0000 cigaes Create a new directory, "sub", for subtitles and OSD related code.
Sat, 09 Oct 2010 15:04:50 +0000 reimar Avoid duplicating common init code between MPlayer and mencoder.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Wed, 15 Sep 2010 19:52:37 +0000 diego Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.
Wed, 15 Sep 2010 18:41:30 +0000 diego Add libmpdemux/stheader #include for struct sh_video.
Sun, 12 Sep 2010 11:21:12 +0000 reimar Remove stheader.h include from mpcommon.h since it
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.
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 16:17:27 +0000 diego Move **sub_name extern declaration to mpcommon.h.
Thu, 09 Sep 2010 15:39:10 +0000 diego cosmetics: Group all extern variable declarations together.
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Mon, 28 Jun 2010 08:26:14 +0000 diego Factorize MPlayer/MEncoder version string handling.
Thu, 24 Jun 2010 17:19:49 +0000 diego Clean up sub-related extern declarations.
Sun, 20 Jun 2010 18:19:47 +0000 diego Move noconfig_opts extern variable declaration to mpcommon.h.
Tue, 23 Mar 2010 18:01:00 +0000 diego Get rid of pointless def_path variable; use codec_path directly instead.
Sun, 21 Mar 2010 10:13:00 +0000 attila Make all instances of codec_patch unconditional, otherwise
Wed, 17 Mar 2010 09:12:51 +0000 komh Follow a more proper way to support -codecpath.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Thu, 24 Dec 2009 10:51:24 +0000 reimar Some ugly hacks to make compiling against a newer external version of libass work.
Wed, 23 Sep 2009 21:48:48 +0000 reimar Add support for displaying subtitles on the command-line when playing
Wed, 23 Sep 2009 21:27:36 +0000 reimar Make function argument name in header match name in .c file.
Wed, 23 Sep 2009 21:21:58 +0000 reimar Make update_subtitles work without sh_video for text subtitles.
Sun, 25 Jan 2009 20:35:58 +0000 diego Factorize print_version().
Mon, 14 Apr 2008 11:21:29 +0000 albeu Add options to disable some or all config files.
Tue, 04 Mar 2008 23:35:24 +0000 diego Add necessary #includes to pass 'make checkheaders'.
Fri, 29 Feb 2008 17:25:50 +0000 eugeni Select audio stream in mplayer and mencoder, overriding demuxer decision.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Wed, 20 Feb 2008 19:03:16 +0000 reimar Fix compilation with ASS disabled
Wed, 20 Feb 2008 08:51:53 +0000 diego Remove pointless #ifdefs around extern declarations.
Tue, 01 Jan 2008 21:35:58 +0000 diego Add multiple inclusion guards to all header files that lack them.
Sat, 25 Aug 2007 16:24:17 +0000 diego Fix warning:
Sat, 25 Aug 2007 13:23:40 +0000 diego Fix warnings:
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c