Jaffree Versions Save

______ Stop the War in Ukraine! _______ Java ffmpeg and ffprobe command-line wrapper

R2023.09.10

8 months ago

What’s Changed

  • Develop to Master (#363) @kokorin
  • Build(deps): Bump github/codeql-action from 1 to 2 (#301) @dependabot
  • Small refactor on ProcessHandler.interactWithProcess() (#362) @marklassau
  • Issue 355: ProcessHandler configurable executor timeout (#356) @marklassau
  • Build(deps): Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#297) @dependabot
  • Build(deps): Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 10.12.3 (#359) @dependabot
  • Build(deps): Bump actions/setup-java from 2 to 3.2.0 (#300) @dependabot
  • Build(deps): Bump actions/checkout from 2 to 4 (#360) @dependabot
  • Build(deps): Bump actions/cache from 1 to 3.0.11 (#322) @dependabot
  • Build(deps): Bump maven-javadoc-plugin from 3.3.1 to 3.5.0 (#342) @dependabot
  • Build(deps): Bump maven-compiler-plugin from 3.8.1 to 3.11.0 (#345) @dependabot
  • Issue 357: Detect ffmpeg bug and ignore test that can't pass (#358) @marklassau
  • develop to master (#341) @kokorin
  • Stand with Ukraine (#340) @kokorin
  • Restream with hls example (#338) @kokorin

R2022.06.03

1 year ago

What’s Changed

  • Include error messages returned by ffprobe or ffmpeg in non-zero status exception (#306) @jonfryd

R2021.12.30

2 years ago

What’s Changed

  • Develop (#264) @kokorin
  • Filter arguments escaping, fix #26. (#263) @kokorin
  • Use logback-classic for testing instead of log4j2 (#262) @kokorin
  • Rational value of number (#261) @kokorin
  • Build(deps): Bump checkstyle from 9.1 to 9.2.1 (#258) @dependabot
  • Change the input parameter generic of FilterChain#addFilters (#259) @Hccake
  • Build(deps): Bump sonar-maven-plugin from 3.9.0.2155 to 3.9.1.2184 (#246) @dependabot
  • Build(deps): Bump checkstyle from 9.0.1 to 9.1 (#243) @dependabot

R2021.11.06

2 years ago

What’s Changed

  • Fix ChannelInput issue. (#245) @kokorin
  • Fix ChannelInput issue. (#244) @kokorin

R2021.10.19

2 years ago

What’s Changed

  • Revert maven-git-versioning-extension to 6.5.0. (#240) @kokorin
  • Develop (#239) @kokorin
  • Collect diagnostic information if failed to start a process. (#238) @kokorin
  • Build(deps): Bump maven-git-versioning-extension from 6.5.0 to 7.1.1 (#225) @dependabot
  • Build(deps): Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#217) @dependabot
  • Build(deps): Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#219) @dependabot
  • Build(deps): Bump checkstyle from 9.0 to 9.0.1 (#226) @dependabot
  • Fix #236 Test against Java 17. (#237) @kokorin
  • Fix #233 ChannelInput hanging issue. (#235) @kokorin
  • Ignore ffmpeg/ffprobe error logs, just log them. (#232) @kokorin
  • Clean up readme (#231) @kokorin
  • Build(deps): Bump checkstyle from 8.45.1 to 9.0 (#216) @dependabot

R2021.08.31

2 years ago

What’s Changed

  • Skip N/A values from ffmpeg progress (#214) (#215) @kokorin
  • Skip N/A values from ffmpeg progress (#214) @cromefire

R2021.08.16

2 years ago

What’s Changed

  • Develop (#210) @kokorin
  • CONTRIBUTING.md (#209) @kokorin
  • Issue 200: Proposed way to get ffmpeg home configuration in unit tests (#208) @kokorin
  • Update issue templates (#207) @kokorin
  • Build(deps): Bump checkstyle from 8.45 to 8.45.1 (#205) @dependabot

R2021.08.04

2 years ago

What’s Changed

  • Develop (#201) @kokorin
  • Issue 195: index out of bounds in NutReader (#198) @marklassau
  • Add some Contribution Guidelines to README (#199) @marklassau
  • Build(deps): Bump checkstyle from 8.44 to 8.45 (#196) @dependabot
  • Build(deps): Bump slf4j-api from 1.7.31 to 1.7.32 (#194) @dependabot
  • Build(deps): Bump maven-git-versioning-extension from 6.4.6 to 6.5.0 (#193) @dependabot
  • Build(deps-dev): Bump commons-io from 2.10.0 to 2.11.0 (#192) @dependabot
  • Build(deps): Bump maven-git-versioning-extension from 6.4.4 to 6.4.6 (#191) @dependabot
  • Build(deps): Bump checkstyle from 8.43 to 8.44 (#190) @dependabot
  • Build(deps): Bump slf4j-api from 1.7.30 to 1.7.31 (#188) @dependabot
  • Build(deps-dev): Bump commons-io from 2.9.0 to 2.10.0 (#187) @dependabot

R2021.05.31

2 years ago

What’s Changed

  • Develop (#185) @kokorin
  • Make ffmpeg Filter abstract. Fix #182. (#184) @kokorin
  • Build(deps): Bump checkstyle from 8.42 to 8.43 (#183) @dependabot

R2021.05.26

2 years ago

What’s Changed

  • Develop (#176) @kokorin
  • Build(deps-dev): Bump commons-io from 2.8.0 to 2.9.0 (#177) @dependabot
  • Java 9 module-info.java (#174) @kokorin
  • add support for Java 8 completions (promises) API in executeAsync (#172) @guss77
  • Build(deps): Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#173) @dependabot
  • Build(deps): Bump maven-gpg-plugin from 1.6 to 3.0.1 (#165) @dependabot
  • Use Jacoco in Sonar analysis (#170) @kokorin
  • Generate random PGP key for tests (#169) @kokorin
  • Sonar: fix bugs (#164) @kokorin