Commit Graph

2434 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
a8ec79f64a tests/Crop: Add license metadata 2021-10-31 09:31:42 -04:00
Jonathan Thomas
f81f620c2a Merge pull request #732 from ferdnyc/crop-qpainter
Rewrite Crop effect using QPainter
2021-10-29 13:17:38 -05:00
Jonathan Thomas
bbbb72aa5d Merge pull request #757 from ferdnyc/resvg-in-ci
Resvg: Add support for v0.11.0+, enable in GitHub CI
2021-10-28 21:31:58 -05:00
Jonathan Thomas
0add6f892c Merge pull request #766 from OpenShot/fix-windows-x86-path
Fix babl builds on Windows by setting the babl_DIR CMake variable
2021-10-28 18:59:24 -05:00
Jonathan Thomas
54c2a800eb Updating docs for babl INSTALL 2021-10-28 18:08:47 -05:00
Jonathan Thomas
88a70804c1 Removing env variable as it's not needed 2021-10-28 18:00:32 -05:00
Jonathan Thomas
5bb56482fb Setting babl_DIR as Cmake variable 2021-10-28 17:54:59 -05:00
Jonathan Thomas
ad058b5aa2 Setting babl_DIR environment variable 2021-10-28 17:46:04 -05:00
Jonathan Thomas
5a33edf855 Experimental test to add mingw32/lib folder to path for babl support 2021-10-28 17:34:24 -05:00
Jonathan Thomas
689341368f Merge pull request #716 from troyrollo/babl-integration
Add support for more Chroma Key methods
2021-10-28 14:32:16 -05:00
Jonathan Thomas
5f89107487 Merge pull request #712 from ferdnyc/color-qcolor-ctor
Color: Add Color(QColor) constructor with unit test, move initialization into initializer lists
2021-10-27 13:42:12 -05:00
Jonathan Thomas
1b5739f0ea Merge pull request #763 from ferdnyc/fix-has-video
Clip: Fix has_video, add unit test
2021-10-27 13:31:58 -05:00
Frank Dana
311d86957e Include FFmpegUtilities.h earlier (#764) 2021-10-27 06:49:27 -04:00
FeRD (Frank Dana)
b1d98d8de1 Color: Add Color(QColor) ctor, with unit test 2021-10-27 01:38:22 -04:00
FeRD (Frank Dana)
9133389b92 Clip: Fix has_video, add unit test 2021-10-27 00:26:56 -04:00
Frank Dana
b9833b71ab Merge pull request #687 from ferdnyc/timeline-inheritance
Fix inheritance of TimelineBase::Clips(), and add unit test
2021-10-24 02:19:19 -04:00
Frank Dana
f26a574bf2 Only duplicate Settings test involving envvar (#762) 2021-10-24 01:07:03 -04:00
Frank Dana
b1b1045af8 Merge pull request #729 from ferdnyc/move-proto-build
Fold libopenshot_protobuf into libopenshot
2021-10-22 15:22:35 -04:00
FeRD (Frank Dana)
5c8ee393a6 Findbabl: Add license headers 2021-10-22 15:20:50 -04:00
Frank Dana
49f2319699 Merge branch 'develop' into babl-integration 2021-10-22 15:14:11 -04:00
Frank Dana
2d2a062bdc Remove (broken) BlackMagic DeckLink support (#760) 2021-10-20 06:49:08 -04:00
FeRD (Frank Dana)
75a56e58a0 Clean up some header comments / classes 2021-10-17 23:31:02 -04:00
FeRD (Frank Dana)
7ac54f05cc Fold libopenshot_protobuf into libopenshot
- Move .proto files to src/ dir (not src/protobuf_messages)
- Generate protobuf files in src/CMakeLists.txt and include in
  'openshot' library target
- Don't install generated *.pb.h headers, which are now private
2021-10-17 23:31:02 -04:00
Frank Dana
dae8ca5e4e CI: Validate repository licensing with Reuse (#758) 2021-10-16 02:50:25 -04:00
Frank Dana
59138ea3e4 Adopt license management via Reuse project/tool (#711)
* reuse-managed license/copyright headers

reuse is a tool for compliance with the REUSE recommendations. See
<https://reuse.software/> for more information, and
<https://reuse.readthedocs.io/> for the online documentation.

* Set jsoncpp license
* Add MIT license for Decklink sources
* Explicitly license examples/
  - Add headers to source files
  - Change blanket licensing in .reuse/dep5 to only cover binary media
  - Import CC-BY-3.0 license and assign to sintel_trailer
2021-10-16 01:26:26 -04:00