mpv/common
wm4 47b29094c3 win32: emulate some ANSI terminal escape codes
We already redirect all terminal output through our own wrappers (for
the sake of UTF-8), so we might as well use it to handle ANSI escape
codes.

This also changes behavior on UNIX: we don't retrieve some escape codes
per terminfo anymore, and just hardcode them. Every terminal should
understand them.

The advantage is that we can pretend to have a real terminal in the
normal player code, and Windows atrocities are locked away in glue
code.
2014-08-21 22:45:58 +02:00
..
av_common.c Improve setting AVOptions 2014-08-02 03:12:33 +02:00
av_common.h Improve setting AVOptions 2014-08-02 03:12:33 +02:00
av_log.c
av_log.h
codecs.c
codecs.h
common.c common: change mp_snprintf_append semantics 2014-05-05 23:56:12 +02:00
common.h common: change MP_NOPTS_VALUE definition 2014-05-10 10:44:16 +02:00
encode.h encode: make option struct local 2014-06-11 02:05:07 +02:00
encode_lavc.c encode: deal with codec->time_base deprecation 2014-07-22 23:04:12 +02:00
encode_lavc.h encode: make option struct local 2014-06-11 02:05:07 +02:00
global.h
msg.c win32: emulate some ANSI terminal escape codes 2014-08-21 22:45:58 +02:00
msg.h options: remove deprecated --identify 2014-05-04 02:46:11 +02:00
msg_control.h Add more const 2014-06-11 00:39:14 +02:00
playlist.c command: append entries to the end of the playlist with loadlist append 2014-07-25 14:32:34 +02:00
playlist.h command: append entries to the end of the playlist with loadlist append 2014-07-25 14:32:34 +02:00
tags.c tags: add copy function 2014-07-16 22:40:12 +02:00
tags.h tags: add copy function 2014-07-16 22:40:12 +02:00
version.c Add more const 2014-06-11 00:39:14 +02:00