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
92eefbe934df58261994f5967ee42cbc7decda71
libopenshot
/
tests
History
Jonathan Thomas
92eefbe934
Merge pull request
#45
from sbraz/testmedia
...
Properly set test media files path,
fixes
#36
2018-03-04 00:08:37 -06: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
Fixing assignement and copy operators on Frame class (to prevent crashes for unintiailized image and audio pointers), and ensuring both copy and assignment operators work as expected. Also fixing the color property of Frames, which was being lost on some constructors.
2018-01-21 23:49:07 -06:00