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
Experimental: adding debug logging to Frame destructor and QImage cleanup. Also, preventing processing of empty samples More... over 2 years ago
Experimental: adding debug symbols More... over 2 years ago
Experimental FFmpegReader::Close changes, adding new drain decoder logic on Close More... over 2 years ago
Experimental FFmpegReader::Close changes More... over 2 years ago
Experimental FFmpegReader::Close changes More... over 2 years ago
Refactoring FFmpegReader::Close, trying to prevent a crash on Windows More... over 2 years ago
Removing some logic in FFmpegReader::Close which clears the video and audio stream - which can cause a crash if the decoder is still working on a packet. Reverting this code. More... over 2 years ago
Adding debugging to FFmpegReader::Close and removing a discard property that is probably unneeded More... over 2 years ago
Clean up of whitespace, and removal of unneeded logic on CheckWorkingFrames() method. It is okay to finalize a frame from a stream that has not decoded a packet yet... although it would be unlikely. More... over 2 years ago
Removing failing macos from our GitHub build CI More... over 2 years ago
Fixing whitespace issues (converting spaces back to tabs... for now) More... over 2 years ago
Fixing Codacy issues More... over 2 years ago
Large refactor of timestamps on FFmpegReader (PTS / presentation time stamps): - Improved PTS offset logic (to offset our streams so that at least one of them starts at position 0.0) - Removed missing frame detection (no needed anymore) - Use timestamps to reason about missing frames - Fixed many async decoding issues (jumbled frames, missing beginning or ending frames) - Much improved support for video/audio files with missing chunks/gaps (i.e. missing timestamps) - Improved CheckWorkingFrames() method, to determine when working frames are ready to be finalized - Improved FPS detection for invalid or missing FPS More... over 2 years ago
Fixing timeline tests. Recent FrameMapper bug fixes changed the mapping slightly, for certain tests More... over 2 years ago
Merge pull request #4859 from OpenShot/improved-waveforms_Mk3 More... over 2 years ago
Cleanup More... over 2 years ago
Cleanup More... over 2 years ago
Refactor Waveform Display More... over 2 years ago
Refactor Waveform Calculation More... over 2 years ago
Merge pull request #4848 from OpenShot/export-clips-100%-on-complete More... over 2 years ago
When all clips are exported set progress to 100% More... over 2 years ago
Merge pull request #4821 from OpenShot/end-blender-process-on-cancel More... over 2 years ago
Merge pull request #4843 from OpenShot/revert-4819-improved-waveforms More... over 2 years ago
Revert "Improved Waveforms (highly optimized)" More... over 2 years ago
Merge pull request #4819 from OpenShot/improved-waveforms More... over 2 years ago
Merge pull request #4827 from OpenShot/dissable-sandbox-at-launch More... over 2 years ago
Don't dispose of blender listview until render process has ended. More... over 2 years ago
Merge pull request #4835 from OpenShot/fix-animated-title-fps More... over 2 years ago
Fixing comment math calculation, and removing unneeded init for a variable More... over 2 years ago
Small wording change on Undo/Redo tooltips More... over 2 years ago