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
|