From 5c432cde647859baae3d29f9a332a474433d4442 Mon Sep 17 00:00:00 2001 From: hdsdi3g Date: Sat, 11 May 2024 22:44:28 +0200 Subject: [PATCH] Set version 16.0.0 --- CHANGELOG.md | 3 +++ fflauncher/THIRD-PARTY.txt | 4 ++-- fflauncher/pom.xml | 6 +++--- ffprobejaxb/pom.xml | 2 +- pom.xml | 2 +- processlauncher/pom.xml | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee72993..137f28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # All Medialib projects upgrades needs +## 16.0.0 + Correct bugs with FFmpeg v7: - Parse EBUR128 from lavfi metadata instead of strerr @@ -7,6 +9,7 @@ Correct bugs with FFmpeg v7: - Set ffmpeg loglevel to warn - Correct ffprobe result SAX entries (remove `coded_picture_number` and `display_picture_number`, rename `pkt_duration` to `duration`, and `pkt_duration_time` to `duration_time`, but keep previous behavior compatible) - Correct FFAbout with the new ffmpeg output syntax + - Return ffmpeg and ffprobe runned command lines ## 15.0.2 diff --git a/fflauncher/THIRD-PARTY.txt b/fflauncher/THIRD-PARTY.txt index e9f2314..af5bcb4 100644 --- a/fflauncher/THIRD-PARTY.txt +++ b/fflauncher/THIRD-PARTY.txt @@ -44,7 +44,7 @@ Lists of 48 third-party dependencies. (The Apache License, Version 2.0) org.opentest4j:opentest4j (org.opentest4j:opentest4j:1.3.0 - https://github.com/ota4j-team/opentest4j) (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.30 - https://projectlombok.org) (MIT License) SLF4J API Module (org.slf4j:slf4j-api:2.0.12 - http://www.slf4j.org) - (Apache License 2.0) ffprobejaxb (tv.hd3g:ffprobejaxb:15.0.2 - https://github.com/hdsdi3g/medialib) - (GNU Lesser General Public License, Version 3) processlauncher (tv.hd3g:processlauncher:15.0.2 - https://github.com/hdsdi3g/medialib) + (Apache License 2.0) ffprobejaxb (tv.hd3g:ffprobejaxb:16.0.0 - https://github.com/hdsdi3g/medialib) + (GNU Lesser General Public License, Version 3) processlauncher (tv.hd3g:processlauncher:16.0.0 - https://github.com/hdsdi3g/medialib) (GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.1.1 - https://github.com/hdsdi3g/codepolicyvalidation) (GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:20.0.0 - https://github.com/hdsdi3g/prodlib) diff --git a/fflauncher/pom.xml b/fflauncher/pom.xml index 5ac4ef5..45d50bf 100644 --- a/fflauncher/pom.xml +++ b/fflauncher/pom.xml @@ -12,7 +12,7 @@ tv.hd3g.commons starter-medialib - 15.0.3-SNAPSHOT + 16.0.0 ../pom.xml @@ -25,12 +25,12 @@ tv.hd3g ffprobejaxb - 15.0.3-SNAPSHOT + 16.0.0 tv.hd3g processlauncher - 15.0.3-SNAPSHOT + 16.0.0 commons-io diff --git a/ffprobejaxb/pom.xml b/ffprobejaxb/pom.xml index 3df7b30..1de875d 100644 --- a/ffprobejaxb/pom.xml +++ b/ffprobejaxb/pom.xml @@ -12,7 +12,7 @@ tv.hd3g.commons starter-medialib - 15.0.3-SNAPSHOT + 16.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 58749e6..55a0d17 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ starter-medialib pom - 15.0.3-SNAPSHOT + 16.0.0 Commons Maven medialib starter project https://github.com/hdsdi3g/medialib diff --git a/processlauncher/pom.xml b/processlauncher/pom.xml index 2d3c629..2d184c0 100644 --- a/processlauncher/pom.xml +++ b/processlauncher/pom.xml @@ -12,7 +12,7 @@ tv.hd3g.commons starter-medialib - 15.0.3-SNAPSHOT + 16.0.0 ../pom.xml