26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 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
Revert "Support for New Linux Build Server + glibc Wrapping" More... about 1 year ago
Merge pull request #5218 from OpenShot/release-20230417 More... about 1 year ago
Merge pull request #923 from OpenShot/release-20230417 More... about 1 year ago
Merge pull request #152 from OpenShot/release-20230417 More... about 1 year ago
Adding back in "layers", "markers" to webview changes - since we accidentally filtered them out. More... about 1 year ago
Adding lock around SetCache method, which causes some crashes. Detected in Sentry: OPENSHOT-1Q More... about 1 year ago
Fixing memory leak on Clips, where we were not clearing cache on Close, or forcing Close on destruction. Especially noticeable on projects with a ton of clips. Tweaking unit tests to prevent crash due to new Clip destructor behavior when using stack variables. More... about 1 year ago
Allow "duration" to be sent to the webview, to allow auto-increase project duration / auto resize the timeline More... about 1 year ago
Protect setWindowTitle from being called by a different thread (preview_thread - if sample_rate is updated). Protect preview_thread::update() method from triggering with 'sample_rate' update. More... about 1 year ago
Protecting timeline webview from unrelated changes - which can sometimes happen prior to the webview being fully loaded (causing a freeze on launch of OpenShot) More... about 1 year ago
Add additional logging to audio device init More... about 1 year ago
Add logging into Audio thread initialization - to add more clarity into which audio device is tested and found More... about 1 year ago
On launch of OpenShot, convert float sample_rate into Integer (if needed), and update settings::sample_rate if needed. This causes our audio device to freeze More... about 1 year ago
Bumping version to 3.1.1, min libopenshot dependency to 0.3.2 More... about 1 year ago
Bumping version to 0.3.2, SO 25 (min libopenshot-audio set to range 0.3.0...0.3.2) More... about 1 year ago
Bumping version to 0.3.2 (SO remains 9 - not changed) More... about 1 year ago
Merge pull request #5212 from OpenShot/update-translations-credits-apr-6-2023 More... about 1 year ago
Merge pull request #5211 from OpenShot/protect-waveform-from-null-clip More... about 1 year ago
Merge pull request #5210 from OpenShot/project-data-parsing-error More... about 1 year ago
Updating donors and supporters More... about 1 year ago
Updating translations for 3.1.1 release More... about 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... about 1 year ago
Show friendly error to user when Export dialog fails to parse project JSON data: Reported in Sentry: OPENSHOT-6X More... about 1 year ago
Merge pull request #5205 from OpenShot/sentry-invalid-property-data More... about 1 year ago
Merge pull request #915 from OpenShot/sentry-invalid-property-data More... about 1 year ago
Merge pull request #921 from OpenShot/audio-background-transparent More... about 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... about 1 year ago
Small refactor to ensure that audio files have no image data - and allow videos below them to show through... More... about 1 year ago
Adding debug logs to property widget context menus More... about 1 year ago
Merge pull request #917 from OpenShot/webm-packet-retry More... about 1 year ago