26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 3 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
intial checking More... over 10 years ago
Renamed MainWindow.webView to .timeline. More... over 10 years ago
Added basic folder structure. Main window and timelineWebView classes added with javascript to python communication. More... over 10 years ago
Added Deinterlace effect. Refactored Wipe effect into Mask effect (which is a more appropriate name). Added an example interlaced.png file. Improved the Mask to accept a 'reader', which can be used for more elaborate wipe animations. More... over 10 years ago
Fixed a few more show stopping bugs related to FrameMapper and converting frame rates, and re-mapping audio samples. Integrated in special handling of certain framerates (for pull down support), and Keyframe linear curves for all other frame rates. More... over 10 years ago
Fixed huge audio show stopping bug! Audio is now reduced to 98% of original (to prevent some samples from maxing out their values at 1.0). Also fixed an off by one error, which was leaving gaps in the samples. Nice, beautiful, smooth audio from this point forward! More... over 10 years ago
Finally solved the Wipe transition issues, and improved performance by many times! The ImageMagick thread where this was solved: http://www.imagemagick.org/discourse-server/viewtopic.php?f=23&t=24241&p=103880#p103880 More... over 10 years ago
Fixed some bugs with the Wipe effect, and am still trying to optimze the performance and make it add alpha channels correctly. More... over 10 years ago
Fixed issues with Wipe transition destroying the existing alpha channel. It now adds the alpha channels together, to maintain the original... but it is very slow. I'm still looking to optimize it. More... over 10 years ago
FIxed some bugs on the wipe transition, and correctly set the brightness and contrast of the wipe mask image. However, the performance is not very good using this technique. More... over 10 years ago
Added Wipe effect, which powers all transitions in libopenshot More... over 10 years ago
Completed the effects integration into the Timeline class. An effect is limited to a single layer on the timeline, but can affect many clips (based on it's position and duration) More... over 10 years ago
Fixed bug in clip and effect sorting by multiple attributes. They are now sorted by Position(), and then Layer(), and then Order(). More... over 10 years ago
Sort effects as they are added to the timeline. More... over 10 years ago
Refactored Clips into a base class called ClipBase. Effects and Clips use this base class, which allows them to be positioned and layered on the timeline. Also fixed a regression in Coordinate, which was not properly setting instance variables. More... over 10 years ago
Fixed a build bug, which breaks when Qt4 and Qt5 are installed on a system. More... over 10 years ago
Added ChromaKey and Negate effects, and integrated them into the build process. More... over 10 years ago
1) Added EffectBase (base class of all effects) 2) Improved SWIG bindings to include std::list and std::vector 3) Added Effects list Timeline More... over 10 years ago
Added extra start frame to each chunk in the ChunkWriter and ChunkReader, to make sure every chunk can "stoke" the audio samples from the previous chunk. Also, added additional example code for an openshot::Frame. More... over 10 years ago
Refactored the /doc folder, added detailed illustrations to a few classes and the main page of documentation, and integrated the Official Installation Guide PDF into the documentation. More... over 10 years ago
Improved examples and documentation More... over 10 years ago
Added copyright and licensing to the rest of the source code in libopenshot, including the CMake build scripts, the SWIG configuration file, and even updated copyright in the README files. All files are now correctly attributed and protected now. More... over 10 years ago
Added license and copyright to all files. Improved many examples and documentation. Refactored the Coordinate() object, to move a few properties to methods. More... over 10 years ago
Improved documentation again More... over 10 years ago
Improve more documentation, including descriptions of enum values. More... over 10 years ago
Improved more documentation on AudioBufferSource and AudioResampler More... over 10 years ago
Changed / Refactored many enums and structs, to better standardize the naming of everything. Improved some more descriptions and briefs. More... over 10 years ago
Improved more documenation, and switched to @ syntax for doxygen. More... over 10 years ago
Improved documentation, mainpage, and added some examples on ChunkReader and ChunkWriter. More... over 10 years ago
Refactored a few methods, added new doxygen format, and improved the copyright, license, and comments & documentation for many classes and methods. More... over 10 years ago