26
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4584 from OpenShot/fix-preview-size-new-open-project More... about 3 years ago
Merge pull request #4583 from OpenShot/fix-regression-video-widget More... about 3 years ago
Merge pull request #4582 from OpenShot/new-effect-colors More... about 3 years ago
Fix max preview size when creating a new project or opening an existing project. Improves playback speed, and fixes a few visual artifacts (such as frame # display changing sizes, or being too small to read) More... about 3 years ago
Fixing 2 regressions with video_widget: - Region drawing was broken (used by Tracker effect) - Zooming with Scroll-Wheel on video_widget was broken More... about 3 years ago
Adding Hue to keyframe colors More... about 3 years ago
Added license comments to new files. More... about 3 years ago
Naming convention for filePicker.py More... about 3 years ago
Adopt OpenShot naming convention More... about 3 years ago
UI file and progress bar More... about 3 years ago
Merge pull request #4579 from OpenShot/new-effect-colors More... about 3 years ago
Updating the colors of each keyframe icon to be unique (and dark enough to see the 1st letter). Many icons were missing or undefined, and were indistinguishable from each other. More... about 3 years ago
Merge pull request #4578 from OpenShot/audio-devices More... about 3 years ago
Merge pull request #719 from OpenShot/audio-devices More... about 3 years ago
Add Documentation for exporting clips More... about 3 years ago
Cleanup, and codacy fixes More... about 3 years ago
Merge pull request #139 from OpenShot/gitlab-ignore More... about 3 years ago
Ignoring a common folder path from JetBrains CLion More... about 3 years ago
Ignoring a common folder path from JetBrains CLion More... about 3 years ago
Removing debug output, and adding some improved handling of audio/video sync conditions More... about 3 years ago
- Adding back in Win32GUI freeze base - Resetting the Timeline's MaxSize after changing a profile. This bug caused huge performance issues when changing profiles. More... about 3 years ago
Popup a dialog for exporting clips. More... about 3 years ago
Created a widget to suggest sub-directories to export to. More... about 3 years ago
Added Export Clips action to context file menus More... about 3 years ago
Switch from milli seconds to micro seconds, for added precision. For example, instead of sleeping for 0.041666667 seconds... due to milliseconds, we were only sleeping 0.41. This would de-sync the audio and video pretty quickly, over a few seconds, causing stuttering More... about 3 years ago
Adding some additional logging More... about 3 years ago
Fix sleep time calculation to change when the project profile is changed (big bug), and add some additional logging/debugging statements More... about 3 years ago
Experimental CMD line mode for Windows, to view stdout while previewing More... about 3 years ago
Experimental logging to detect delay on Windows playback More... about 3 years ago
Fixing support for new playback audio device format tuple and string More... about 3 years ago