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
Adding more logging into removing unneeded frozen files More... about 2 years ago
Refactoring how we delete unwanted frozen files for BABL on Windows More... about 2 years ago
Excluding some unneeded files from BABL freezing More... about 2 years ago
Moving BABL folder into lib subfolder: lib/babl-extensions More... about 2 years ago
Freeze the BABL extensions used in ChromaKey effect into win32 build, and set BABL_PATH env variable on launch of OpenShot (in win32) More... about 2 years ago
Merge pull request #859 from OpenShot/remove-cache-from-clear More... about 2 years ago
Removing cache clearing from Timeline::Clear method - unneeded More... about 2 years ago
Merge pull request #858 from OpenShot/stop-caching-when-disabled More... about 2 years ago
Break out of cache loop when caching is temporarily disabled (i.e. when transforming, editing keyframes, rotating, moving, resizing, etc...) More... about 2 years ago
Merge pull request #857 from OpenShot/fixing-audio-regression More... about 2 years ago
Remove regression causing blank audio on many audio files. Replacing the broken logic in a different way, to force a NULL packet to the ProcessAudioPacket() function at the end of stream / EOF. More... about 2 years ago
Merge pull request #4945 from OpenShot/fix-china-video-disc More... about 2 years ago
Fixing the resolution of China Video Disc (CVD), which is a horizontal format - but most websites list the resolution backwards for some reason. More... about 2 years ago
Merge pull request #856 from OpenShot/audio-eof-detection More... about 2 years ago
Detect audio EOF when all packets are decoded - since not all audio streams get a NULL packet at the end of stream More... about 2 years ago
Merge pull request #4944 from OpenShot/cache-improvements-round-2 More... about 2 years ago
Merge pull request #855 from OpenShot/cache-improvements-round-2 More... about 2 years ago
Upping the minimum libopenshot version to 0.2.8, since we have new libopenshot methods More... about 2 years ago
Bumping version to 0.2.8-dev, so 22 since libopenshot now contains breaking changes More... about 2 years ago
Fixing more whitespace More... about 2 years ago
Fixing more whitespace More... about 2 years ago
Fixing more whitespace More... about 2 years ago
Fixing more whitespace More... about 2 years ago
Fixing more whitespace More... about 2 years ago
Updating default cache settings to 24 (min preroll), 48 (max preroll), 300 (max frames), and 0.7 (percent ahead) More... about 2 years ago
Fixing whitespace issues More... about 2 years ago
Protection for ClearAllCache method, to prevent messing with closed clips. Added a multi-threaded unit tests for Timeline::GetFrame access - to verify nothing crashes. More... about 2 years ago
Timeline now checks cache 2nd time, after mutex - incase previous call generated the same frame More... about 2 years ago
Disabling video cache thread during shutdown of OpenShot, to reduce likely hood of crashing. More... about 2 years ago
Updating default cache settings to 24 (min pre-roll), 48 (max pre-roll), 0.7 (percent ahead), and 512 MB (cache size). More... about 2 years ago