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
Updating donors and supporters More... over 1 year ago
Updating translations for 3.1.1 release More... over 1 year ago
Protect from generating a waveform for a NULL clip (we should skip clips that we can't find or query). Reported in Sentry: OPENSHOT-1WJ5 More... over 1 year ago
Show friendly error to user when Export dialog fails to parse project JSON data: Reported in Sentry: OPENSHOT-6X More... over 1 year ago
Merge pull request #5205 from OpenShot/sentry-invalid-property-data More... over 1 year ago
Merge pull request #915 from OpenShot/sentry-invalid-property-data More... over 1 year ago
Merge pull request #921 from OpenShot/audio-background-transparent More... over 1 year ago
Refactor some logic in Parent / Child property context menus - to be simpler, and more efficient. This solves a bug on Windows also, where file paths were not matching correctly. More... over 1 year ago
Small refactor to ensure that audio files have no image data - and allow videos below them to show through... More... over 1 year ago
Adding debug logs to property widget context menus More... over 1 year ago
Merge pull request #917 from OpenShot/webm-packet-retry More... over 1 year ago
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... over 1 year ago
Merge pull request #916 from OpenShot/normalize-zero-samples More... over 1 year ago
Do not divide by zero when normalizing audio waveforms full of 0.0 values More... over 1 year ago
Clean-up of whitespace More... over 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... over 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... over 1 year ago
Merge pull request #151 from OpenShot/sentry-invalid-property-data More... over 1 year ago
Updating github CI builders to no longer use Ubuntu 18.04, and add 22.04 More... over 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... over 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... over 1 year ago
Allow clearing of the child_clip_id property More... over 1 year ago
Removing magick++ library, as it conflicts with catch2 library More... over 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... over 1 year ago
Experimental catch2 install for github Linux builders More... over 1 year ago
Experimental catch2 install for github Linux builders More... over 1 year ago
Protect calls to ParentClipProperties More... over 1 year ago
Attempting to upgrade to the latest catch2 package More... over 1 year ago
Updating old github action target to use new Ubuntu builder More... over 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... over 1 year ago