log mpcommon.c @ 34140:a08f68ee111e

age author description
Mon, 12 Sep 2011 23:36:00 +0000 diego libass: consistently #include sub/ass_mp.h without #ifdefs
Thu, 11 Aug 2011 17:45:25 +0000 diego Move cfg_inc_verbose and cfg_include into mpcommon.c.
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Tue, 21 Jun 2011 16:53:01 +0000 reimar Fix compilation with dvdread/dvdnav disabled.
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sat, 28 May 2011 20:53:14 +0000 iive Workaround embedded ssa/ass never hiding with -noass.
Tue, 22 Feb 2011 18:58:50 +0000 reimar Improve handling of audio timestamps where we do not have even a
Tue, 22 Feb 2011 18:52:48 +0000 reimar Avoid mixing declarations and code.
Tue, 22 Feb 2011 18:22:16 +0000 reimar Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
Tue, 22 Feb 2011 18:18:15 +0000 reimar Remove some tabs that accidentally ended up in mpcommon.c
Sun, 06 Feb 2011 14:03:10 +0000 reimar Print a message when lavc subtitle decoding fails.
Sat, 11 Dec 2010 13:56:19 +0000 reimar Fix spelling in comment.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 16:58:23 +0000 cigaes Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
Wed, 27 Oct 2010 16:42:23 +0000 cigaes Move av_sub.[ch] to the sub directory.
Wed, 27 Oct 2010 16:38:51 +0000 cigaes Move spudec.[ch] to the sub directory.
Sun, 17 Oct 2010 15:25:38 +0000 reimar Add proper include for set_priority,
Sun, 17 Oct 2010 15:23:33 +0000 reimar Move gui-specific code out of common_init, it certainly does
Sun, 17 Oct 2010 15:17:46 +0000 reimar Add windows.h include to fix compilation in some cases.
Sat, 09 Oct 2010 15:55:09 +0000 reimar Write the code in a more understandable way instead of trying to explain
Sat, 09 Oct 2010 15:51:28 +0000 reimar Whitespace cosmetics: format init function more consistent with the
Sat, 09 Oct 2010 15:16:24 +0000 reimar Simplify some ifdefs.
Sat, 09 Oct 2010 15:14:33 +0000 reimar Move OS-fixup hacks in init code into a separate function.
Sat, 09 Oct 2010 15:10:08 +0000 reimar Sanitize indentation of common init functions.
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].
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Sun, 29 Aug 2010 06:33:29 +0000 reimar Fix indentation.