Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jave-nativebin-win64 from 2.7.3 to 3.1.1 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 13, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps jave-nativebin-win64 from 2.7.3 to 3.1.1.

Release notes

Sourced from jave-nativebin-win64's releases.

3.1.1 release

  • 3.1.1
    • Modified quoting for command line arguments
  • 3.1.0
    • Added support for arm32 bit (Thanks to jmformenti)
    • Added option to use a specific quote character for command line options. (Thanks to topcatv)
    • Added support for multimedia metdata (Thanks to jmformenti)
    • Corrected typo in setURL method of MultimediaObject (Thanks to Pyjou)

3.0.1 Release

Fixed a class loader issue with spring boot applications

3.0.0 Release

Please note that in the 3.0.0 some breaking API changes have been done. Also some packages have been renamed

  • Reworked base classes to handle the executable (Thanks to Michael Ressler)
  • Reworked the API to have a fluent and more flexible api (Thanks to Michael Ressler)
  • Added more supporting methods/classes to video processing/transformations
Changelog

Sourced from jave-nativebin-win64's changelog.

JAVE2

Changelog

  • 3.1.1
    • Modified quoting for command line arguments
  • 3.1.0
    • Added support for arm32 bit (Thanks to jmformenti)
    • Added option to use a specific quote character for command line options. (Thanks to topcatv)
    • Added support for multimedia metdata (Thanks to jmformenti)
    • Corrected typo in setURL method of MultimediaObject (Thanks to Pyjou)
  • 3.0.1
    • Fixed a class loader issue when using it in spring boot environments
  • 3.0.0
    • Reworked base classes to handle the executable (Thanks to Michael Ressler)
    • Reworked the API to have a fluent and more flexible api (Thanks to Michael Ressler)
    • Added more supporting methods/classes to video processing/transformations
  • 2.8.0
    • Added -ss option to ScreenExtractor for faster processing
    • Add loopAttribute to EncodingAttributes, thanks to chrysophylax a-schild/jave2#79
    • Added support for arm64 linux
    • Some code cleanups by mressler, thanks for the contribution
    • Deprecation of ws.schild.jave.FFMPEG* related process stuff, use ws.schild.jave.process.* instead
  • 2.7.4
  • 2.7.3
    • Close class reference when binary was extracted from jar file
  • 2.7.2
    • Handle invalid/unknown duration values in containers
  • 2.7.1
    • Allow additional arguments on watermark filter
    • Make positions optional (use -1 for posX and posY) and then use the setAddArgument() method
  • 2.7.1
    • Make FFMPEGLocator.createExecutor() to allow it to be used in other contexts
    • added execute method to FFMPEGExecutor to leave the ffmpeg processes running after JVM shutdown
    • First implementation of drawtext filter
    • Most support classes now return the instance when calling setXY() methods
  • 2.6.1
    • Added additional method to screen extractor to extract a given image from a video at the give time in milisenconds, and optional, specify size of resulting image
  • 2.6.0
    • Change of logging api to slf4j as logging facade in version 1.7.x
    • The encode methods now accept a List<> of MultimediaObject's, which are the concatenated
    • Implemented set thread cound for encoding / decoding stages (Max number of cores/cpus to use)
    • URL's as source are now treated as "multiple time readables" per default, can be overriden in the MultimediaObject
    • Progress listener now works for URL's too, unless the "multiple time readables" flag is set to true

... (truncated)

Commits
  • 155db46 Corrected argument escaping
  • 6b77c54 Maven resource plugin version
  • 71dfee3 Maven plugin version reverted back
  • fe12e64 More filter and escaping corrections
  • b1ea79e Release 3.1.0
  • 4cc557c Merge pull request #142 from Pyjou/master
  • d022166 Fix typo setURL
  • 23a2610 Merge pull request #136 from davidwatkins73/patch-1
  • caa1e0b Fixing minor formatting problems in README
  • 7e6bec0 Added support for multimedia metadata
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants