log mp_msg.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 08 May 2011 10:48:39 +0000 reimar Change mp_dbg so that syntax is checked also when it is disabled.
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sat, 09 Oct 2010 12:12:14 +0000 reimar Add a va_list version of mp_msg and use it to avoid yet another intermediate
Fri, 18 Jun 2010 09:41:53 +0000 diego Move mp_msg-related extern variable declarations to mp_msg.h.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Thu, 29 Oct 2009 22:39:00 +0000 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
Sat, 01 Mar 2008 09:50:06 +0000 diego Remove va_start/vsnprintf workaround for OS/2.
Thu, 28 Feb 2008 18:31:35 +0000 diego TARGET_OS2 is never set, use __OS2__ instead.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Mon, 31 Dec 2007 16:14:38 +0000 diego Add comments to some #endif directives.
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Tue, 05 Jun 2007 16:13:00 +0000 diego Create a new MSGT for just the status line.
Sat, 24 Feb 2007 10:27:14 +0000 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
Thu, 22 Feb 2007 00:18:10 +0000 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Fri, 26 Jan 2007 09:57:09 +0000 gpoirier filename double-conversion, especially usefull for CJK users :-)
Mon, 27 Nov 2006 02:44:06 +0000 nplourde fix compilation for win32 dll codec support for intel osx
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Mon, 28 Aug 2006 17:05:18 +0000 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Thu, 30 Mar 2006 22:28:32 +0000 rfelker more cruft
Mon, 27 Mar 2006 06:59:00 +0000 diego Clarify which message levels should be translated.
Sat, 25 Mar 2006 19:24:21 +0000 albeu Add a msg type for the osd menu.
Fri, 24 Mar 2006 01:32:04 +0000 diego Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Tue, 06 Dec 2005 08:42:48 +0000 ods15 new -msglevel option, constrols msg level for every msg module
Fri, 30 Sep 2005 05:57:59 +0000 ods15 1000l
Thu, 29 Sep 2005 05:21:12 +0000 ods15 mp_msg cleanup.
Thu, 20 Jan 2005 13:22:53 +0000 reimar remove all setlocale calls, they break the behaviour of sscanf and
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Fri, 17 Sep 2004 12:16:42 +0000 diego Translate up to MSGL_STATUS so all normal output is translated.
Tue, 24 Aug 2004 19:36:17 +0000 diego printf -> mp_msg conversion, first steps
Wed, 22 Oct 2003 17:04:39 +0000 alex some updates in muxer api
Sun, 31 Aug 2003 19:15:33 +0000 alex Handle mp_msg like printf so compiler can report if missing/too much arguments or other errors happen. GCC only
Sun, 06 Apr 2003 17:18:26 +0000 albeu 100L forgot this commit for netstream.
Wed, 15 Jan 2003 11:16:33 +0000 mosu bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)
Tue, 01 Oct 2002 06:45:08 +0000 anders Adding new audio output filter layer libaf
Wed, 21 Aug 2002 21:31:20 +0000 arpi new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
Mon, 03 Jun 2002 23:23:03 +0000 arpi msg/i18n fixes and some printf->mp_msg
Fri, 17 May 2002 23:47:27 +0000 albeu Improvment for spu subtitles.
Thu, 02 May 2002 10:52:30 +0000 albeu New MSGT for more printf to mp_msg
Tue, 30 Apr 2002 16:58:54 +0000 albeu Convert printf to mp_msg in the network layer
Mon, 15 Apr 2002 19:17:12 +0000 arpi new osd code, use osd objs to follow changes and do minimal updates
Sat, 06 Apr 2002 22:00:27 +0000 arpi MSGT_VFILTER added
Sat, 23 Mar 2002 20:56:34 +0000 arpi OS/2 workaround
Wed, 20 Mar 2002 15:14:59 +0000 alex splitted mp_msg_init and mp_msg_set_level and added i18n support to init
Tue, 19 Mar 2002 13:30:16 +0000 albeu A bug fix in the auto-repeat stuff + moved all printf to mp_msg
Fri, 15 Mar 2002 21:07:48 +0000 alex added mp_gettext macro for i18n
Sat, 23 Feb 2002 15:12:55 +0000 pontscho new gui interface, and gtk moved into mplayer process. fork ... bleh :)
Tue, 08 Jan 2002 01:52:11 +0000 arpi MSGT_PLAYTREE added
Fri, 28 Dec 2001 01:09:28 +0000 arpi spudec added
Fri, 23 Nov 2001 16:09:05 +0000 alex added MSGT_OSDEP
Fri, 09 Nov 2001 22:04:09 +0000 alex fixes for vivo
Fri, 02 Nov 2001 01:35:27 +0000 arpi MSGT_MENCODER added
Mon, 22 Oct 2001 15:40:07 +0000 arpi cache2 added
Wed, 26 Sep 2001 21:35:14 +0000 arpi all error/warn/info messages moved to help_mp-en.h for translation
Mon, 20 Aug 2001 20:14:10 +0000 arpi DVD added
Fri, 17 Aug 2001 07:26:07 +0000 atlka modifications to use variable number of arguments in #define with GCC
Fri, 17 Aug 2001 00:39:49 +0000 arpi updated
Thu, 16 Aug 2001 22:39:46 +0000 arpi constans shortend
Thu, 16 Aug 2001 22:13:20 +0000 arpi new message printing system