Commit Graph

1634 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
511a6b1da2 Update Ruby compatibility message 2020-06-01 17:58:22 -04:00
FeRD (Frank Dana)
1dd0281deb Use Ubuntu 20.04 for FFmpeg 4 2020-06-01 17:08:40 -04:00
FeRD (Frank Dana)
456715437a Remove unused Qt PPAs 2020-06-01 17:07:20 -04:00
FeRD (Frank Dana)
58c971a576 Travis: allow_failures for FFmpeg 3.2 2020-06-01 15:41:45 -04:00
Jonathan Thomas
10ed4baae3 Merge pull request #496 from OpenShot/emojis
Transform Improvements (Keyframe origin point)
2020-05-25 17:41:55 -05:00
Jonathan Thomas
972c2905e6 Merge pull request #517 from ferdnyc/ruby-build-fix
Fix support for older CMake
2020-05-24 01:50:05 -05:00
Frank Dana
2e3181fe7f Merge pull request #513 from jeffski/set-constructor-clip
Set clip in constructor to resolve scale crop issue
2020-05-22 04:13:54 -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
Frank Dana
25ca2d0dd8 Merge pull request #515 from ferdnyc/audio-path-config
Enable building with a libopenshot-audio that's based on non-bundled JUCE
2020-05-19 06:57:29 -04:00
FeRD (Frank Dana)
affd4b2488 Add some missing juce:: prefixing 2020-05-19 06:33:30 -04:00
FeRD (Frank Dana)
130829a412 Deprecated juce::ScopedPointer => std::unique_ptr 2020-05-19 06:32:35 -04:00
FeRD (Frank Dana)
216184dbb9 Work around Ruby/JUCE isfinite() conflict properly 2020-05-19 06:30:54 -04:00
Jeff Shillitto
5b5950c991 use reader instead of new_reader 2020-05-19 19:57:06 +10:00
Frank Dana
9922479945 Merge pull request #512 from steils/develop
FFmpegUtilities: replace variable definition with statement expression
2020-05-16 08:21:10 -04:00
Jeff Shillitto
4e6c1819b0 Set clip in constructor to resolve scale crop issue 2020-05-16 18:55:34 +10:00
Stefan Strogin
13290364e7 FFmpegUtilities: replace variable definition with statement expression
It is needed to avoid multiple definitions of AV_GET_CODEC_CONTEXT,
which is considered as an error with '-fno-common' which is default
since gcc-10.

Fixes: #511
2020-05-16 02:33:37 +03:00
Frank Dana
6e7ad2316b Add version.sh script (#500) 2020-05-07 18:24:59 -04:00
Frank Dana
15c3efb76b Merge pull request #491 from ferdnyc/readme-cleanup
INSTALL.md: Formatting, markdown cleanup
2020-04-22 02:04:51 -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
f36bb334e2 Exceptions: Rename BaseException, for python (#497)
BaseException is a python standard library exception class, so it's
not a great idea to redefine that name in our bindings. Renamed
to ExceptionBase, which is more in keeping with our class naming
system anyway.
2020-04-22 02:01:01 -04:00
Frank Dana
6353c3bc01 Merge pull request #502 from ferdnyc/find-jsoncpp-upgrades
CMake: Rename, modernize Findjsoncpp.cmake
2020-04-22 01:59:34 -04:00
Frank Dana
f34d061724 Merge pull request #505 from ferdnyc/travis-yml-syntax
Travis: Fix package list syntax, contents
2020-04-22 01:58:05 -04:00
FeRD (Frank Dana)
9796b82857 Travis: Fix package list syntax, contents
- Get rid of two-stage definition of apt.packages list, which
  was never necessary anyway.
- Remove deprecated libavresample from package set for FFmpeg 4
2020-04-22 01:35:09 -04:00
FeRD (Frank Dana)
b766baf752 Findjsoncpp: Fix target 2020-04-17 10:01:44 -04:00
FeRD (Frank Dana)
9d261f6568 CMake: Rename, modernize Findjsoncpp.cmake
- Rename to match package naming used elsewhere (official configs)
- Add IMPORTED target creation to the Find module, along with
  version number detection
- Switch to lowercase variable forms (e.g. jsoncpp_FOUND)
2020-04-17 06:54:16 -04:00