Age | Commit message (Expand) | Author |
2023-07-04 | modules/*: return invalid setting on -EINVAL in setup | Vito Caputo |
2023-07-04 | til_settings: add til_setting_desc_strprint_path() variant | Vito Caputo |
2023-07-04 | til_module_context: untap early in module_context_free() | Vito Caputo |
2023-07-04 | til: make til_modlue_setup() nested usage aware | Vito Caputo |
2023-07-04 | til: optionally finalize in til_module_setup() | Vito Caputo |
2023-07-04 | til_stream: add missing include stdio for FILE* | Vito Caputo |
2023-07-04 | til_str: mechanical rename s/seed/string/ | Vito Caputo |
2023-07-04 | til_settings: add way to change the settings label | Vito Caputo |
2023-07-04 | til_settings: add ability to get at settings parent | Vito Caputo |
2023-07-04 | til_str: exclude \0 from res_len for til_str_buf()/til_str_to_buf() | Vito Caputo |
2023-07-04 | til_str: introduce til_str_chomp() | Vito Caputo |
2023-07-04 | til_str: fix va_start/va_end usage in til_str_newf() | Vito Caputo |
2023-07-04 | modules/rkt: discretize rkt_context_t.scenes[] | Vito Caputo |
2023-06-24 | modules/rkt: move rkt types to a header | Vito Caputo |
2023-06-24 | til_fb: trivial struct indentation fixup | Vito Caputo |
2023-06-24 | sdl_fb: keep spare pages on free list | Vito Caputo |
2023-06-23 | sdl_fb: quit on ESC keypress | Vito Caputo |
2023-06-23 | til_fb: prevent 0-height slices | Vito Caputo |
2023-06-19 | drm_fb: keep spare pages on a free list | Vito Caputo |
2023-06-19 | mem_fb: keep spare pages on a free list | Vito Caputo |
2023-06-19 | til: use 16 * n_cpus in til_fragmenter_slice_per_cpu() | Vito Caputo |
2023-06-16 | modules/moire: lose unnecessary branch in inner loop | Vito Caputo |
2023-06-16 | modules/moire: some simple optimizations | Vito Caputo |
2023-06-15 | modules/rkt: drop vestigial TODO comment about handles | Vito Caputo |
2023-06-15 | modules/rkt: end the stream on scene 99999 | Vito Caputo |
2023-06-15 | main: quit when the stream ends | Vito Caputo |
2023-06-15 | til_stream: introduce til_stream_{end,active}() | Vito Caputo |
2023-06-15 | modules/stars: quick n dirty ticks-based dt scaling of movement | Vito Caputo |
2023-06-15 | til_module_context: s/ticks/last_ticks/ in context | Vito Caputo |
2023-06-15 | modules/mixer: update taps @ context create too | Vito Caputo |
2023-06-15 | modules/rkt: handle stream taps @ context create | Vito Caputo |
2023-06-14 | modules/mixer: mildly optimize the fader | Vito Caputo |
2023-06-14 | modules/mixer: update T tap once in prepare_frame | Vito Caputo |
2023-06-14 | til_fb: apply fragment->y in til_fb_fragment_slice_single() | Vito Caputo |
2023-06-14 | modules/roto: trivial simplification of render loop | Vito Caputo |
2023-06-13 | modules/mixer: add a fade style, make default | Vito Caputo |
2023-06-13 | modules/mixer: replace inputs= with {a,b}_module= | Vito Caputo |
2023-06-13 | modules/checkers: return -EINVAL on invalid module name | Vito Caputo |
2023-06-13 | til: til_module_setup() needs to finalize when no .setup() | Vito Caputo |
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo |
2023-06-13 | modules/checkers: introduce clear=,clear_color= settings | Vito Caputo |
2023-06-13 | modules/checkers: prefix fill_ to fill color+flags | Vito Caputo |
2023-06-12 | til_settings: convert til_settings_new() to til_str_t | Vito Caputo |
2023-06-12 | til: register contexts on-stream @ create time | Vito Caputo |
2023-06-12 | modules/rtv: gc module contexts on channel switch | Vito Caputo |
2023-06-12 | til_args: introduce --print-module-contexts | Vito Caputo |
2023-06-12 | til_setup: replace memstream use with til_str_t | Vito Caputo |
2023-06-12 | til: introduce "ref" built-in module | Vito Caputo |
2023-06-12 | til_stream: introduce on-stream registered contexts | Vito Caputo |
2023-06-12 | til_settings: pivot settings path printing to til_str | Vito Caputo |