Lightningbeam/lightningbeam-ui/lightningbeam-editor/src/panes
Skyler Lehmkuhl f1fba186c1 video: decode at the consumer's target resolution (Stage 1)
The decoder's output size was frozen to the document size at import, and export
reused that decoder — so exporting above document res upscaled the video (real
source detail discarded) and a document resize never re-targeted the decode.

Decode size is now chosen per get_frame call: VideoDecoder::get_frame and
VideoManager::get_frame take a target (w, h), capped to native (never upscale),
with the swscale context and frame caches keyed on the output size so preview
(preview res) and an in-progress export (export res) don't collide. The renderer
derives the target from the document->output base_transform, so export decodes
at export res (full detail) and the canvas at preview res. Thumbnails/asset
library pass small targets.
2026-06-26 00:36:35 -04:00
..
node_graph Add automatable volume and pan control to default instruments 2026-03-23 23:27:05 -04:00
shaders Composite grouped/nested video on the GPU path 2026-06-22 17:38:30 -04:00
asset_library.rs video: decode at the consumer's target resolution (Stage 1) 2026-06-26 00:36:35 -04:00
gradient_editor.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
infopanel.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
mod.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
node_editor.rs Node graph initial work 2025-12-16 07:59:16 -05:00
outliner.rs update css handling 2026-03-02 10:32:19 -05:00
piano_roll.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
preset_browser.rs Add automation inputs for audio graphs 2026-03-18 11:25:48 -04:00
shader_editor.rs update css handling 2026-03-02 10:32:19 -05:00
stage.rs Composite grouped/nested video on the GPU path 2026-06-22 17:38:30 -04:00
timeline.rs Clean up build warnings 2026-06-21 16:48:59 -04:00
toolbar.rs Refactor tools 2026-03-06 10:07:24 -05:00
virtual_piano.rs Give metatracks explicit node graphs 2026-03-10 20:20:46 -04:00