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
ef21871e300908533fd0b96d244463553418ef6a
libopenshot
/
tests
History
Louis Sautier
ef21871e30
Properly set test media files path,
fixes
#36
...
This overrides TEST_MEDIA_PATH so that it is no longer set to "../../src/examples/"
2018-01-08 14:47:01 +01: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
Properly set test media files path,
fixes
#36
2018-01-08 14:47:01 +01: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
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
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
Updated test expectations for new audio sample rate fixes for proper number of samples per frame, even for the first output frame.
2017-01-07 20:29:42 -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
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
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
Removing throw statements from header files (thanks Peter)
2017-10-26 18:44:35 -05:00
tests.cpp
Exit tests with the return value from RunAllTests()
2016-03-15 00:38:37 +01:00
Timeline_Tests.cpp
Add missing type cast
2017-11-18 14:10:02 +01:00