Skip to content

Commit

Permalink
Set version 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed May 11, 2024
1 parent 2442b13 commit 5c432cd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,12 +1,15 @@
# All Medialib projects upgrades needs

## 16.0.0

Correct bugs with FFmpeg v7:

- Parse EBUR128 from lavfi metadata instead of strerr
- Not parse anything from stderr
- 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

Expand Down
4 changes: 2 additions & 2 deletions fflauncher/THIRD-PARTY.txt
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions fflauncher/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter-medialib</artifactId>
<version>15.0.3-SNAPSHOT</version>
<version>16.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>ffprobejaxb</artifactId>
<version>15.0.3-SNAPSHOT</version>
<version>16.0.0</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>processlauncher</artifactId>
<version>15.0.3-SNAPSHOT</version>
<version>16.0.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ffprobejaxb/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter-medialib</artifactId>
<version>15.0.3-SNAPSHOT</version>
<version>16.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<artifactId>starter-medialib</artifactId>
<packaging>pom</packaging>
<version>15.0.3-SNAPSHOT</version>
<version>16.0.0</version>

<name>Commons Maven medialib starter project</name>
<url>https://github.com/hdsdi3g/medialib</url>
Expand Down
2 changes: 1 addition & 1 deletion processlauncher/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter-medialib</artifactId>
<version>15.0.3-SNAPSHOT</version>
<version>16.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5c432cd

Please sign in to comment.