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
2748e9a2a285f11639e71c1502e88bbead733cf7
libopenshot
/
tests
History
Jonathan Thomas
6e7b989b93
Removing policy experiment
2019-04-06 12:34:29 -05:00
..
Cache_Tests.cpp
Migrating tr1 to std, adding C++11 support to build scripts, fixing crash in FFmpegReader (caused by shared_ptr, buffer, and last_video_frame corruption). Much improved stability with this change. Thanks to Craig and Peter for the help!
2017-08-20 17:37:39 -05:00
Clip_Tests.cpp
Migrating tr1 to std, adding C++11 support to build scripts, fixing crash in FFmpegReader (caused by shared_ptr, buffer, and last_video_frame corruption). Much improved stability with this change. Thanks to Craig and Peter for the help!
2017-08-20 17:37:39 -05:00
CMakeLists.txt
Removing policy experiment
2019-04-06 12:34:29 -05:00
Color_Tests.cpp
Reverting logging code in unittests
2016-09-08 22:26:14 -05:00
Coordinate_Tests.cpp
Reverting logging code in unittests
2016-09-08 22:26:14 -05:00
FFmpegReader_Tests.cpp
Adding python bindings to GitLab build artifacts (to prevent install target on build server) (
#119
)
2018-06-17 10:29:17 -07:00
FFmpegWriter_Tests.cpp
Migrating tr1 to std, adding C++11 support to build scripts, fixing crash in FFmpegReader (caused by shared_ptr, buffer, and last_video_frame corruption). Much improved stability with this change. Thanks to Craig and Peter for the help!
2017-08-20 17:37:39 -05:00
Fraction_Tests.cpp
Reverting logging code in unittests
2016-09-08 22:26:14 -05:00
FrameMapper_Tests.cpp
FFmpeg 3 & 4 support, Travis CI support, OpenMP schedule change (
#160
)
2018-09-11 00:40:31 -05:00
ImageWriter_Tests.cpp
Migrating tr1 to std, adding C++11 support to build scripts, fixing crash in FFmpegReader (caused by shared_ptr, buffer, and last_video_frame corruption). Much improved stability with this change. Thanks to Craig and Peter for the help!
2017-08-20 17:37:39 -05:00
KeyFrame_Tests.cpp
Improved Keyframe Performance (
#197
)
2019-03-06 15:35:03 -06:00
Point_Tests.cpp
Huge refactor of keyframe point handles (bezier quadratic curves) to use CSS-style syntax. Basically, the left and right handles of a point now use percentages, such as 0.0, 1.0, 0.5, 1.0 (between 0 and 1), and become real coordinates based on the value differences between points (in real time). Also simplified the JSON property creation. Also, many unit tests have been updated, because they were actually generating the incorrect values from before... although only slightly in most cases. Now they have correct values from the default bezier handles.
2016-10-19 02:19:07 -05:00
ReaderBase_Tests.cpp
FFmpeg 3 & 4 support, Travis CI support, OpenMP schedule change (
#160
)
2018-09-11 00:40:31 -05:00
Settings_Tests.cpp
Adding new settings class to be used for changing realtime settings used by libopenshot, such as scaling mode for preview vs final render, or hardware decode, etc...
2019-01-09 16:50:40 -06:00
tests.cpp
Exit tests with the return value from RunAllTests()
2016-03-15 00:38:37 +01:00
Timeline_Tests.cpp
Changing some Seek values to be more accurate, and fixes a race condition with Timeline_Tests.cpp. Also increasing the default amount of cache in FFmpeg, based on the # of processors, to better support high framerate videos.
2018-04-14 16:25:13 -05:00