WyattBlue / auto-editor

Auto-Editor: Efficient media analysis and rendering
https://auto-editor.com
The Unlicense
2.81k stars 411 forks source link

Remove source indirection in tl v3 #401

Closed WyattBlue closed 9 months ago

WyattBlue commented 9 months ago

This PR changes how the src attribute works. Instead of a tag point to a str path, src will now just be the str path directly.

This change improves performance and reduces complexity, but at the cost of public API breakage and invasive code changes.

I'm probably not going to merge this PR because I changed too much in one go. I'll leave this here as a reference for myself while I make more incremental commits on master.