aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp_msg.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Rename to "mpv"Gravatar wm42012-10-12
* mp_msg: make MSGL_STATUS use the same color as MSGL_INFOGravatar wm42012-09-23
* mp_msg: use stdout for all output except status; put status on stderrGravatar Rudolf Polzer2012-09-19
* mp_msg: enable --msgcolor by default; force it off if stdout is no ttyGravatar Rudolf Polzer2012-09-19
* mp_msg: remove filename_recodeGravatar wm42012-07-31
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-01
|\
* | mp_msg: double maximum message sizeGravatar wm42012-03-31
| * cosmetics: misc minor cleanupsGravatar Uoti Urpala2012-03-25
|/
* windows: terminal: unicode, --msgcolor, size changeGravatar Martin Herkt2012-03-09
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* 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