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
adcb3c8e444ddeae6bd14fc065364a370ca23d05
libopenshot
/
tests
History
Jonathan Thomas
2c51ecce44
Merge pull request
#19
from sbraz/tests
...
Exit tests with the return value from RunAllTests()
2016-08-02 17:37:44 -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
Fixing a small regression with the new unit test Tests.h header.
2015-09-28 22:17:29 -05:00
CMakeLists.txt
Adding new dependency: libzmq (ZeroMQ). Adding a new debug logging class powered by sockets and ZeroMQ, to allow a threadsafe way to communicate debug messages to a client application (i.e. openshot-qt). Also, removing unneeded Sleep.h functions. There will be lots more code utilizing ZeroMQ soon.
2016-04-04 23:09:18 -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
Fixing a small regression with the new unit test Tests.h header.
2015-09-28 22:17:29 -05:00
FFmpegWriter_Tests.cpp
Fixed small issue with unit test
2015-09-29 21:36:10 -05:00
Fraction_Tests.cpp
Changed license to LGPLv3 for all libopenshot code.
2014-07-11 16:52:14 -05:00
FrameMapper_Tests.cpp
Big memory leak fixes in FFmpegReader and FrameMapper, and fixed logic in Frame Mapper with regards to special framerate conversions (24, 25, and 30)... which were causing some inadvertent audio drift.
2016-07-27 13:18:55 -05:00
ImageWriter_Tests.cpp
Making ImageMagick completely optional. This will simplify packaging on Windows and Mac. Also, reprogrammed Display, DisplayWaveform, Save, and Thumbnail methods, which are much faster now (using Qt).
2016-02-23 00:27:03 -06:00
KeyFrame_Tests.cpp
Fixed bug in RemovePoint, and improved the AddPoint KeyFrame method to remove a previous, duplicate point (based on co.X value).
2015-12-15 18:12:24 -06:00
Point_Tests.cpp
Changed license to LGPLv3 for all libopenshot code.
2014-07-11 16:52:14 -05:00
ReaderBase_Tests.cpp
Fixed many more regressions with audio files not passing cover art to the next frame correctly. Seeking issues, and many related issues to detecting missing frames improved. Also fixed a deadlock in certain seeking cases.
2016-01-05 01:59:50 -06:00
tests.cpp
Exit tests with the return value from RunAllTests()
2016-03-15 00:38:37 +01:00
Timeline_Tests.cpp
Added a new effect: Blur. It has the ability to box blur, horizontal and vertical blur, and gaussian blur. All of these settings are keyframeable and can be animated.
2015-11-09 00:12:21 -06:00