Skip to content

Update 2024-05-25#3

Open
yermak wants to merge 102 commits intoyermak:masterfrom
bramp:master
Open

Update 2024-05-25#3
yermak wants to merge 102 commits intoyermak:masterfrom
bramp:master

Conversation

@yermak
Copy link
Copy Markdown
Owner

@yermak yermak commented May 25, 2024

No description provided.

James Barnett and others added 30 commits December 10, 2020 22:33
Fix #264: Add additional CodecTypes to FFmpegStream
Fix #262: Add method to load pixel formats
Fix #266: Add option to specify subtitle codec
Authored-by: jinukix <jinukix@musinsa.com>
Co-authored-by: Sverker Abrahamsson <sverker@limetransit.com>
* adds vbr encoding option. fixes #176
* properly check if quality is in range
* Update FFprobe.java optional extra args
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.11 to 1.4.12.
- [Commits](qos-ch/logback@v_1.4.11...v_1.4.12)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
bramp and others added 23 commits March 27, 2026 16:05
- Update javadoc links and Java version in pom.xml.
- Replace deprecated Charsets with StandardCharsets.
- Remove Helper.silence to allow default test output redirection.
- Set default test verbosity to ERROR.
- Apply consistent code formatting.
- Set fail-fast: false in GitHub Actions.
- Use conditional Error Prone versions based on build JDK (2.31.0 for 11+, 2.42.0 for 17+, 2.48.0 for 21+).
- Add -XDaddTypeAnnotationsToSymbol=true for JDK 21+.
- Move maven-compiler-plugin config to pluginManagement for better merging.
- Update version in README.md to match pom.xml.
- Use Grizzly 4.0.2 for Java 11/17 and 5.0.0 for Java 21+.
- Add Makefile for testing against all supported JDKs with version validation.
- Include JDK-specific Error Prone versions and flags for JDK 21+.
- Update toTimecode and fromTimecode to handle optional leading minus sign.
- Fix ReadmeTest failure caused by negative out_time_ns in FFmpeg progress reports.
- Add tests for negative durations in FFmpegUtilsTest.
Co-authored-by: Alexander Schuetz <schuetz@imagic.ch>
* feat: Add -map option

* chore: rename master branch to main in CI workflow

* Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.3.1 (#380)

Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.3.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.28.0 (#379)

Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.2 to 3.28.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.28.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-version: 3.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.12.0 (#378)

Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.8.0 to 1.12.0.
- [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases)
- [Commits](mojohaus/extra-enforcer-rules@1.8.0...1.12.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:extra-enforcer-rules
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.4 (#376)

Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.4.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.4)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: split workflows into test and release

- test.yml: CI only (push to main, PRs)
- release.yml: publish + javadoc (tag push, manual dispatch)
- Automate javadoc publishing to GitHub Pages via Actions
- Support manual dispatch for one-off javadoc deploys

* chore: simplify pom.xml

Remove dead/obsolete plugins and config:
- maven-release-plugin (replaced by GitHub Actions)
- cobertura-maven-plugin (abandoned, incompatible with modern Java)
- coveralls-maven-plugin (abandoned, not used in CI)
- formatter-maven-plugin (replaced by fmt-maven-plugin)
- maven-scm-publish-plugin (replaced by GitHub Actions Pages deploy)
- maven-site-plugin (no longer running mvn site)
- Entire <reporting> section (broken/stale plugins)
- Java 8 profile (minimum is now Java 11)
- Java 9+ profile (inlined maven.compiler.release into properties)
- distributionManagement/snapshotRepository (unused with central-publishing-maven-plugin)
- Duplicate central-publishing-maven-plugin version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Andrew Brampton <github@bramp.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix/passlog-files-not-deleted

+ add getter (passDirectory, passlogPrefix)
+ add test
+ add get pass directory when delete passlog

* fix testCode
…lution (#294)

* Add test to convert media file into hls format

* File path updated

---------

Co-authored-by: Hariom Maurya <hariommaurya@Harioms-MacBook-Air.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.