aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some memory leakss-ol2026-04-131-5/+5
|
* support arrays of uniforms, remove finished sourcess-ol2026-04-101-87/+41
|
* pipe raw video to stdouts-ol2026-01-101-1/+6
|
* ffmpeg: refactor/turn inside avcodec loops inside-outs-ol2025-10-241-2/+2
|
* add BufferedStreamSources-ol2025-10-191-11/+58
|
* update for Zig 0.15.1s-ol2025-09-221-3/+3
|
* rename /texture → /sources-ol2025-08-051-7/+7
|
* fix boolean uniformss-ol2025-08-051-7/+14
|
* dynamic OSC method registration for sourcess-ol2025-08-051-106/+96
|
* add freeze and step controls to Sources-ol2025-07-301-1/+33
|
* accept format and format_options for ffmpeg sourcess-ol2025-07-291-7/+11
|
* add libav StreamSource, run Sources in threadss-ol2025-07-281-2/+29
|
* add texture-share-vk Sources-ol2025-03-211-6/+31
|
* wrap Texture in Sources-ol2025-03-201-16/+20
|
* print effective OSC address on listen, reload messagess-ol2025-03-191-1/+3
|
* separate texture loading from binding via /texture/<name>s-ol2025-03-191-47/+80
|
* switch to /uniform/* pathss-ol2025-03-181-101/+56
|
* cache textures by filenames-ol2025-03-161-11/+14
|
* drop libyaml, configure via argss-ol2025-03-151-89/+117
|
* fix conditional compilations-ol2025-03-101-2/+0
|
* implement HAP decoding straight to compressed GPU textures-ol2025-03-101-2/+1
| | | | Supports HAP and HAP Alpha (Hap1/Hap5) formats
* allow disabling texture/ffmpeg support at build times-ol2025-03-051-0/+2
|
* fix shader reloading wrt Texturess-ol2025-03-051-1/+1
|
* load videoes/textures relative to project_roots-ol2025-03-041-7/+21
|
* load videos and textures using libavs-ol2025-02-241-2/+48
|
* update for zig 0.13.0s-ol2024-11-131-1/+1
|
* allow indexing uniforms, fix bugs-ol2023-10-291-52/+106
|
* update for zig 0.11.0s-ol2023-10-291-24/+26
|
* update for zig 0.9.0s-ol2021-11-111-1/+1
|
* update for zig 0.8.0s-ol2021-11-111-2/+2
|
* remove/ignore unused variabless-ol2021-11-111-0/+5
|
* better error messagess-ol2021-11-101-2/+4
|
* update for zig 0.7.1s-ol2021-11-101-4/+0
|
* zig-fmt for low-column-screenss-ol2020-06-081-1/+7
|
* error handlings-ol2020-06-081-73/+108
|
* different OSC set layers-ol2020-06-071-27/+69
|
* update for zig 0.6.0s-ol2020-05-141-1/+1
|
* format, remove debug GL outputs-ol2020-02-101-12/+6
|
* support arrays and bare-lists for vectorss-ol2020-02-021-6/+12
|
* reimplement working OSC controls-ol2020-01-271-29/+41
|
* break OSC in favor of uniform cachings-ol2020-01-261-28/+33
|
* fix OSC server creation error handlings-ol2020-01-251-1/+3
|
* OSC configuration in config.yamls-ol2020-01-251-2/+23
|
* basic OSC supports-ol2020-01-251-0/+77