Skip to content

Commit ee5e6d1

Browse files
Merge pull request #332 from g-maxime/preparing-v21.01
Preparing v21.01
2 parents 811cbe5 + 4365412 commit ee5e6d1

File tree

12 files changed

+36
-21
lines changed

12 files changed

+36
-21
lines changed

History_CLI.txt

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 21.01, 2021-01-04
2+
-------------
3+
Thanks to New York Public Library (NYPL) for their vision and support on this release
4+
Thanks to British Film Institute (BFI) for their extensive testing
5+
Reversibility checking: an option to check after encoding to ensure that the decoding of a RAWcooked file is fully reversible (--check)
6+
Reversibility checking: an option to embed checksums of the input files to enable the possibility of later reversibility integrity checks without requiring access to the original input files (--hash)
7+
Conformance checking: an option to to perform a selection of DPX implementation checks (--conch), more to come
8+
Coherency checking: an option to check e.g. that audio duration is same as video duration (--coherency, by default)
9+
A new requirement when encoding DPX with padding bits to specify user preferences for the evaluation of padding bits (--check-padding or --no-check-padding) as some DPX files use padding bits for unstandardized purposes.
10+
An option to offer extra information about the content of the reversibility data (--info)
11+
Perform --info --check --hash --conch --coherency --check-padding --encode in a single option (--all)
12+
Support additional post-encoding coherency checks, such as a quick check of the resulting compressed file in order to be sure that FFmpeg correctly finished the encoding.
13+
Fix reversibility issues if DPX header does not have the same size in all files
14+
Support of more DPX/TIFF/WAV/AIFF flavors and features
15+
116
Version 18.10.1, 2018-11-13
217
---------------
318
Fix regression during demux of some MKV files, preventing demux of all DPX files

Project/Chocolatey/rawcooked.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>rawcooked</id>
66
<title>RAWcooked</title>
7-
<version>18.10.1</version>
7+
<version>21.01</version>
88
<packageSourceUrl>https://github.com/MediaArea/RAWcooked/blob/master/Project/Chocolatey</packageSourceUrl>
99
<owners>MediaArea.net</owners>
1010
<authors>MediaArea.net</authors>

Project/GNU/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: MediaArea.net SARL <[email protected]>
33

44
pkgname=('rawcooked')
5-
pkgver=18.10.1
5+
pkgver=21.01
66
pkgrel=1
77
pkgdesc="Encodes RAW audio-visual data while permitting reversibility"
88
url="http://mediaarea.net"

Project/GNU/rawcooked.dsc

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Format: 3.0 (quilt)
22
Source: rawcooked
33
Binary: rawcooked, rawcooked-dbg
44
Architecture: any
5-
Version: 18.10.1-1
5+
Version: 21.01-1
66
Maintainer: Jerome Martinez <[email protected]>
77
Homepage: https://mediaarea.net
88
Standards-Version: 3.7.3
99
Build-Depends: debhelper (>=5), pkg-config, automake, autoconf, libtool
1010
Files:
11-
00000000000000000000000000000000 000000 rawcooked_18.10.1.orig.tar.xz
12-
00000000000000000000000000000000 000000 rawcooked_18.10.1-1.debian.tar.xz
11+
00000000000000000000000000000000 000000 rawcooked_21.01.orig.tar.xz
12+
00000000000000000000000000000000 000000 rawcooked_21.01-1.debian.tar.xz

Project/GNU/rawcooked.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# norootforbuild
66

7-
%global rawcooked_version 18.10.1
7+
%global rawcooked_version 21.01
88

99
Name: rawcooked
1010
Version: %rawcooked_version
@@ -72,5 +72,5 @@ popd
7272
%{_mandir}/man1/rawcooked.*
7373

7474
%changelog
75-
* Mon Jan 01 2018 Jerome Martinez <[email protected]> - 18.10.1-0
75+
* Mon Jan 01 2018 Jerome Martinez <[email protected]> - 21.01-0
7676
- See History.txt for more info and real dates

Project/MSVC2017/CLI/RAWcooked.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 18.10.1,0,0
5-
PRODUCTVERSION 18.10.1,0,0
4+
FILEVERSION 21.01,0,0
5+
PRODUCTVERSION 21.01,0,0
66
FILEFLAGSMASK 0x17L
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,12 +19,12 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "RAWcooked"
22-
VALUE "FileVersion", "18.10.1.0.0"
22+
VALUE "FileVersion", "21.01.0.0"
2323
VALUE "InternalName", "RAWcooked - CLI"
2424
VALUE "LegalCopyright", "MediaArea.net"
2525
VALUE "OriginalFilename", "RAWcooked.exe"
2626
VALUE "ProductName", "RAWcooked"
27-
VALUE "ProductVersion", "18.10.1.0.0"
27+
VALUE "ProductVersion", "21.01.0.0"
2828
END
2929
END
3030
BLOCK "VarFileInfo"

Project/MSVC2019/CLI/RAWcooked.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 18.10.1,0,0
5-
PRODUCTVERSION 18.10.1,0,0
4+
FILEVERSION 21.01,0,0
5+
PRODUCTVERSION 21.01,0,0
66
FILEFLAGSMASK 0x17L
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,12 +19,12 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "RAWcooked"
22-
VALUE "FileVersion", "18.10.1.0.0"
22+
VALUE "FileVersion", "21.01.0.0"
2323
VALUE "InternalName", "RAWcooked - CLI"
2424
VALUE "LegalCopyright", "MediaArea.net"
2525
VALUE "OriginalFilename", "RAWcooked.exe"
2626
VALUE "ProductName", "RAWcooked"
27-
VALUE "ProductVersion", "18.10.1.0.0"
27+
VALUE "ProductVersion", "21.01.0.0"
2828
END
2929
END
3030
BLOCK "VarFileInfo"

Project/Mac/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>18.10.1</string>
18+
<string>21.01</string>
1919
<key>CFBundleVersion</key>
20-
<string>18.10.1</string>
20+
<string>21.01</string>
2121
<key>DTSDKName</key>
2222
<string>macosx10.6</string>
2323
<key>LSApplicationCategoryType</key>

Project/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.10.1
1+
21.01

Source/CLI/rawcooked.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "18.10.1" "Bit-by-bit fidelity"
1+
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "21.01" "Bit-by-bit fidelity"
22
.\" Turn off justification for nroff.
33
.if n .ad l
44
.\" Turn off hyphenation.

Source/Lib/Compressed/RAWcooked/RAWcooked.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using namespace std;
1515

1616
// Library name and version
1717
const char* LibraryName = "RAWcooked";
18-
const char* LibraryVersion = "18.10.1";
18+
const char* LibraryVersion = "21.01";
1919

2020
// EBML
2121
static const uint32_t Name_EBML = 0x0A45DFA3;

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rawcooked (18.10.1-1) unstable; urgency=low
1+
rawcooked (21.01-1) unstable; urgency=low
22

33
* See History.txt for more info and real dates
44

0 commit comments

Comments
 (0)