Age | Commit message (Expand) | Author |
2023-11-18 | til_stream: introduce "pre" module contexts on stream | Vito Caputo |
2023-11-18 | til_stream: drop til_stream_start_frame() | Vito Caputo |
2023-11-18 | til_stream: add til_stream_render() | Vito Caputo |
2023-11-14 | til_stream,rkt,main: add stream audio control | Vito Caputo |
2023-11-14 | til_stream: add til_audio_context_t to til_stream_t | Vito Caputo |
2023-08-19 | til_stream: drop til_stream_pipe_set_owner() | Vito Caputo |
2023-08-19 | til_stream: the first tap per-frame should drive the pipe | Vito Caputo |
2023-08-19 | til_stream: set frame in til_stream_pipe_set_driving_tap() | Vito Caputo |
2023-08-19 | til_stream: track frame in til_stream_pipe_t | Vito Caputo |
2023-08-18 | til_stream: introduce a per-stream frame counter | 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-07-13 | til_stream: update tap ptr in til_stream_tap new pipe case | Vito Caputo |
2023-07-12 | til_stream: loop gc passes until nothing gets freed | Vito Caputo |
2023-07-12 | til_stream: clarify c->n_contexts reuse | Vito Caputo |
2023-07-08 | til: measure til_module_render() durations | Vito Caputo |
2023-06-15 | til_stream: introduce til_stream_{end,active}() | Vito Caputo |
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo |
2023-06-12 | til_stream: introduce on-stream registered contexts | Vito Caputo |
2023-06-08 | til_stream: name pipe-oriented stream api as such | Vito Caputo |
2023-06-06 | til_stream: drop redundant til_stream_pipe_t typedef | Vito Caputo |
2023-06-05 | til_stream: s/buckets/pipe_buckets/ | Vito Caputo |
2023-01-21 | til_stream: introduce til_stream_hooks_t et al | Vito Caputo |
2023-01-21 | til_stream: teardown pipes when the driving_tap's owner matches | Vito Caputo |
2023-01-21 | til_stream: minor cosmetic naming/comments fixes | Vito Caputo |
2023-01-21 | til_stream: add til_stream_pipe_set_driving_tap() | Vito Caputo |
2023-01-21 | til_{tap,stream}: introduce til_tap_t.inactive | Vito Caputo |
2023-01-21 | til_stream: introduce stream iterator et al | Vito Caputo |
2023-01-21 | til_stream: comment fix, and assert/error on mismatch | Vito Caputo |
2023-01-21 | til_stream: add a second void* to til_stream_pipe_t | Vito Caputo |
2023-01-11 | til_{stream,tap}: add GPL headers | Vito Caputo |
2023-01-11 | til_stream: first stab at implementing til_stream_t | Vito Caputo |