26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 3 days ago.
Sep 26, 2023 — Sep 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing unneeded eclipse settings file from source code. More... over 10 years ago
Added new unit tests for FFmpegWriter class. More... over 10 years ago
re-designed the file-properties dialog which was a Qwidget in a QDialog. Added slots to close and apply this one. More... over 10 years ago
Fixed a bug in the Seek method, which was reseting the seek_target on each recursive seek. More... over 10 years ago
Added unittest for Timeline with 2 layers including alpha channel. More... over 10 years ago
Added new usleep method for Windows, and improved speed of Seek() operation on the FFmpegReader. Also added some Seek unit tests. More... over 10 years ago
Added titles folder, with 16x9 images. More... over 10 years ago
Merged Andys Title screen and Oliviers export screen and my latest code, since they diverged. More... over 10 years ago
Added custom video player QWidget, integrated with libopenshot VideoRenderer. More... over 10 years ago
Fixed many issues with the QtPlayer and related classes. Now the VideoRenderer can be passed through SWIG and connected to a PyQt application and handle display signals for each frame. Also, refactored some OpenMP settings into its own header. More... over 10 years ago
Adding initial work on titles screen. There are a couple of extra things I'd like to implement, but the basis is there. More... over 10 years ago
Refactored much of the Qt Player related code. Also, integrated the Qt Player code into Python bindings. This still needs some work, especially with using PyQt widgets instead of C++ Qt Widgets. More... over 10 years ago
Replaced all copyright and licensing to reflect AGPLv3 license. Also, added a bad ass version header, which is now integrated into CMake as well. A single place to indicate version and ABI/API compatibility. More... over 10 years ago
Started changing license info and copyright notices to AGPL. More... over 10 years ago
1) Reduced all openmp to use /2 the available CPUs (for performance reasons) 2) Improved detection of pixel format (enabled GIF support.. although it is still flawed a bit) 3) Improved error reporting when video encoding issues happen More... over 10 years ago
Removed some code in the Preferences to introduce the Profile Manager. This one was preventing to open Preferences screen. First temp. More... over 10 years ago
Beginning to populate some part of Preferences screen. A quick test for how to understand how that works!!! More... over 10 years ago
This patch still resolve the issue that we have introduced changing the syntax linked at the python version (i.e 2.7 at 3.x). Before we were using ("Could... %s seconds". %s (number)). Now, with the new syntax it is ("Could....{} seconds".format(number)). More... over 10 years ago
Several few modifications More... over 10 years ago
Added pausing, rewind, fast forward, and playing (and different speeds). Still a bit buggy and experimental with fast forward and rewinding (due to seek bugs in readers). More... over 10 years ago
added several modifications and signals on several screens. More... over 10 years ago
Added the Simple Keyframe Editor in his minimal version. And the code associated to this dock widget even I know that he is not necessary for display this screen. We know never, it will avoid to make it later if necessary.!!!!!! I've not still touch (i.e remove) the Layout tab in the clip properties. This screen is based mainly on this Layout tab. More... over 10 years ago
Modified the upload video screen and add the signal for export video. More... over 10 years ago
Added the screen Export Video in his minimal version. More... over 10 years ago
Made some dramatic improvements to the QtPlayer classes, especially audio / video sync. All of my test files now work correctly, with no audio or video issues! Also, now audio only files also work, and image only files. More... over 10 years ago
Added icons for the quick start screen of revision 144. More... over 10 years ago
Added initial preview thread and timeline wrapper, to implement the video preview. More... over 10 years ago
add icon for animated title. More... over 10 years ago
Add a start dialog which give to user to start directly at some features from Openshot. More... over 10 years ago
Added a progress bar dialog like secondary screen for export dialog. More... over 10 years ago