2343 Commits

Author SHA1 Message Date
Jonathan Thomas
5987878473 Merge branch 'release-20210904' of github.com:OpenShot/libopenshot into release-20210904 v0.2.7 2021-09-04 17:50:36 -05:00
Jonathan Thomas
4106f1f0a8 Bumping version to 0.2.7, SO 21 2021-09-04 17:50:05 -05:00
Jonathan Thomas
82498b267d Bumping version to 0.2.7, SO 20 2021-09-04 17:45:40 -05:00
Jonathan Thomas
5a8ffe36b0 Merge pull request #724 from OpenShot/improved-crop-effect
Adding an X and Y offset to the current crop effect (large refactor)
2021-09-03 21:12:47 -05:00
Jonathan Thomas
5f91ddc39b Reversing y_offset direction to match previous OpenShot crop behavior 2021-09-03 17:45:28 -05:00
Jonathan Thomas
f9e5db6c9b Adding an X and Y offset to the current crop effect, to better support previous clip crop parameters (for migrating crop options from OpenShot 2.5.1 to OpenShot 2.6). Also refactoring the crop effect, to actually copy the pixels into a new image buffer. 2021-09-03 15:44:21 -05:00
JacksonRG
d58febf107 Merge pull request #718 from OpenShot/default-crop-border-of-zero
Default crop border of zero
2021-08-26 14:59:53 -05:00
JacksonRG
fc05893bd2 Merge pull request #721 from OpenShot/merge-master-0.2.6
Merge master 0.2.6 into develop
2021-08-25 12:10:12 -05:00
Jackson
569b5918d0 Merge master 0.2.6 into develop 2021-08-25 11:34:52 -05:00
JacksonRG
32752517e1 Merge pull request #720 from OpenShot/release-20210819
Merge 2.6.0 Release Into Master
2021-08-25 11:19:06 -05:00
Jackson
928c37bc6e set default crop border to 0 2021-08-23 15:50:58 -05:00
Jackson
73b009d38f Update Version to 0.2.6 SO 20 v0.2.6 2021-08-19 15:40:39 -05:00
Frank Dana
d246964f0f Link catch-main wtih Catch2::Catch2 (#714)
Newer versions of Catch2 require C++14 to compile, a requirement
that won't be propagated to the object library unless we link it
to the IMPORTED Catch2::Catch2 target.
2021-08-16 18:46:14 -04:00
Brenno
4d5bf9ba8c Bug fix. Prevent adding the same clip as child in the Tracker and Object Detection Effects 2021-08-13 21:15:58 -03:00
Jonathan Thomas
91aaf18cf4 Merge pull request #713 from OpenShot/fix-scale-none-scaling
SCALE_NONE was incorrectly sizing SVG, Image, and Video files.
2021-08-12 10:49:06 -05:00
Jonathan Thomas
7af95c22a2 Fixing SVG unit tests to correctly check the default SVG size 2021-08-11 15:19:21 -05:00
Jonathan Thomas
1c2786de35 SCALE_NONE was incorrectly sizing SVG, Image, and Video files. Since OpenShot changes the preview window size during editing, the SCALE_NONE clips should always be scaled to the ratio: preview / timeline... so they stay relative sized to the timeline size.
For example, if an SVG is 500px wide, and the project is 1000px wide... the SVG in SCALE_NONE mode should always be 50% with width of the video, regardless of how small you make the preview window.
2021-08-11 12:10:46 -05:00
Frank Dana
fbe0242837 FFmpeg: Create, use av_err2string() (#689)
- Previously 'av_make_error_string' was defined in FFmpegUtilities.h
  for the sole purpose of redefining `av_err2str()` as a call to that
  function. `av_err2str()` was then used in our code, often in string
  contexts where its output was cast to `std::string`.
- Since that was excessively circular, instead the function is named
  `av_err2string()`, and it's used directly in contexts where a
  std::string is expected.
- `av_err2str()` is still #defined as `av_err2string(...).c_str()`
2021-08-11 03:58:45 -04:00
Brenno
7e419b9d64 Fixed Draw Box property in ObjectDetection Effect 2021-08-10 15:03:01 -03:00
Brenno
606dded4ec Prevent re initializing ParametricEQ for each frame 2021-08-10 14:59:45 -03:00
dependabot[bot]
9662bcbeea Bump codecov/codecov-action from 1 to 2.0.2 (#709)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 09:49:28 -04:00
Jonathan Thomas
8e062b8e6e Merge pull request #700 from OpenShot/audio-effects
Audio effects
2021-07-21 13:07:02 -05:00
Jonathan Thomas
66f3ae19bd Updating audio descriptions 2021-07-21 13:02:06 -05:00
Brenno
60c19f1da2 Added Delay and Echo effects 2021-07-16 16:51:52 -03:00
Frank Dana
70aedd35c5 Eliminate useless 'const' (#703) 2021-07-13 01:28:37 -04:00