summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-281-2/+9
* av_log: add tons of warnings against mismatched ffmpeg/libav librarieswm42014-02-101-0/+22
* av_log: restructure version printing codewm42014-02-101-18/+28
* options: add --no-terminal switchwm42014-02-101-13/+21
* msg: clear lines by printing spaces on MS Windowswm42014-02-091-1/+7
* msg: don't clear the status line if new and previous status was emptywm42014-01-291-0/+3
* playlist_parser: restore ASX parsing etc.wm42014-01-201-8/+8
* demux_playlist: move parser for plaintext playlistswm42014-01-191-20/+0
* msg: expose log level nameswm42014-01-163-3/+7
* msg: add a mechanism to output messages to a ringbufferwm42014-01-162-18/+152
* msg: fix typo in commentwm42014-01-161-1/+1
* msg: move special declarations to msg_control.hwm42014-01-164-13/+21
* msg: print module prefixes even if message contains newlineswm42014-01-161-12/+23
* msg: update commentwm42014-01-151-1/+1
* msg: terminal OSD uses stderr, not stdoutwm42014-01-151-1/+1
* msg: don't clear term OSD lines that are not usedwm42014-01-141-3/+5
* msg: fix printing of module headerwm42014-01-141-1/+2
* player: redo terminal OSD and status line handlingwm42014-01-132-14/+80
* Factor out setting AVCodecContext extradatawm42014-01-112-10/+15
* common: drop mp_append_utf8_buffer()wm42013-12-302-13/+2
* common: simplify and optimize string escape parsingwm42013-12-302-5/+76
* asxparser: remove commented codewm42013-12-221-12/+0
* Don't include version.h from make options.cwm42013-12-222-4/+4
* msg: add some comments about thread-safetywm42013-12-221-0/+6
* msg: remove global statewm42013-12-213-59/+58
* msg: don't prefix slave-mode stuff by defaultwm42013-12-211-1/+1
* msg: rename mp_msg_log -> mp_msgwm42013-12-216-31/+31
* msg: convert defines to enumwm42013-12-213-26/+27
* msg: remove legacy stuffwm42013-12-212-142/+3
* cpudetect: remove mp_msg callswm42013-12-211-13/+0
* stream: mp_msg conversionswm42013-12-212-6/+5
* demux: mp_msg conversionswm42013-12-211-1/+1
* playlist_parser: mp_msg conversionwm42013-12-214-72/+79
* encode_lavc: mp_msg conversionswm42013-12-213-109/+101
* av_log: mp_msg conversionwm42013-12-212-32/+71
* m_option, m_config: mp_msg conversionswm42013-12-212-14/+16
* codecs: avoid having to print error messagewm42013-12-211-3/+2
* codecs: mp_msg conversionwm42013-12-212-7/+8
* av_common: abuse av_log to print message instead of mp_msgwm42013-12-211-1/+2
* msg: handle vsnprintf errorswm42013-12-201-1/+2
* msg: use a global lock to synchronize printingwm42013-12-201-4/+7
* msg: change --msglevel, reduce legacy gluewm42013-12-202-26/+123
* msg: cosmetic changeswm42013-12-202-124/+87
* msg: change hack to silence command line pre-parse error messageswm42013-12-202-1/+4
* terminal: remove separate formatting for --msgmodulewm42013-12-201-4/+1
* terminal: abstract terminal color handlingwm42013-12-201-95/+5
* terminal: move SIGTTOU signal handler setup codewm42013-12-191-7/+0
* Rename getch2....c/h to terminal....c/hwm42013-12-191-1/+1
* Reduce recursive config.h inclusions in headerswm42013-12-181-3/+4
* Remove the _ macrowm42013-12-182-7/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1725-0/+4380