26
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4903 from OpenShot/allow-folders-trailing-whitespace More... over 2 years ago
Merge pull request #845 from OpenShot/invalid-number-frames More... over 2 years ago
Merge pull request #4898 from OpenShot/snapping-precision More... over 2 years ago
Protect video_length from being overwritten if CheckFPS overwrites it first More... over 2 years ago
Adding support for detecting video_length (i.e. # of video frames) from the metadata, instead of calculating from duration * fps. This is occasionally different by a small amount, and in my testing, the metadata is more accurate. More... over 2 years ago
Improve moveBoundingBox function to not allow snapping to be negative (off the timeline). Also fixed bounding box to always compute width from 'time' data, instead of JQuery width() for improved accuracy. This resolves a few snapping related bugs. More... over 2 years ago
If the folder path has a trailing whitespace, check if the actual folder has one before removing it. More... over 2 years ago
Updating snapping in JS timeline, to correctly calculate fractional widths (clips and transitions) - which makes trimming + snapping accuracy much better. More... over 2 years ago
Update transitions to automatically set their direction (forward or backwards) based on if it intersects a clip on the left side, or right side (i.e. fade in vs fade out) More... over 2 years ago
Updating next/previous marker logic to use correct right-edge detection for clips and transitions (we were previously adding an extra +1 frame to the last frames) More... over 2 years ago
Merge pull request #844 from OpenShot/snapping-precision More... over 2 years ago
Fixing transition end frame calculation More... over 2 years ago
Merge pull request #843 from OpenShot/improved-caption-background More... over 2 years ago
Fixing many caption related issues: - background color now sticks to the text - background border now scales correctly (at different resolutions) - background padding now scales correctly - stroke size now scales correctly - margins are now defaulted to 15% on left/right - text caption area now centers between available left/right margins - background color can now be faded in and out, animated - new property: line_spacing, a % from 1.0 (100%) to affect how much space are between lines - Use each font's default lineSpacing, instead of a fixed distance between lines. This property can be adjusted with the new line_spacing keyframe. More... over 2 years ago
Remove CODEOWNERS file
ferdnyc
as FeRD (Frank Dana)
More... over 2 years ago
Merge pull request #4870 from OpenShot/improved-waveforms_Mk3 More... over 2 years ago
Merge pull request #837 from OpenShot/improved-pts-support More... over 2 years ago
Fixing some whitespace issues More... over 2 years ago
Bump fsfe/reuse-action from 1.1.1 to 1.2.0 More... over 2 years ago
Fixed FrameMapper::info::video_length after calling FrameMapper::ChangeMapping(). Added some unit tests to verify. More... over 2 years ago
- Use a signal to add audio data to files - Remove waveforms from all clips when clearing waveforms - Don't block clear waveform from update history - Remove wait loop from get_waveform_thread More... over 2 years ago
Fixing more whitespace and wrapping issues. Also removed some audio pts debug code. More... over 2 years ago
Removing debug log lines and more whitespace issues More... over 2 years ago
Removing test code from CMaketest More... over 2 years ago
Cleanup of debug logs and other whitespace issues More... over 2 years ago
Experimental: Adding some fsanitize flags, a new example exe, a mutex on FFmpegReader::Close, and some additional clean-up code on AddImage (when a previous image exists) More... over 2 years ago
Experimental: Adding more QImage clean-up logging, to track buffer addresses More... over 2 years ago
Experimental: No QImage cleanup More... over 2 years ago
Experimental: Change method of copying QImage from previous frames to use qimage.copy method. More... over 2 years ago
Experimental: additional logging around AddImage() calls More... over 2 years ago