aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_tct.c
Commit message (Collapse)AuthorAge
* sws_utils: don't force callers to provide option structGravatar wm42018-01-18
| | | | | | | mp_sws_set_from_cmdline() has the only purpose to respect the --sws- command line options. Instead of forcing callers to get the option struct containing these, let callers pass mpv_global, and get it from the option core code directly. This avoids minor annoyances later on.
* vo_tct: check ioctl resultGravatar rr-2017-02-20
|
* vo_tct: support also 256 colors outputGravatar Avi Halachmi (:avih)2016-10-25
|
* vo_tct: optional custom size, support non-posix with 80x25 defaultGravatar Avi Halachmi (:avih)2016-10-25
| | | | Also, replace the UTF8 half block char at the source code with C escape.
* vo_tct: introduce modern caca alternativeGravatar rr-2016-10-20