Commit Graph

94 Commits

Author SHA1 Message Date
Brenno
1a598b16df Added CVObjectDetection and ObjectDetection effect
Also included kalman filter functions and code for tracking the output boxes from DNN model
2020-07-26 16:19:55 -03:00
Brenno
d6e0a69c1f improved the stabilize effect integration 2020-07-15 10:29:08 -03:00
FeRD (Frank Dana)
511a6b1da2 Update Ruby compatibility message 2020-06-01 17:58:22 -04:00
FeRD (Frank Dana)
128bacce70 Support older CMake
add_compile_definitions() is CMake 3.12+ only.
2020-05-19 07:37:25 -04:00
FeRD (Frank Dana)
216184dbb9 Work around Ruby/JUCE isfinite() conflict properly 2020-05-19 06:30:54 -04:00
Frank Dana
6336f30ee3 Various: Remove unused variables (#467)
Several data members and local variables were flagged by static
analysis tools as never being used anywhere in the code.
2020-04-22 02:02:55 -04:00
Frank Dana
5e899bf207 Add SWIG/Ruby compatibility check & warning (#480) 2020-03-25 23:07:03 -04:00
Frank Dana
94e9ad3ead bindings: Remove relative header paths (#469)
* bindings: Remove relative header paths
  Use the include paths set on the command line the way
  they're supposed to be used.
* Also remove some redundant include paths
* Fix SWIG include dirs
2020-03-23 08:13:46 -04:00
Frank Dana
2684015245 python/CMakeLists: Lowercase commands, indents 2020-03-23 05:30:32 -04:00
Frank Dana
bb20a9b369 ruby/CMakeLists: Lowercase commands 2020-03-23 05:26:12 -04:00
FeRD (Frank Dana)
20fffc404c bindings: Relative paths, overridable 2020-03-09 09:10:55 -04:00
FeRD (Frank Dana)
4a5eb20202 Add __repr__ to openshot.Version 2019-12-03 21:30:22 -05:00
Jonathan Thomas
23ee6eb36f Merge pull request #360 from OpenShot/qt-targets
CMake: Use targets for QT, AUTOMOC sources, eliminate source globbing
2019-11-17 16:22:11 -06:00
Jonathan Thomas
272f004c0e Merge pull request #296 from OpenShot/std-prefixes
Remove all 'using namespace' directives from headers
2019-11-17 16:18:14 -06:00
FeRD (Frank Dana)
c131c82be3 Reverse order of Python detection
Detecting PythonLibs before PythonInterp can cause a non-default Python
library to be picked up, which then won't match the PythonInterp version
(which always matches the version of the `python3` command).
2019-11-16 23:52:36 -05:00
FeRD (Frank Dana)
750677c0c5 CMake: Manage sources and includes better
- Switch to AUTOMOC for Qt classes
- Eliminate globbing of source subdirs
- Call `include_directories()` in top-level CMakeLists
- Make header files PUBLIC library sources
- Make other sources PRIVATE
2019-11-04 03:59:34 -05:00
Frank Dana
cbdd02fe7a Merge branch 'develop' into std-prefixes 2019-10-29 20:45:08 -04:00
Frank Dana
76725d9d2e Merge pull request #305 from jeffski/qt-text-html-readers
QtTextReader and QtHtmlReader
2019-10-29 20:40:51 -04:00
Frank Dana
969e8320e6 Merge branch 'develop' into std-prefixes 2019-10-29 16:06:55 -04:00
Jonathan Thomas
a3eb92e623 Merge pull request #340 from OpenShot/ffmpeg-targets
FFmpeg: Create and use targets in CMake build
2019-10-29 13:43:06 -05:00
Jonathan Thomas
3d44c774f1 Merge pull request #321 from ferdnyc/map-dicts
WIP: Towards a more Pythonic openshot.Fraction
2019-10-29 13:42:10 -05:00
Jonathan Thomas
0953293394 Merge pull request #290 from ferdnyc/restore-py-inst-path
Python install path: remove site-packages detection
2019-10-29 13:17:00 -05:00
Frank Dana
196d56b5d1 Merge branch 'develop' into qt-text-html-readers 2019-10-25 13:49:12 -04:00
Frank Dana
13e68c368e Merge branch 'develop' into ffmpeg-targets 2019-10-25 02:03:10 -04:00
Frank Dana
8bde07682c Merge branch 'develop' into std-prefixes 2019-10-22 21:00:27 -04:00