Commit Graph

2014 Commits

Author SHA1 Message Date
Brenno
d481e5a75b Fixed codacy review warnings 2021-01-19 16:32:50 -03:00
Brenno
f6de53350f Minor fixes
- Moved TimeUtil from header to src
- Fixed issue with Qimage -> Mat conversion
2021-01-13 20:22:17 -03:00
Brenno
7fbb8a2cb7 Rename protobuf packages to pb_foo 2021-01-13 19:46:03 -03:00
Brenno A. C. Caldato
73bf7390e9 Apply suggestions from code review
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
2021-01-13 19:30:46 -03:00
FeRD (Frank Dana)
da02180c79 Rename protobuf packages to pb_foo 2021-01-13 13:36:15 -05:00
Brenno A. C. Caldato
1fa4e878ca Merge pull request #604 from ferdnyc/opencv_build_config
CMake: Adjustments to build config with OpenCV/Protobuf/Boost
2021-01-13 14:30:38 -03:00
FeRD (Frank Dana)
d71631a6c7 OpenCV: Move 'using ns std', scrub whitespace 2021-01-13 12:08:39 -05:00
FeRD (Frank Dana)
0fcb84bda3 OpenCV/Protobuf: Install library and headers 2021-01-13 12:06:50 -05:00
FeRD (Frank Dana)
d1019f204e Merge branch 'fix-swig-flags' into opencv_build_config 2021-01-13 11:16:10 -05:00
FeRD (Frank Dana)
8dfaf74177 Fix FindResvg for older CMake 2021-01-13 10:59:34 -05:00
FeRD (Frank Dana)
3a0d88adcf Property fixes for bindings 2021-01-13 10:59:13 -05:00
FeRD (Frank Dana)
d089652540 Merge branch 'opencv' into opencv_build_config 2021-01-13 09:26:47 -05:00
FeRD (Frank Dana)
0cb9286da3 Merge branch 'fix-swig-flags' into opencv_build_config 2021-01-13 09:20:35 -05:00
FeRD (Frank Dana)
94ba109460 Merge branch 'fix-swig-flags' into opencv 2021-01-13 08:53:11 -05:00
FeRD (Frank Dana)
b445d6df6c Propagate library defs to swig 2021-01-13 08:31:34 -05:00
FeRD
8bc959bbb2 Results of include-what-you-use run 2021-01-12 21:00:03 -05:00
Brenno A. C. Caldato
b6975ae4cf Update src/effects/Stabilizer.h
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
2021-01-11 21:22:36 -03:00
Brenno A. C. Caldato
e19c9310e5 Apply suggestions from code review
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
2021-01-11 21:21:36 -03:00
Jonathan Thomas
49097cecb9 Merge pull request #614 from OpenShot/jonoomph-updating-protobuf-library
Fixing INSTALL issue related to ProtoBufMessage.dylib
2021-01-11 17:13:11 -06:00
Jonathan Thomas
ad73d23866 Updating link to renamed protobuf library 2021-01-11 16:38:55 -06:00
Jonathan Thomas
da83d572f6 Changing name of ProtoBufMessage to openshot_protobuf for clarity, also installing it in PREFIX/lib 2021-01-11 16:36:01 -06:00
Frank Dana
6009a26e4c Eliminate TooManySeeks exception (#611)
Since commit bfa050409c (2015-08-24),
there is no code in libopenshot which ever throws TooManySeeks.

- Removed catch() statements for TooManySeeks from multiple functions
- Removed the exception from Exceptions.h
- in Qt/AudioPlaybackThread.h:
  - Removed the "SafeTimeSliceThread" class definition, as it only
    existed to catch TooManySeeks.
  - Replaced SafeTimeSliceThread with a standard juce::TimeSliceThread
2021-01-01 05:24:48 -05:00
Jonathan Thomas
e0daa0b63f Merge pull request #610 from OpenShot/revert-caching-fix
Revert cache-busting-on-seek Experiment
2020-12-31 18:22:29 -06:00
Jonathan Thomas
f5d6ee22e7 Reverting 'clear the cache when the user seeks' experiment. It was a failed experiement, not to mention that it destroys performance on the "Transform" tool. 2020-12-31 18:09:39 -06:00
Jonathan Thomas
0c954b29b2 Merge pull request #609 from OpenShot/fix-alpha-videos
Fix videos with alpha channel
2020-12-31 18:08:30 -06:00