video-accessibility/backend/app
Vadym Samoilenko c8a610b3f7 fix(vtt): auto-fix overlapping cues from AI-generated output
Gemini occasionally produces captions where a cue's start_time is
earlier than the previous cue's end_time. Add VTTEditor.fix_overlapping_cues()
that trims each cue's end_time to 1ms before the next cue's start, applied
to both captions and AD VTT immediately after AI generation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 13:23:08 +01:00
..
api/v1 fix(gemini): correct fallback model ID + graceful downloads for failed jobs 2026-05-08 12:32:39 +01:00
core feat(pause-insert): adaptive buffer, forward-snap, timeline drag + share link fix 2026-05-01 16:09:09 +01:00
lib fix(vtt): auto-fix overlapping cues from AI-generated output 2026-05-08 13:23:08 +01:00
middleware fix(middleware): add word boundaries to injection patterns; default role to admin 2026-05-06 09:45:28 +01:00
migrations fix: 7 caption/AD quality bugs + retranslation error handling 2026-05-07 15:38:20 +01:00
models fix: 7 caption/AD quality bugs + retranslation error handling 2026-05-07 15:38:20 +01:00
prompts fix: 7 caption/AD quality bugs + retranslation error handling 2026-05-07 15:38:20 +01:00
schemas feat(translation): enforce EN-first pipeline with cue-preserving translations 2026-05-06 12:11:35 +01:00
services fix(gemini): fallback on empty response (response.text is None) 2026-05-08 12:54:10 +01:00
tasks fix(vtt): auto-fix overlapping cues from AI-generated output 2026-05-08 13:23:08 +01:00
telemetry chore: push all session changes — backend hardening, tests, apache config, deploy scripts 2026-04-30 15:52:14 +01:00
main.py chore: push all session changes — backend hardening, tests, apache config, deploy scripts 2026-04-30 15:52:14 +01:00