Open
Conversation
… of deprecated method usages.
Authored-by: jinukix <jinukix@musinsa.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>
#358) * fix(ffprobe-number-format-exception): fix gson parse SideData.rotation NumberFormatException * fix(ffprobe-number-format-exception): change deprecated method newInstance --------- Co-authored-by: 陈阳阳 <chenyangyang@phoenixtv.com>
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.