This website requires JavaScript.
Explore
Help
Sign In
openshot
/
libopenshot
Watch
0
Star
0
Fork
0
You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced
2026-03-02 08:53:52 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
32d41e780db151e7fbc3e17b63d6ac54ce525038
libopenshot
/
tests
History
Jonathan Thomas
bfa050409c
Improved support for missing frames and invalid PTS (which result in gaps and duplicate frames). Also changed frame number to larger data type, and did some code clean-up and refactoring. Less crashes, and more video support!
2015-08-24 01:05:48 -05:00
..
Cache_Tests.cpp
Removed Cache::Exists method, which created all sorts of havoc when being called in quick succession (basically a frame might exist a split second before calling Cache::GetFrame, but then be missing when GetFrame is called).
2015-08-05 23:40:58 -05:00
Clip_Tests.cpp
Replaced ImagMagick with QImage on almost all key methods and classes. Reprogrammed all effects and the entire rendering pipeline to use QImage and QTransforms, primarily for increases in speed and stability. libopenshot is more than 10X faster on many of the most CPU heavy tasks. This was a huge change, and still has a few minor issues relating to BlackMagick Decklink and Text rendering.... which should be resolved very soon.
2015-06-01 00:20:14 -07:00
CMakeLists.txt
Fixed a Cmake syntax error
2015-06-04 11:50:17 -05:00
Color_Tests.cpp
Improved support for missing frames and invalid PTS (which result in gaps and duplicate frames). Also changed frame number to larger data type, and did some code clean-up and refactoring. Less crashes, and more video support!
2015-08-24 01:05:48 -05:00
Coordinate_Tests.cpp
Changed license to LGPLv3 for all libopenshot code.
2014-07-11 16:52:14 -05:00
FFmpegReader_Tests.cpp
Replaced ImagMagick with QImage on almost all key methods and classes. Reprogrammed all effects and the entire rendering pipeline to use QImage and QTransforms, primarily for increases in speed and stability. libopenshot is more than 10X faster on many of the most CPU heavy tasks. This was a huge change, and still has a few minor issues relating to BlackMagick Decklink and Text rendering.... which should be resolved very soon.
2015-06-01 00:20:14 -07:00
FFmpegWriter_Tests.cpp
Replaced ImagMagick with QImage on almost all key methods and classes. Reprogrammed all effects and the entire rendering pipeline to use QImage and QTransforms, primarily for increases in speed and stability. libopenshot is more than 10X faster on many of the most CPU heavy tasks. This was a huge change, and still has a few minor issues relating to BlackMagick Decklink and Text rendering.... which should be resolved very soon.
2015-06-01 00:20:14 -07:00
Fraction_Tests.cpp
Changed license to LGPLv3 for all libopenshot code.
2014-07-11 16:52:14 -05:00
FrameMapper_Tests.cpp
Fixed a few more issue with the openshot::FrameMapper and openshot::FFmpegReader unit tests.
2015-03-08 22:24:12 -05:00
ImageWriter_Tests.cpp
Replaced ImagMagick with QImage on almost all key methods and classes. Reprogrammed all effects and the entire rendering pipeline to use QImage and QTransforms, primarily for increases in speed and stability. libopenshot is more than 10X faster on many of the most CPU heavy tasks. This was a huge change, and still has a few minor issues relating to BlackMagick Decklink and Text rendering.... which should be resolved very soon.
2015-06-01 00:20:14 -07:00
KeyFrame_Tests.cpp
Improved support for missing frames and invalid PTS (which result in gaps and duplicate frames). Also changed frame number to larger data type, and did some code clean-up and refactoring. Less crashes, and more video support!
2015-08-24 01:05:48 -05:00
Point_Tests.cpp
Changed license to LGPLv3 for all libopenshot code.
2014-07-11 16:52:14 -05:00
ReaderBase_Tests.cpp
Improved support for missing frames and invalid PTS (which result in gaps and duplicate frames). Also changed frame number to larger data type, and did some code clean-up and refactoring. Less crashes, and more video support!
2015-08-24 01:05:48 -05:00
tests.cpp
Changed license to LGPLv3 for all libopenshot code.
2014-07-11 16:52:14 -05:00
Timeline_Tests.cpp
Replaced ImagMagick with QImage on almost all key methods and classes. Reprogrammed all effects and the entire rendering pipeline to use QImage and QTransforms, primarily for increases in speed and stability. libopenshot is more than 10X faster on many of the most CPU heavy tasks. This was a huge change, and still has a few minor issues relating to BlackMagick Decklink and Text rendering.... which should be resolved very soon.
2015-06-01 00:20:14 -07:00