aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp_msg.c
Commit message (Expand)AuthorAge
* mp_msg: avoid mangling other output with status lineGravatar reimar2010-11-02
* mp_msg.c: Avoid out-of-bounds read if empty string is printedGravatar reimar2010-11-02
* Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | Add runtime translation supportGravatar Uoti Urpala2010-03-08
| | * Reset output color after each line.Gravatar zuxy2010-02-23
| | * Properly declare get_term_charset() instead of forward declaring it.Gravatar diego2010-02-22
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
| * Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Add temporary no-op translation function stubsGravatar Uoti Urpala2009-07-06
| * Use a malloced string for the get_term_charset return value.Gravatar reimar2009-05-31
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Enable runtime control for colorful and/or module name outputGravatar zuxy2008-04-12
* typo fix: inited --> initializedGravatar diego2008-02-14
* cosmetics: Remove trailing whitespace.Gravatar diego2007-12-17
* Make sure forked code does not try to display a GTK message box (and thus cra...Gravatar reimar2007-10-07
* Remove redundant extern variable declaration.Gravatar diego2007-08-24
* Create a new MSGT for just the status line.Gravatar diego2007-06-05
* Gui --> guiGravatar diego2007-04-23
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* mp_msg.c is never built with -DCODECS2HTML.Gravatar diego2007-03-12
* Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.Gravatar diego2007-03-08
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Handle mp_msg_charset == NULL correctly in filename_recode.Gravatar reimar2007-01-27
* Cosmetics: remove tabs, almost all added during last patch, fromGravatar reimar2007-01-27
* filename double-conversion, especially usefull for CJK users :-)Gravatar gpoirier2007-01-26
* Fix possible crashes with colorized mplayer outputGravatar reimar2006-12-18
* Mixed up from and to charsets in iconv open failure message.Gravatar reimar2006-08-27
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* more cruftGravatar rfelker2006-03-30
* remove deprecated, never-used gnu gettext cruft.Gravatar rfelker2006-03-30
* 10l missing header for strdupGravatar ods152006-03-27
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otherGravatar albeu2006-03-24
* Automaticall convert message to console charset, use utf8 for GTK2 GuiGravatar reimar2006-03-08
* Comment fix: mp_msg_levels[] is inited to -2, not 2.Gravatar diego2006-03-05
* This now works correctly thanks to clear-to-end-of-line patchGravatar ods152006-02-24
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initGravatar ods152006-01-20
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llGravatar ods152005-12-07
* 1000l, reverting 2 more unrelated changes with last commitGravatar ods152005-12-06
* new -msglevel option, constrols msg level for every msg moduleGravatar ods152005-12-06