26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix webm packet reading, to correctly retry packets. Sometimes we must send more packets before receiving decoded data, and sometimes we need to receive more decoded data before sending more packets. We had a logic error in this code. More... about 1 year ago
Merge pull request #916 from OpenShot/normalize-zero-samples More... about 1 year ago
Do not divide by zero when normalizing audio waveforms full of 0.0 values More... about 1 year ago
Clean-up of whitespace More... about 1 year ago
- Removed possible black background from Tracker and Object Detector effects when using a child clip - Small refactor to Tracker and Object Detector drawImage code when drawing a Child Clip ID - Some light code clean-up More... about 1 year ago
Removing items from "Parent" and "Child Clip ID" and "Parent Effect" context menus in the Property dialog - for example, clips with no effects, or clips with no tracking data, etc... Also, making things more consistent with parent folders in context menus (None, Clips, Tracked Objects) More... about 1 year ago
Merge pull request #151 from OpenShot/sentry-invalid-property-data More... about 1 year ago
Updating github CI builders to no longer use Ubuntu 18.04, and add 22.04 More... about 1 year ago
Fix object detector and tracker effects when using context menus, color pickers, and other property dialog editors - to correctly update the JSON without destroying certain data or "objects" More... about 1 year ago
Allow clearing the "Parent" and "Child Clip ID" properties of a clip / effect, and allow setting of the initial value to work correctly. More... about 1 year ago
Allow clearing of the child_clip_id property More... about 1 year ago
Removing magick++ library, as it conflicts with catch2 library More... about 1 year ago
Extending objects protections to color_update and remove_keyframe methods - to ignore when an object_id is not found, or a clip has no 'objects' dict More... about 1 year ago
Experimental catch2 install for github Linux builders More... about 1 year ago
Experimental catch2 install for github Linux builders More... about 1 year ago
Protect calls to ParentClipProperties More... about 1 year ago
Attempting to upgrade to the latest catch2 package More... about 1 year ago
Updating old github action target to use new Ubuntu builder More... about 1 year ago
Updating timeline `changed` callback to always reset the current value of ENABLE_PLAYBACK_CACHING. For example, sometimes we have already disabled this setting before changing the timeline data - and we would like it to stay disabled until further notice. This method was accidentally re-enabling the caching when we were not expecting it to. More... about 1 year ago
Protecting property widget exception when a label returns an invalid data tuple for the current selected property label: Sentry reported this error: OPENSHOT-43. This also fixes a regression related to updating ObjectDetector and Tracker objects. More... about 1 year ago
Protect child_clip_id from accessing NULL parentClip property More... about 1 year ago
Fix an error More... about 1 year ago
Update Windows installer More... about 1 year ago
Protecting property widget exception when a label returns an invalid data tuple for the current selected property label: Setnry reported this error: OPENSHOT-43. More... about 1 year ago
Merge pull request #5202 from OpenShot/protect-timeline-args More... about 1 year ago
Merge pull request #5201 from OpenShot/edit-title-error More... about 1 year ago
Merge pull request #5200 from OpenShot/fix-duplicate-profile-names More... about 1 year ago
Protecting timeline args from non-Integer values. Detected on Sentry: OPENSHOT-245G More... about 1 year ago
Fix for editing a title and trying to update a thumbnail on the timeline - was missing a required arg More... about 1 year ago
Removing freeze from github actions - too difficult to maintain compatibility with all the different builders More... about 1 year ago