-
Notifications
You must be signed in to change notification settings - Fork 299
WIP: Release of 0.5.0 libopenshot (for OpenShot 3.4) #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jonoomph
wants to merge
34
commits into
develop
Choose a base branch
from
release-20250612
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…'s fine to link against the previous library.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1016 +/- ##
===========================================
+ Coverage 57.31% 58.25% +0.93%
===========================================
Files 198 204 +6
Lines 18166 19467 +1301
===========================================
+ Hits 10412 11340 +928
- Misses 7754 8127 +373 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ects offscreen and back onscreen without getting lost, and improved unit tests.
…cked Object IDs they return - to allow for multiple effects on the same clip, and to not accidentally clobber trackedObject IDs (i.e. "0" as the default tracked object ID)
…T build server doesn't have this)
…uickly makes tracked object go offscreen (go pro mp4 from raffi)
…lues - due to ID mismatches)
…he box values - due to ID mismatches)
…stable and less jitter / ID jumping between detections.
…from loading correctly.
…he ->number property of a null frame.
…sh from unknown codecs.
…lusive on min, and exclusive on max (trying to prevent rounding errors on last frame)
…te input / output FOVs for fisheye processing.
… fish eyes for input and output). Fixing lots of issues with virtual camera controls (so controls don't flip axis randomly)
- make Add/Remove Effect methods thread safe - Fix RemoveClip memory leak - Improve performance of sorting clips by position and layer, cache some common accessors, and speed up "clip intersection" logic - Don't resize audio container in loop - do it once - Large refactor of looping through clips and finding top clip - Protect ClearAllCache from empty Readers, prevent crash - Expanded unit tests to include RemoveEffect, and test many of the changes in the commit.
- Replacing alpha with QPainter SetOpactity (much faster) - Fixing get_file_extension to not crash with filepaths that do no contain a "." - Removing render hints from apply_background (since no transform or text rendering), making compositing (faster in certain cases) - Optionally adding SmoothPixmapTransform based on a valid transform (faster in certain cases) - Skip Opacity for fully opaque clips - New Clip unit tests to validate new functionality
…rtain cases, and added new wave effect unit test
…mparisons with different versions of OpenShot. Initial results: FFmpegWriter,7800 FrameMapper,3508 Clip,4958 Timeline,30817 Timeline (with transforms),53951 Effect_Mask,9283 Effect_Brightness,12486 Effect_Crop,5153 Effect_Saturation,15545 Overall,147136
-Normal -Darken -Multiply -Color Burn -Lighten -Screen -Color Dodge -Add -Overlay -Soft Light -Hard Light -Difference -Exclusion
…ble to libopenshot.
…accuracy of GIF files, plus GIF with time curves.
…ed_frame_count, and make isReady() return correctly. The result of this bug was audio starting playback sooner than video - and some general jank around video caching.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumping version to 0.5.0, SO 28, this is a major new release of libopenshot. Related to OpenShot/libopenshot-audio#166