summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sixel.c
Commit message (Expand)AuthorAgeFilesLines
* terminal: add terminal_set_mouse_input functionnanahi10 days1-2/+2
* vo_{tct,sixel,kitty}: implement mouse supportnanahi10 days1-0/+2
* vo_sixel: change exit-clear handling to OPT_REPLACEDDudemanguy2023-09-211-2/+1
* various: fix various typos in the code baseAlexander Seiler2023-03-281-8/+8
* various: fix typosHarri Nieminen2023-03-281-1/+1
* options: remove explicit initialization of integers to 0Christoph Heinrich2023-02-211-6/+0
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-12/+11
* vo_sixel: Implement write() loopMia Herkt2022-12-201-4/+16
* vo_sixel: Rename draw-clear -> config-clearMia Herkt2022-12-201-5/+5
* osdep/terminal.h: Rename screen buffer controlsMia Herkt2022-12-201-2/+2
* vo_sixel: Alias/deprecate exit-clear -> alt-screenMia Herkt2022-12-201-5/+7
* vo_sixel: Make buffering optionalMia Herkt2022-12-201-7/+21
* vo_sixel: Buffer full output sequenceMia Herkt2022-12-191-19/+27
* vo_sixel: Use write(2) on POSIX platformsMia Herkt2022-12-191-14/+35
* vo_sixel: Move user options to structMia Herkt2022-12-191-69/+66
* vo_sixel: Add option to skip clear while drawingMia Herkt2022-12-191-7/+12
* osdep/terminal: Move common esc codes to terminal.hMia Herkt2022-12-191-16/+10
* vo_sixel: Use the alternate buffer to restore termMia Herkt2022-12-191-4/+6
* vo_sixel: don't divide by zero on small terminalAvi Halachmi (:avih)2020-12-021-10/+16
* vo_sixel: re-fit image on terminal resizeShreesh Adiga2020-12-021-1/+20
* vo_sixel: refactor of resize, reconfig (no-op)Shreesh Adiga2020-12-021-27/+34
* vo_sixel: Update description string of vo driverShreesh Adiga2020-12-021-1/+1
* vo_sixel: don't leak the frame referenceAvi Halachmi (:avih)2020-11-291-4/+9
* vo_sixel: use draw_frame instead of draw_imageShreesh Adiga2020-11-271-13/+36
* vo_sixel: skip testdither init in fixed paletteShreesh Adiga2020-11-271-11/+18
* vo_sixel: Update libsixel constant valuesShreesh Adiga2020-11-271-3/+3
* vo_sixel: change default dither to "auto"Avi Halachmi (:avih)2020-11-271-1/+1
* vo_sixel: fix the image corruption with mltermAvi Halachmi (:avih)2020-11-271-6/+5
* vo_sixel: support --vo-sixel-exit-clear[=yes]Avi Halachmi (:avih)2020-11-271-2/+7
* vo_sixel: draw osd on the output frameShreesh Adiga2020-11-221-0/+5
* vo_sixel: return -1 instead of SIXELSTATUS on failureShreesh Adiga2020-11-221-10/+36
* vo_sixel: set --vo-sixel-fixedpalette=yes by defaultShreesh Adiga2020-11-221-1/+1
* vo_sixel: Add aspect ratio based output centeringShreesh Adiga2020-11-221-158/+156
* vo_sixel: rename all user options with opt_ prefixShreesh Adiga2020-11-221-36/+50
* vo_sixel: set output resolution based on terminal_get_size2Shreesh Adiga2020-11-221-2/+37
* vo_sixel: Add fallback terminal width and heightShreesh Adiga2020-11-091-2/+5
* vo_sixel: Add checks to prevent null pointer dereferencing.Shreesh Adiga2020-11-091-1/+8
* video/out/vo_sixel.c: Implement sixel as a output deviceShreesh Adiga2020-11-071-0/+421