Jonathan Thomas
187b2055dd
Preventing crash where last_video_frame is NULL
2020-01-08 00:09:01 -06:00
Jonathan Thomas
4e5ba4d638
Updating CMakeList.txt requirement for OpenShotAudio 0.1.9. This should work now, since we've updated the versions on develop.
2020-01-07 16:46:33 -06:00
Jonathan Thomas
e1b21c37f0
Reverting CMakeList.txt OpenShotAudio required version, because it's crashing Travis due to the dependency on libopenshot PPA (which only has the develop version number). Need to think about this more.
2020-01-07 14:23:05 -06:00
Jonathan Thomas
606a851c59
Updating required OpenShotAudio version in CmakeLists.txt
2020-01-06 17:27:33 -06:00
Jonathan Thomas
5f526f502b
Bump version to 0.2.4 (SO 18)
2020-01-05 16:09:31 -06:00
Jonathan Thomas
482aef4769
Merge pull request #395 from SuslikV/patch-4
...
Skip painter transform for the Clip when video disabled
2020-01-03 14:51:02 -06:00
SuslikV
1cefa65794
Skip painter transform by using shortcut
...
Fixes issue for clip being rendered as black rectangle even if the
has_video at the frame is set to zero.
Co-authored-by: Frank Dana <ferdnyc@users.noreply.github.com >
2020-01-03 23:45:28 +02:00
Jonathan Thomas
4cf322d21a
Merge pull request #397 from ferdnyc/frame-copy
...
Frame: Copy has_audio_data correctly in DeepCopy
2020-01-02 17:45:32 -06:00
Jonathan Thomas
ebbd401395
Merge pull request #406 from OpenShot/copy-max-samples
...
Copy max_audio_samples with Frame::DeepCopy
2020-01-02 17:33:17 -06:00
Jonathan Thomas
0bec048acc
Copy max_audio_samples with Frame DeepCopy
2020-01-02 17:15:49 -06:00
Jonathan Thomas
acedf4255f
Merge pull request #405 from OpenShot/revert-392-juce-guard-remove
...
Fix Mac Builder: "Remove JUCE defines"
2020-01-02 16:44:24 -06:00
Jonathan Thomas
2a0d10be3b
Adding back in changes from https://github.com/OpenShot/libopenshot/pull/392
2020-01-02 16:29:49 -06:00
Jonathan Thomas
2f037add7d
Revert "Remove JUCE defines"
2020-01-02 16:04:54 -06:00
Jonathan Thomas
9bf25f40a9
Merge pull request #392 from ferdnyc/juce-guard-remove
...
Remove JUCE defines
2020-01-02 14:41:43 -06:00
Jonathan Thomas
3dbf372b11
Merge pull request #393 from ferdnyc/colorshift-classname
...
ColorShift effect: Correct class_name
2020-01-02 14:41:03 -06:00
Jonathan Thomas
0fc831f152
Merge pull request #394 from ferdnyc/effect-shortname
...
EffectBase: Remove unused short_name
2020-01-02 14:40:11 -06:00
Jonathan Thomas
4e91a2acf3
Merge pull request #387 from ferdnyc/switch-enums
...
Ensure switch statements on enums cover all values
2020-01-02 14:38:08 -06:00
Jonathan Thomas
8c91db610e
Merge pull request #389 from ferdnyc/sign-compare
...
Don't compare differently-signed types
2020-01-02 14:37:09 -06:00
Jonathan Thomas
3d403afa67
Merge pull request #402 from OpenShot/travis-coverage-plus
...
Travis: Add coverage + uploading to Codacy, and un-failjail FFmpeg4
2020-01-02 14:31:34 -06:00
Jonathan Thomas
64d93404de
Merge pull request #398 from ckirmse/fix_buffer_read
...
correctly calculate remaining_frame_samples
2020-01-02 14:29:51 -06:00
Jonathan Thomas
b8d3514ef6
Merge pull request #391 from ckirmse/fix_audio_crash
...
fix incorrect buffer size being passed to avcodec_fill_audio_frame
2020-01-02 14:28:35 -06:00
FeRD (Frank Dana)
5d5b4071c6
Travis: Upload coverage report to Codacy
2019-12-30 12:49:09 -05:00
FeRD (Frank Dana)
ea3bb103ac
Travis: Add coverage build, un-failjail FFmpeg4
2019-12-30 06:31:08 -05:00
Frank Dana
5bdad05f71
Merge pull request #367 from musteresel/coverage-for-openshot-test
...
Enable coverage reporting for openshot-test
2019-12-30 06:00:24 -05:00
Frank Dana
ec0b831c7b
Merge branch 'develop' into coverage-for-openshot-test
2019-12-30 05:53:11 -05:00