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
93a356c17155d6fe5a8091823f165de149149227
libopenshot
/
tests
History
Jonathan Thomas
4bd6db527e
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
..
Cache_Tests.cpp
Huge refactor, switched almost all methods to using pointers for Frames, and moved some key method calls outside the critical OMP sections. Also, refactored the sws scaler, to create a pool of 32 scalers, and give each thread it's own scaler. This refactor resulted in a 40%+ increase in speed on the FFmpegReader class.
2012-08-15 17:27:14 -05:00
CMakeLists.txt
Added some new methods to access audio data: channels, samples, etc... Also, added initial unit tests for the FFmpegReader class, including waveform checking against an actual audio file.
2012-07-09 01:22:11 -05:00
Coordinate_Tests.cpp
Initial check-in of OpenShot Library
2011-10-11 08:44:27 -05:00
FFmpegReader_Tests.cpp
Huge refactor, switched almost all methods to using pointers for Frames, and moved some key method calls outside the critical OMP sections. Also, refactored the sws scaler, to create a pool of 32 scalers, and give each thread it's own scaler. This refactor resulted in a 40%+ increase in speed on the FFmpegReader class.
2012-08-15 17:27:14 -05:00
FileReaderBase_Tests.cpp
Huge refactor, switched almost all methods to using pointers for Frames, and moved some key method calls outside the critical OMP sections. Also, refactored the sws scaler, to create a pool of 32 scalers, and give each thread it's own scaler. This refactor resulted in a 40%+ increase in speed on the FFmpegReader class.
2012-08-15 17:27:14 -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
Initial check-in of OpenShot Library
2011-10-11 08:44: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