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
acca789deffe7df470c9387f916e04bca756f0c0
libopenshot
/
tests
History
Jonathan Thomas
acca789def
Fixed errors in the Cache unit tests.
2012-10-15 13:46:11 -05:00
..
Cache_Tests.cpp
Fixed errors in the Cache unit tests.
2012-10-15 13:46:11 -05:00
Clip_Tests.cpp
A big refactor of the Open() method on Readers, and the constructor of Readers. All resource consuming code has been moved into the Open() methods, so the Clips and Timeline can control them better.
2012-10-09 01:45:34 -05:00
CMakeLists.txt
Made the Timeline class inherit from FileReaderBase, which means the Timeline is really just a fancy ready class now. Also, added new unit tests for the Clip and Timeline classes.
2012-10-05 01:58:27 -05:00
Coordinate_Tests.cpp
Initial check-in of OpenShot Library
2011-10-11 08:44:27 -05:00
FFmpegReader_Tests.cpp
Yet another huge refactor, to use shared_ptr objects instead of actual pointers, due to the difficulties in managing the lifecycle of pointers between the timeline, clip, and readers. Seems to work great, and solves all sorts of bugs. =)
2012-10-14 03:43:52 -05:00
FileReaderBase_Tests.cpp
Yet another huge refactor, to use shared_ptr objects instead of actual pointers, due to the difficulties in managing the lifecycle of pointers between the timeline, clip, and readers. Seems to work great, and solves all sorts of bugs. =)
2012-10-14 03:43:52 -05:00
Fraction_Tests.cpp
Fixed tons of issues related to video timebase being different than the video framerate. Also, added new properties for interlaced video, correctly detect pixel ratio, and fixed Display() to adjust for pixel ratio. Also added sample_rate to a frame, so it can playback audio at the correct rate. Refactored FFmpegReader to make most methods private, and only expose the important methods publicly.
2011-12-11 20:42:50 -06:00
FrameMapper_Tests.cpp
Started working on the FrameMapper, to correctly map audio samples to the target framerate.
2012-10-14 23:24:27 -05:00
FrameRate_Tests.cpp
Initial check-in of OpenShot Library
2011-10-11 08:44:27 -05:00
KeyFrame_Tests.cpp
Renamed some of the basic clip property getters and setters, and added some simpler ways to get the value of and add points to a key frame.
2012-10-04 15:07:29 -05:00
Point_Tests.cpp
Initial check-in of OpenShot Library
2011-10-11 08:44:27 -05:00
tests.cpp
Initial check-in of OpenShot Library
2011-10-11 08:44:27 -05:00
Timeline_Tests.cpp
Added a FrameRate() method to the timeline, to get or set the fps. Also, added a unit test for that, and refactored some header files to be alphabetical.
2012-10-10 01:07:47 -05:00