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
9d755c6d683aff0f4f12406428cb8030bc766fbd
libopenshot
/
tests
History
Jonathan Thomas
f46f06fa42
Fixing audio unit tests
2018-05-18 00:25:08 -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
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
Fixing audio unit tests
2018-05-18 00:25:08 -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
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