summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
Commit message (Expand)AuthorAgeFilesLines
* typo fix: inited --> initializeddiego2008-02-141-1/+1
* cosmetics: Remove trailing whitespace.diego2007-12-171-2/+2
* Make sure forked code does not try to display a GTK message box (and thus cra...reimar2007-10-071-0/+1
* Remove redundant extern variable declaration.diego2007-08-241-1/+0
* Create a new MSGT for just the status line.diego2007-06-051-0/+1
* Gui --> guidiego2007-04-231-1/+1
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* mp_msg.c is never built with -DCODECS2HTML.diego2007-03-121-1/+1
* Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.diego2007-03-081-13/+0
* Add code to detect and convert to console codepage on Windows.reimar2007-03-041-11/+3
* Handle mp_msg_charset == NULL correctly in filename_recode.reimar2007-01-271-1/+2
* Cosmetics: remove tabs, almost all added during last patch, fromreimar2007-01-271-12/+12
* filename double-conversion, especially usefull for CJK users :-)gpoirier2007-01-261-0/+31
* Fix possible crashes with colorized mplayer outputreimar2006-12-181-3/+11
* Mixed up from and to charsets in iconv open failure message.reimar2006-08-271-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-0/+1
* more cruftrfelker2006-03-301-1/+1
* remove deprecated, never-used gnu gettext cruft.rfelker2006-03-301-13/+0
* 10l missing header for strdupods152006-03-271-0/+1
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otheralbeu2006-03-241-0/+5
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-081-0/+49
* Comment fix: mp_msg_levels[] is inited to -2, not 2.diego2006-03-051-1/+1
* This now works correctly thanks to clear-to-end-of-line patchods152006-02-241-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initods152006-01-201-0/+3
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llods152005-12-071-3/+3
* 1000l, reverting 2 more unrelated changes with last commitods152005-12-061-2/+2
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-13/+9
* mp_msg cleanup.ods152005-09-291-80/+11
* improve colorizationmichael2005-09-031-4/+65
* Remove many annoying GTK includes in every compile line and remove GTKods152005-09-031-21/+2
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-1/+0
* force a new line if a message is very longpl2003-09-121-0/+1
* moved some annonying messages to debug mode onlyalex2003-07-131-2/+7
* codec-cfg cannot be built when the gui is enabled - it fails to link with ajkeil2002-12-271-3/+11
* WARNING message gui windows disabled, the only critical warn message (tooarpi2002-08-311-0/+5
* - warnings enabled for GUI modearpi2002-08-311-3/+21
* print only fatal/error/warning to stderr, others go to stdoutarpi2002-08-311-7/+6
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-0/+5
* Extend maximum mp_msg message size, some translations need it or help message...atmos42002-06-051-3/+6
* HAVE_MENCODER->FOR_MENCODER (forgot to commit some weeks ago...)arpi2002-05-121-2/+2
* some bug fixpontscho2002-05-011-4/+4
* disabling gtk messagebox - fixes gtk crashesarpi2002-04-291-2/+2
* 10l - va_start needs teh pointer to stack - not the translated messagearpi2002-03-231-1/+1
* splitted mp_msg_init and mp_msg_set_level and added i18n support to initalex2002-03-201-1/+15
* added i18n supportalex2002-03-151-1/+36
* Use stdout as default mencoder's output if no filename specifiednick2002-02-281-3/+3
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and r...pontscho2002-01-151-1/+1
* fflush disappeared? .so?arpi2001-12-271-0/+6
* msg limit increasedarpi2001-12-031-1/+1
* cleanuparpi2001-09-261-25/+19
* increased max msg sizearpi2001-09-221-1/+1
* add gui error handling jol.pontscho2001-09-201-0/+36
* updatedarpi2001-08-171-2/+2
* constans shortendarpi2001-08-161-1/+3
* new message printing systemarpi2001-08-161-0/+49