Commit Graph

152 Commits

Author SHA1 Message Date
Jonathan Thomas
9cf892fd2a Merge pull request #277 from ferdnyc/lib-audio-version-checks
FindOpenShotAudio version reporting/validation, other fixes
2019-07-29 17:57:03 -05:00
Jonathan Thomas
5f331e24df Merge pull request #265 from ferdnyc/catch-by-reference
Exceptions: catch-by-reference and other cleanup
2019-07-29 16:27:40 -05:00
FeRD (Frank Dana)
c4c625ba8e Add 0.1.8 minimum version for libopenshot-audio 2019-07-12 18:37:09 -04:00
FeRD (Frank Dana)
35eb6adc55 Clean up allocated memory in JSON code 2019-07-11 05:00:47 -04:00
FeRD (Frank Dana)
8158a1f2fa Catch-by-reference for tests/Clip_Tests 2019-07-03 06:28:57 -04:00
Jonathan Thomas
376170d7dd Merging work from @ferdnyc, to move version info to CMake, and other misc Cmake improvements. This was the easiest way to resolve the merge conflict for me (to apply it locally and commit it). 2019-07-01 12:24:50 -05:00
Jonathan Thomas
967f23b8a4 Merge pull request #245 from ferdnyc/license-block
Upgrade Doxygen documentation formatting/content
2019-06-21 00:24:54 -05:00
Jonathan Thomas
faa3a34420 Merge pull request #256 from ferdnyc/deprecate-jsonreader
Remove Json:Reader
2019-06-20 18:07:26 -05:00
FeRD (Frank Dana)
ddd78215bb Also adjust tests for new jsoncpp 2019-06-19 22:53:42 -04:00
FeRD (Frank Dana)
744a4f3ec1 Remove Json:Reader
`Json::Reader` has been deprecated for some time, so we replace it with
`Json::CharReader` generated by a `Json::CharReaderBuilder`, or (in the
one instance where we have a stream as input) `Json::parseFromStream();`
2019-06-19 21:20:04 -04:00
FeRD (Frank Dana)
f170fdd009 Update copyright range to current year 2019-06-11 06:48:32 -04:00
FeRD (Frank Dana)
0327c2ab5c Remove license block from documentation comment 2019-06-09 08:31:04 -04:00
Jonathan Thomas
3f926f45df Update FFmpegReader_Tests.cpp 2019-06-08 12:45:13 -05:00
Jonathan Thomas
238e2d16d8 Update FFmpegReader_Tests.cpp 2019-06-08 12:24:49 -05:00
Jonathan Thomas
13e74b147a Adding new CheckPixel method to validate a specific pixel color 2019-05-31 19:02:28 -05:00
Jonathan Thomas
9ffd6a6f75 Fixing crash when destructing Timeline/Clips/FrameMapper 2019-05-13 23:55:03 -05:00
Jonathan Thomas
6335d6f06c Adding debugging messaging to unit test which is failing on Travis CI 2019-05-13 22:48:21 -05:00
eisneinechse
bf620f81cc Merge branch 'develop' into hardware-support 2019-04-23 08:58:59 -07:00
Jonathan Thomas
79335277cb Removing old commented out code 2019-04-21 14:37:06 -05:00
eisneinechse
0e77fbdc3b Re-anable the DECODER test 2019-04-21 10:53:53 -07:00
eisneinechse
bb561ae4e2 Temporarily disable test for DECODER 2019-04-21 10:17:31 -07:00
eisneinechse
825e38ac9d Removing old way to select hardware support
Removing the decode setting makes hardware supported decode break.
There must be some hidden dependency on that variable somewhere
which might also be responsible for the problems with nVidia on
Linux. TODO Remove the dependency
2019-04-21 10:04:24 -07:00
FeRD (Frank Dana)
195b5762ee Make os_test use openshot-test target
By specifying `COMMAND openshot-test` for the custom target,
the path to the compiled executable is automatically used
and the openshot-test target is automatically made a dependency.
2019-04-06 20:09:20 -04:00
eisneinechse
7909ce3241 Merge branch 'develop' into hardware-support 2019-04-06 12:09:08 -07:00
Jonathan Thomas
6e7b989b93 Removing policy experiment 2019-04-06 12:34:29 -05:00