26
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4707 from OpenShot/fix-razor-cursor More... almost 3 years ago
Merge pull request #4703 from OpenShot/detect-shorten-project-duration_REBASE More... almost 3 years ago
Merge pull request #4706 from OpenShot/time-keyframes-follow-fps More... almost 3 years ago
Add placeholder caption with the first timestamp to be more general. More... almost 3 years ago
Removing a File from a project will now 1st remove any related Clips, and then the File. This allows the Undo action to correctly undo the File first, and then the Clips (preventing a Clip with no File, causing no thumbnail) More... almost 3 years ago
Only add 5 seconds if the current line has the time code about to be written. More... almost 3 years ago
Fixing razor cursor, which was broken on Windows (i.e. webkit backend) when we moved from PNG to SVG icon file. Also, adding a new way to target CSS for webkit VS webengine. More... almost 3 years ago
Merge pull request #812 from OpenShot/clip-silence-past-reader-length More... almost 3 years ago
Review Suggestions More... almost 3 years ago
Silence openshot::Frame audio when requesting a Clip::GetFrame() past the end of the Clip's Reader. For example, if a Clip has 1000 frames, and the user requests frame 1001, we will return the last cached openshot::Frame object, but we don't want to repeat the audio samples (causing a stutter). Any frame past the end of the reader, should always silence the audio samples. Also, fixed a few invalid comments, and added a Unit test. More... almost 3 years ago
Scale time keyframes to match changing fps More... almost 3 years ago
Prevent infinite loop on timeline resize More... almost 3 years ago
Merge pull request #4702 from OpenShot/titles-prevent-sequence-dialog More... almost 3 years ago
Merge pull request #811 from OpenShot/make-cache-less-aggressive More... almost 3 years ago
Renaming variable for clarity More... almost 3 years ago
Merge pull request #4694 from OpenShot/caption-relative-timestamps_REBASE More... almost 3 years ago
Don't prompt to import as image sequence for titles More... almost 3 years ago
Allow cache on initial pause, to use the Timeline cache size to initially cache a bunch more frames... and then fully pause. This allows for a balance between not-caching during pause (for Transform and Scrubbing performance), but still caching frames on pause so the user can wait for a smoother playback experience. More... almost 3 years ago
Merge pull request #4701 from OpenShot/fix-path-with-escapes More... almost 3 years ago
Fixing path support with escaped characters, such as quotes inside a file name. Made regex more greedy, to get the entire string. Parse regex JSON paths back to Python strings before absolute/relative logic, and then back to escaped JSON string. More... almost 3 years ago
Suggested edits, and fixes for cut clips. More... almost 3 years ago
Merge pull request #810 from OpenShot/make-cache-less-aggressive More... almost 3 years ago
Merge pull request #4698 from OpenShot/fix-title-editor-lag More... almost 3 years ago
Fix an infinite timer loop on the Title Editor. This makes editing titles less CPU intensive, and delays the preview until typing has stopped for a moment. More... almost 3 years ago
Removing adaptive caching support, and make things generally less aggressive. Do not cache when paused (to allow for transform tool and timeline scrubbing to only render the current frame needed, for speed). This results in very smooth transform tool editing, very smooth timeline scrubbing, and I'm still seeing very smooth video playback when not paused. Needs more testing though. More... almost 3 years ago
Use log to info not error for problems finding the clip a caption belongs to. More... almost 3 years ago
Merge pull request #4683 from Trainax/develop More... almost 3 years ago
Merge pull request #4696 from OpenShot/fix-trimming-preview More... almost 3 years ago
FFmpegWriter: Don't use AVPicture (gone in 5.0)
ferdnyc
as FeRD (Frank Dana)
More... almost 3 years ago
FFmpegWriter: Don't force deprecated stream member
ferdnyc
as FeRD (Frank Dana)
More... almost 3 years ago