libmedia-convert-perl (1.0.4-3)
[PTS] [DDPO]
COMMITS: VCS has seen 13 commits since the v1.0.3-2 tag
- Git: https://salsa.debian.org/wouter/media-convert.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 4538368
- Browser: https://salsa.debian.org/wouter/media-convert
- Last scan: 2023-05-25 14:19:14+00
- Next scan: 2023-06-02 14:57:00+00
- CI pipeline status: failed
- Debian changelog in Git:
libmedia-convert-perl (1.0.4-3) unstable; urgency=medium
* Revert the extra -map parameter. It does not have the effect we
thought it did.
-- Wouter Verhelst <wouter@debian.org> Tue, 07 Mar 2023 19:54:35 +0200
- This branch is 13 commits ahead of tag v1.0.3-2
- Git log:
commit 6628a52dca370e2fa27a1fe9eabf3b18d9df25f2
Author: Wouter Verhelst <wouter@debian.org>
Date: Thu May 25 14:06:42 2023 +0000
Deconfuse gitlab about strings etc
commit 6d13d2f3f59d7dc2162294427ea36d3d72b688e2
Author: Wouter Verhelst <w@uter.be>
Date: Thu May 25 10:50:47 2023 +0200
Add cobertura report
commit 8493ed66c28879973d683b913fa300952a4f4208
Author: Wouter Verhelst <w@uter.be>
Date: Mon May 15 11:37:10 2023 +0200
Choose better defaults for AV1
svt-av1 upstream documentation at
https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/Ffmpeg.md
contains some suggestions for encoding with ffmpeg.
Implement defaults as per their suggestions
commit 8ff6ed621b3c2b96377a36b2f1cb93426da80459
Author: Wouter Verhelst <w@uter.be>
Date: Mon May 15 11:36:26 2023 +0200
Also allow for probing the ffmpeg version
commit 334621dad381e1673df1135ef089b5e7525d3343
Author: Wouter Verhelst <w@uter.be>
Date: Fri Mar 31 11:20:13 2023 +0200
Add a dput job
commit 9aca9c9e4c77c3b86e15c4151c50acd461f79664
Author: Wouter Verhelst <w@uter.be>
Date: Tue Mar 7 19:54:39 2023 +0200
Release
commit f40f24038959e73fb0cc53b8fc462373f2d02b67
Author: Wouter Verhelst <w@uter.be>
Date: Sat Mar 4 15:50:10 2023 +0200
Revert "map_channel requires an explicit audio map"
This reverts commit 04677376108d5ad3308bd790efaa106a4069fb82 (except for the
Debian changelog bit).
Not a good idea after all
commit 895b9d64670ebb93a904140934e9ef04c58daac4
Author: Wouter Verhelst <w@uter.be>
Date: Sat Mar 4 14:35:51 2023 +0200
map_channel requires an explicit audio map
commit 792100f3954db26258515c260a0969f5323cc9cb
Author: Wouter Verhelst <w@uter.be>
Date: Wed Feb 15 10:28:57 2023 +0200
Version 1.0.4
commit e599974906079cf6ca023f279bec1a909df795cb
Author: Wouter Verhelst <w@uter.be>
Date: Tue Feb 14 10:26:01 2023 +0200
Only consider keeping length if it's nonzero (duhh)
commit 03fbb0e7c2083725cc4dc11eadeec4962dfee8c6
Author: Wouter Verhelst <w@uter.be>
Date: Tue Feb 14 10:10:24 2023 +0200
Move perlcritic test to the first stage, not the last
commit 1a8ac2731f47860742080d59f3360fe9eb8b0fd4
Author: Wouter Verhelst <w@uter.be>
Date: Tue Feb 14 10:01:18 2023 +0200
Add perlcritic test (and make it pass)
commit 65f7394224e6e142d79e2213d7b7a84cd182cca5
Author: Wouter Verhelst <w@uter.be>
Date: Tue Feb 14 09:22:28 2023 +0200
Allow progress runs to work with input files that have no duration
(like, e.g., Media::Convert::Asset::PNGGen)