frigate/frigate/util
Josh Hawkins 335229d0d4
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
Miscellaneous fixes (#22828)
* fix video playback stutter when GenAI dialog is open in detail stream

Inline `onOpen` callback in DetailStream.tsx:522 creates a new function identity every render. GenAISummaryChip.tsx:98's useEffect depends on [open, onOpen], so it re-fires on every parent re-render while the dialog is open. Each fire calls onSeek -> setCurrentTime -> seekToTimestamp, creating a continuous re-render + seek loop

* add /profiles to EXEMPT_PATHS for non-admin users

* skip debug_replay/status poll for non-admin users

* use subquery for timeline lookup to avoid SQLite variable limit
2026-04-09 20:53:17 -06:00
..
__init__.py Fix go2rtc init (#18708) 2025-08-16 10:20:33 -05:00
audio.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
builtin.py More mypy cleanup (#22658) 2026-03-26 12:54:12 -06:00
camera_cleanup.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
classification.py Add ability to regenerate examples in classification wizard (#22604) 2026-03-24 07:53:37 -05:00
config.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
downloader.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
ffmpeg.py Split apart video.py (#22631) 2026-03-25 08:44:12 -06:00
file.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
image.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
media.py Add verbose mode to Media Sync (#22592) 2026-03-23 10:05:38 -06:00
model.py Miscellaneous fixes (#20833) 2025-11-07 06:53:27 -07:00
object.py Miscellaneous fixes (#22828) 2026-04-09 20:53:17 -06:00
process.py Miscellaneous fixes (0.17 beta) (#21350) 2025-12-18 15:12:10 -07:00
rknn_converter.py Fixes (#22280) 2026-03-05 14:11:32 -06:00
schema.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
services.py Refactor Intel Stats (#22674) 2026-03-29 12:09:02 -05:00
time.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
velocity.py Fixes (#18935) 2025-07-07 06:35:55 -06:00