Age | Commit message (Expand) | Author |
2023-08-18 | main: call til_stream_start_frame() | Vito Caputo |
2023-08-18 | til_stream: introduce a per-stream frame counter | Vito Caputo |
2023-08-16 | modules/*: update all taps in context_create() | Vito Caputo |
2023-08-14 | modules/rkt: stop leaking rkt_setup_t.scener_address | Vito Caputo |
2023-08-14 | modules/rkt: gc module contexts after scener edits | Vito Caputo |
2023-08-14 | modules/rkt: free rkt_context_t.scenes in rkt_destroy_context() | Vito Caputo |
2023-08-14 | modules/rkt: wire up pipe_dtor to stop leaking rkt_pipe_t | Vito Caputo |
2023-08-14 | modules/mixer: restrict randomized module settings | Vito Caputo |
2023-08-14 | modules/rtv: add blurb about tokchannels leak | Vito Caputo |
2023-08-14 | til_settings: handle errors in til_settings_as_arg() | Vito Caputo |
2023-08-14 | til_str: handle overflows in til_str_appendf() | Vito Caputo |
2023-08-14 | til_str: realloc in increasingly larger increments | Vito Caputo |
2023-08-14 | modules/compose: exclude compose from layers | Vito Caputo |
2023-08-13 | main: free setups and settings in shutdown | Vito Caputo |
2023-08-13 | modules/rtv: don't gc from cleanup_channel() | Vito Caputo |
2023-08-13 | modules/shapes: plug context leak | Vito Caputo |
2023-08-13 | sdl_fb: plug title leak | Vito Caputo |
2023-08-13 | main: switch to til_fb_halt() | Vito Caputo |
2023-08-13 | til_fb: introduce til_fb_halt() | Vito Caputo |
2023-08-13 | til_fb: track all pages and free them in til_fb_free() | Vito Caputo |
2023-08-13 | til_stream: assert when gc leaks in til_stream_free() | Vito Caputo |
2023-08-13 | til_stream: return skipped count from til_stream_gc_module_contexts() | Vito Caputo |
2023-08-13 | til_stream: always assign n_module_contexts in register | Vito Caputo |
2023-08-13 | til_stream: fix parent_path leak in til_stream_untap_owner() | Vito Caputo |
2023-08-13 | til_stream: gc module contexts on til_stream_free() | Vito Caputo |
2023-08-12 | til_fb: fix bug in til_fb_fragment_slice_single() | Vito Caputo |
2023-08-12 | modules/checkers: fix clipping bug in fragmenter | Vito Caputo |
2023-08-12 | modules/checkers: minor cosmetic changes to fragmenter | Vito Caputo |
2023-08-09 | modules/mixer: remove TIL_MODULE_EXPERIMENTAL flag | Vito Caputo |
2023-08-09 | modules/mixer: %S/fade/blend/g | Vito Caputo |
2023-08-08 | modules/rtv: til_module_setup_full()-ize snow_module= | Vito Caputo |
2023-08-08 | modules/roto: trivial indentation fixup | Vito Caputo |
2023-08-07 | modules/rkt: add EDITSCENE state akin to NEWSCENE | Vito Caputo |
2023-08-07 | modules/rkt: make NEWSCENE state a simple function | Vito Caputo |
2023-08-07 | modules/checkers: fix radcache partial initialization bug | Vito Caputo |
2023-08-07 | modules/checkers: ensure all fill_module_contexts render | Vito Caputo |
2023-08-06 | modules/roto: only update fill_fb on changed ticks | Vito Caputo |
2023-08-05 | modules/mixer: til_module_setup_full() for inputs | Vito Caputo |
2023-08-05 | modules/compose: til_module_setup_full() layers=/texture= | Vito Caputo |
2023-08-05 | til: fix til_module_setup_full() exclusions | Vito Caputo |
2023-08-05 | modules/montage: til_module_setup_full() for tiles=[...] | Vito Caputo |
2023-08-05 | til_builtins: add flag to "blank" builtin | Vito Caputo |
2023-08-05 | modules/roto: til_module_setup_full() for fill_module= | Vito Caputo |
2023-08-05 | modules/checkers: til_module_setup_full() for fill_module= | Vito Caputo |
2023-08-05 | setup: handle ':' prefixes in setup_interactively() | Vito Caputo |
2023-08-05 | modules/{compose,montage,rtv}: exclude builtins | Vito Caputo |
2023-08-05 | til: use set_raw_value() in randomize_setup() overrides | Vito Caputo |
2023-08-05 | main: handle NULL res_setup a la "none" builtin | Vito Caputo |
2023-08-05 | til_builtins: add "none" builtin | Vito Caputo |
2023-08-05 | til: make builtins first-class modules w/new flag | Vito Caputo |