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
Removing obsolete translations, and some invalid #-#-# characters found in many translations due to current translations conflicting with older obsolete ones More... about 2 years ago
Add proxy sort models to Emojis, to support dynamic sorting of this list at runtime with translations More... about 2 years ago
Merge pull request #4978 from OpenShot/translations-nov-4-2022 More... about 2 years ago
Merge pull request #4979 from OpenShot/export-dialog-profiles More... about 2 years ago
Add proxy sort models to Title and Animated Titles lists, to support dynamic sorting of those lists at runtime with translations More... about 2 years ago
All sorting Project Files by any column at runtime, and increase thumbnail size slightly to match effects and transitions More... about 2 years ago
Sort transitions at runtime, with translated text, and an updated group sorting (common vs extra) More... about 2 years ago
Sort effects at runtime, with translated text More... about 2 years ago
Mark default file location preferences for translation, and update POT template More... about 2 years ago
Fixing export dialog to always show "All Formats" first in list, and refactor how we maintain state of the current selected profile (i.e. default to project profile, always reselect it if available in list, if not available switch context to first availabe profile) More... about 2 years ago
Updating all "tested" translations from LaunchPad More... about 2 years ago
Merge pull request #4975 from OpenShot/blender-3-3-1 More... about 2 years ago
Fix error with float particle_count on 3 animated titles (exploding text, magic wand, and snow) More... about 2 years ago
Fix error with picture_frames animated title, which was passing a float value and breaking More... about 2 years ago
Merge pull request #4974 from OpenShot/audio-waveformer More... about 2 years ago
Merge pull request #869 from OpenShot/audio-waveformer More... about 2 years ago
Remove scope.apply from right click directive, to prevent double apply when calling ApplyJsonDiff from context menu More... about 2 years ago
AudioWaveformData: Adding protection from divide by zero and readers with no audio, including additional unit tests and a faster zero() function More... about 2 years ago
Merge pull request #4971 from OpenShot/audio-waveformer More... about 2 years ago
Merge pull request #868 from OpenShot/audio-waveformer More... about 2 years ago
Fixing a bug where channel_filter is interpreted as a float on Windows for some reason - casting into an int More... about 2 years ago
Adding back in $scope.$apply to JavaScript ApplyJsonDiff and LoadJson methods - to force Webkit to apply scope correctly after clip changes (i.e. waveforms not refreshing on updated clip data) More... about 2 years ago
Small tweaks, cleanup log statement More... about 2 years ago
Don't copy padded blank samples at end of waveform data, and use the clip details from libopenshot for duration and video_length, since that represents the correct FPS / FrameMapper, otherwise our keyframes don't match the waveform. More... about 2 years ago
Some performance optimizations. to reduce # of calls to GetAudioSamples() More... about 2 years ago
Integrate separate audio context menu into waveform generation, so it correctly filters the waveform. More... about 2 years ago
Improving AudioWaveformer integration to use ALL channels, and use RMS (Root Mean Square) for calculating the max sample values per period. More... about 2 years ago
Improvements to AudioWaveformer to use RMS (Root Mean Square), and return both average RMS and max RMS for graphing, including some new unit tests. More... about 2 years ago
Merge pull request #4969 from OpenShot/fix-animated-titles More... about 2 years ago
Merge pull request #867 from OpenShot/avi-pts-fix More... about 2 years ago