2025-08-04 18:27 | core/lib: support multiple parameter blocks | Randy Palamar | 17 | +1063 | -849 |
2025-08-06 19:41 | shaders/das: fix rounded rf index clamping | Randy Palamar | 1 | +1 | -1 |
2025-08-01 21:41 | lib: set_pipeline_stage_parameters should return success on success | Randy Palamar | 1 | +1 | -0 |
2025-07-30 03:58 | core: asynchronous RF upload thread | Randy Palamar | 11 | +337 | -135 |
2025-08-01 12:16 | core: cleanup plan_compute_pipeline a little | Randy Palamar | 1 | +40 | -41 |
2025-07-31 14:30 | shaders/demod: use correct filter endpoint when decimating | Randy Palamar | 1 | +1 | -0 |
2025-07-31 12:52 | shaders/das: full focus time must still be used for iq rotation | Randy Palamar | 1 | +8 | -8 |
2025-07-30 21:56 | ui: print demod rf size in addition input rf size | Randy Palamar | 3 | +16 | -12 |
2025-07-30 21:51 | ui: use rf_size thats available on master | Randy Palamar | 1 | +1 | -3 |
2025-07-30 18:45 | ui: list RF size and include (FPS) for bulk timings | Randy Palamar | 1 | +31 | -2 |
2025-07-29 13:02 | shaders/das: make it clear that the relevant iq focus time is fractional | Randy Palamar | 1 | +9 | -11 |
2025-07-28 11:35 | shaders/demod: use correct target for demod after decode | Randy Palamar | 1 | +1 | -1 |
2025-07-28 04:16 | build: missed a couple and removed one that should have stayed | Randy Palamar | 1 | +4 | -6 |
2025-07-28 04:04 | build: remove duplicated X macro | Randy Palamar | 1 | +2 | -8 |
2025-07-28 02:47 | shaders/demod: index forward on RF data | Randy Palamar | 2 | +11 | -14 |
2025-07-27 23:53 | lib: ensure locked_region_upload is perfoming actions on valid shared memory | Randy Palamar | 1 | +21 | -12 |
2025-07-27 20:55 | ui: cycle colours for bar graph | Randy Palamar | 1 | +1 | -1 |
2025-07-27 18:38 | build: output matlab beamformer classes | Randy Palamar | 3 | +104 | -53 |
2025-07-27 17:59 | build: rework bindings generator | Randy Palamar | 1 | +58 | -32 |
2025-07-27 17:58 | build: everything depends on build/build.exe | Randy Palamar | 1 | +5 | -1 |
2025-07-27 13:57 | core: ctx->latest_frame is check for data; flatten BeamformerComputeFrame | Randy Palamar | 5 | +74 | -82 |
2025-07-27 12:22 | lib: actually write set_global_timeout function not just the prototype | Randy Palamar | 1 | +12 | -0 |
2025-07-27 02:02 | lib: move global variables into a single global context | Randy Palamar | 1 | +79 | -63 |
2025-07-27 01:27 | lib: remove timeout argument from most functions | Randy Palamar | 3 | +46 | -37 |
2025-07-27 01:08 | lib: delete legacy API | Randy Palamar | 3 | +0 | -69 |
2025-07-27 00:06 | ui: fix incorrect max value for center frequency | Randy Palamar | 1 | +1 | -1 |
2025-07-26 23:56 | core: bind only filled portion of rf buffer for DAS | Randy Palamar | 2 | +6 | -2 |
2025-07-26 21:22 | math: fix sharp edge in low pass filter for even lengths | Randy Palamar | 1 | +1 | -1 |
2025-07-25 20:25 | shaders/das: move sample validity check into sample_rf() | Randy Palamar | 2 | +18 | -23 |
2025-07-26 21:05 | core: remove double sized raw data ssbo | Randy Palamar | 1 | +9 | -16 |
2025-07-25 19:30 | core: treat data as IQ when demodulating | Randy Palamar | 6 | +183 | -120 |
2025-07-25 18:17 | core: ignore CudaHilbert when demodulation was requested | Randy Palamar | 1 | +31 | -9 |
2025-07-24 20:26 | core: dispatch compute sync should be after pipeline planning | Randy Palamar | 1 | +2 | -2 |
2025-07-24 16:03 | build: output matlab bindings for data kinds | Randy Palamar | 1 | +11 | -0 |
2025-07-24 04:17 | core: refactor decode and demodulation handling | Randy Palamar | 7 | +284 | -109 |
2025-07-23 18:27 | core/lib: rework pipeline handling | Randy Palamar | 12 | +333 | -178 |
2025-07-23 15:10 | core: first pass at demod/decimation support | Randy Palamar | 13 | +355 | -84 |
2025-07-22 16:37 | lib: fix two race conditions when exporting data | Randy Palamar | 2 | +12 | -14 |
2025-07-18 18:29 | shaders/das: early out when channel apodization is 0 | Randy Palamar | 1 | +45 | -33 |
2025-07-18 16:51 | core: shave 40% off DAS runtime | Randy Palamar | 10 | +445 | -232 |
2025-07-18 13:12 | build: matlab: generate shader stage enumerants | Randy Palamar | 1 | +16 | -7 |
2025-07-18 13:11 | build: fix w32 integer sign conversion warnings/errors | Randy Palamar | 1 | +2 | -2 |
2025-07-17 12:32 | build: replace -ffast-math with specifics | Randy Palamar | 1 | +1 | -1 |
2025-07-13 02:54 | beamformer.c: move debug os includes to end of file | Randy Palamar | 1 | +9 | -8 |
2025-07-13 01:36 | core: replace os function table with static definitions | Randy Palamar | 10 | +42 | -49 |
2025-07-12 17:58 | core/build: go all in on ubsan/asan | Randy Palamar | 12 | +196 | -122 |
2025-07-12 02:56 | build: enable more warnings and fix them | Randy Palamar | 21 | +483 | -475 |
2025-07-10 19:43 | ui: set StopImaging flag on close | Randy Palamar | 1 | +2 | -0 |
2025-07-10 04:45 | ui: fancier live control power slider | Randy Palamar | 3 | +61 | -8 |
2025-07-08 13:59 | build: generate matlab bindings for live feedback flags | Randy Palamar | 1 | +49 | -1 |
| 561 more commits remaining, fetch the repository |