Sat, 30 Jan 2010 23:24:23 +0000 |
diego |
Add license header to all top-level files missing them.
|
Sun, 02 Aug 2009 16:00:55 +0000 |
diego |
Remove pointless #ifdefs around harmless internal header #includes.
|
Sun, 31 May 2009 13:00:51 +0000 |
reimar |
Use a malloced string for the get_term_charset return value.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
Fri, 01 Aug 2008 20:28:58 +0000 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Sat, 12 Apr 2008 12:51:07 +0000 |
zuxy |
Enable runtime control for colorful and/or module name output
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Mon, 17 Dec 2007 09:02:21 +0000 |
diego |
cosmetics: Remove trailing whitespace.
|
Sun, 07 Oct 2007 08:41:31 +0000 |
reimar |
Make sure forked code does not try to display a GTK message box (and thus crashes)
|
Fri, 24 Aug 2007 12:45:26 +0000 |
diego |
Remove redundant extern variable declaration.
|
Tue, 05 Jun 2007 16:13:00 +0000 |
diego |
Create a new MSGT for just the status line.
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|
Sun, 01 Apr 2007 21:59:54 +0000 |
uau |
"()" to "(void)" function param list fixes
|
Mon, 12 Mar 2007 18:35:52 +0000 |
diego |
mp_msg.c is never built with -DCODECS2HTML.
|
Thu, 08 Mar 2007 13:42:34 +0000 |
diego |
Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.
|
Sun, 04 Mar 2007 19:04:08 +0000 |
reimar |
Add code to detect and convert to console codepage on Windows.
|
Sat, 27 Jan 2007 10:11:40 +0000 |
reimar |
Handle mp_msg_charset == NULL correctly in filename_recode.
|
Sat, 27 Jan 2007 10:10:05 +0000 |
reimar |
Cosmetics: remove tabs, almost all added during last patch, from
|
Fri, 26 Jan 2007 09:57:09 +0000 |
gpoirier |
filename double-conversion, especially usefull for CJK users :-)
|
Mon, 18 Dec 2006 18:50:46 +0000 |
reimar |
Fix possible crashes with colorized mplayer output
|
Sun, 27 Aug 2006 08:10:07 +0000 |
reimar |
Mixed up from and to charsets in iconv open failure message.
|
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
|
Thu, 30 Mar 2006 22:14:44 +0000 |
rfelker |
remove deprecated, never-used gnu gettext cruft.
|
Mon, 27 Mar 2006 08:38:32 +0000 |
ods15 |
10l missing header for strdup
|
Fri, 24 Mar 2006 02:31:29 +0000 |
albeu |
The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other
|
Wed, 08 Mar 2006 12:45:48 +0000 |
reimar |
Automaticall convert message to console charset, use utf8 for GTK2 Gui
|
Sun, 05 Mar 2006 18:28:20 +0000 |
diego |
Comment fix: mp_msg_levels[] is inited to -2, not 2.
|
Fri, 24 Feb 2006 14:56:28 +0000 |
ods15 |
This now works correctly thanks to clear-to-end-of-line patch
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Fri, 20 Jan 2006 20:38:46 +0000 |
ods15 |
MPLAYER_VERBOSE, new enviorment variable to control verbosity before init
|
Wed, 07 Dec 2005 05:12:07 +0000 |
ods15 |
Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll
|
Tue, 06 Dec 2005 08:47:32 +0000 |
ods15 |
1000l, reverting 2 more unrelated changes with last commit
|
Tue, 06 Dec 2005 08:42:48 +0000 |
ods15 |
new -msglevel option, constrols msg level for every msg module
|
Thu, 29 Sep 2005 05:21:12 +0000 |
ods15 |
mp_msg cleanup.
|
Sat, 03 Sep 2005 19:27:48 +0000 |
michael |
improve colorization
|
Sat, 03 Sep 2005 15:19:52 +0000 |
ods15 |
Remove many annoying GTK includes in every compile line and remove GTK
|
Thu, 20 Jan 2005 13:22:53 +0000 |
reimar |
remove all setlocale calls, they break the behaviour of sscanf and
|
Fri, 12 Sep 2003 15:46:16 +0000 |
pl |
force a new line if a message is very long
|
Sun, 13 Jul 2003 14:43:28 +0000 |
alex |
moved some annonying messages to debug mode only
|
Fri, 27 Dec 2002 16:17:57 +0000 |
jkeil |
codec-cfg cannot be built when the gui is enabled - it fails to link with a
|
Sat, 31 Aug 2002 16:20:07 +0000 |
arpi |
WARNING message gui windows disabled, the only critical warn message (too
|
Sat, 31 Aug 2002 14:54:00 +0000 |
arpi |
- warnings enabled for GUI mode
|
Sat, 31 Aug 2002 13:44:03 +0000 |
arpi |
print only fatal/error/warning to stderr, others go to stdout
|
Wed, 21 Aug 2002 21:31:20 +0000 |
arpi |
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
|
Wed, 05 Jun 2002 02:24:35 +0000 |
atmos4 |
Extend maximum mp_msg message size, some translations need it or help message will be cutted.
|
Sun, 12 May 2002 00:40:22 +0000 |
arpi |
HAVE_MENCODER->FOR_MENCODER (forgot to commit some weeks ago...)
|
Wed, 01 May 2002 09:29:06 +0000 |
pontscho |
some bug fix
|
Mon, 29 Apr 2002 16:44:42 +0000 |
arpi |
disabling gtk messagebox - fixes gtk crashes
|
Sat, 23 Mar 2002 19:29:48 +0000 |
arpi |
10l - va_start needs teh pointer to stack - not the translated message
|
Wed, 20 Mar 2002 15:14:59 +0000 |
alex |
splitted mp_msg_init and mp_msg_set_level and added i18n support to init
|
Fri, 15 Mar 2002 21:08:14 +0000 |
alex |
added i18n support
|
Thu, 28 Feb 2002 08:26:20 +0000 |
nick |
Use stdout as default mencoder's output if no filename specified
|
Tue, 15 Jan 2002 17:03:19 +0000 |
pontscho |
small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
|
Thu, 27 Dec 2001 00:34:00 +0000 |
arpi |
fflush disappeared? .so?
|
Mon, 03 Dec 2001 21:10:18 +0000 |
arpi |
msg limit increased
|