You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed track names never writing -- type_eq checks offset +4 from the pointer; was passing hdlr+16 instead of hdlr+12, so the handler type was never matched
Fixed all patches failing on large recordings (>4 GB) -- MP4 boxes larger than 4 GB use an extended 64-bit size field; the scanner was bailing before finding moov
Fixed Patch Folder using a file picker -- now opens a proper folder browser
New features
OPP_STATUS_N_A (110) -- files with no source data (no udta/name box, mvhd.creation_time = 0) are stamped N/A and skipped permanently on future scans
Patch options pre-dialog -- Patch Folder/File shows a checkbox dialog to choose which patches to apply
Completion feedback -- message box reports how many files were actually changed
Tooltips on all Tools menu items
Only counts files as patched if status bytes actually changed
Maintenance
Removed redundant [obs-premiere-patch] prefix from all log strings (OBS already prepends the module name)