~mbranton/libopenshot/alpha-channel-fix

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Jonathan Thomas
  • Date: 2016-09-07 05:40:01 UTC
  • Revision ID: jonathan@openshot.org-20160907054001-v2tbe8uy8a7lk4qw
Added new CacheDisk class, which caches frames to the hard drive, dramatically speeding up preview speeds, at the expense of IO operations. New unittests for caching framework. Fixed a few bugs with Frame constructor, which was causing invalid # width & height. Integrated JSON into the cache framework, to quickly share the state of the cache (including ranges of cached frame numbers). Fixed a bug where some Timeline frames could have no audio samples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
                AudioReaderSource.cpp
189
189
                AudioResampler.cpp
190
190
                CacheBase.cpp
 
191
                CacheDisk.cpp
191
192
                CacheMemory.cpp
192
193
                ChunkReader.cpp
193
194
                ChunkWriter.cpp