You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shrimbly
0bca6e6969
fix(memory): close blob URL leak race in useVideoBlobUrl
- Track created blob URL in async chain with createdUrl variable
- Cleanup function revokes orphaned URLs created after cancel flag set
- Remove unnecessary prevInputRef deduplication (React handles this)
- Fixes race where rapid videoUrl changes orphan blob URLs in memory
5 months ago
..
__tests__
fix: resolve Discord audio playback issues in exported MP4s
5 months ago
useApplySpeedCurve.ts
fix: resolve resource leaks, stale state refs, and cache correctness issues
5 months ago
useAudioMixing.ts
fix: add diagnostic logging for audio pipeline in VideoStitch node
5 months ago
useAudioPlayback.ts
fix: multiple bug fixes, security hardening, and shared video-probing module
5 months ago
useAudioVisualization.ts
feat(41-01): port audio and video processing hooks from easy-peasy-ease
5 months ago
useCommentNavigation.ts
feat: Template Explorer, Comment Navigation, and Output Node Improvements
6 months ago
usePromptAutocomplete.ts
feat: refactor PromptConstructor, add project setup flow, improve gallery
5 months ago
useStitchVideos.ts
fix: add diagnostic logging for audio pipeline in VideoStitch node
5 months ago
useTrimVideo.ts
fix: multiple bug fixes, security hardening, and shared video-probing module
5 months ago
useVideoBlobUrl.ts
fix(memory): close blob URL leak race in useVideoBlobUrl
5 months ago