Skip to content

Commit

Permalink
Merge pull request #332 from g-maxime/preparing-v21.01
Browse files Browse the repository at this point in the history
Preparing v21.01
  • Loading branch information
JeromeMartinez authored Jan 4, 2021
2 parents 811cbe5 + 4365412 commit ee5e6d1
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 21 deletions.
15 changes: 15 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 21.01, 2021-01-04
-------------
Thanks to New York Public Library (NYPL) for their vision and support on this release
Thanks to British Film Institute (BFI) for their extensive testing
Reversibility checking: an option to check after encoding to ensure that the decoding of a RAWcooked file is fully reversible (--check)
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)
Conformance checking: an option to to perform a selection of DPX implementation checks (--conch), more to come
Coherency checking: an option to check e.g. that audio duration is same as video duration (--coherency, by default)
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.
An option to offer extra information about the content of the reversibility data (--info)
Perform --info --check --hash --conch --coherency --check-padding --encode in a single option (--all)
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.
Fix reversibility issues if DPX header does not have the same size in all files
Support of more DPX/TIFF/WAV/AIFF flavors and features

Version 18.10.1, 2018-11-13
---------------
Fix regression during demux of some MKV files, preventing demux of all DPX files
Expand Down
2 changes: 1 addition & 1 deletion Project/Chocolatey/rawcooked.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>rawcooked</id>
<title>RAWcooked</title>
<version>18.10.1</version>
<version>21.01</version>
<packageSourceUrl>https://github.com/MediaArea/RAWcooked/blob/master/Project/Chocolatey</packageSourceUrl>
<owners>MediaArea.net</owners>
<authors>MediaArea.net</authors>
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: MediaArea.net SARL <[email protected]>

pkgname=('rawcooked')
pkgver=18.10.1
pkgver=21.01
pkgrel=1
pkgdesc="Encodes RAW audio-visual data while permitting reversibility"
url="http://mediaarea.net"
Expand Down
6 changes: 3 additions & 3 deletions Project/GNU/rawcooked.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Format: 3.0 (quilt)
Source: rawcooked
Binary: rawcooked, rawcooked-dbg
Architecture: any
Version: 18.10.1-1
Version: 21.01-1
Maintainer: Jerome Martinez <[email protected]>
Homepage: https://mediaarea.net
Standards-Version: 3.7.3
Build-Depends: debhelper (>=5), pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 rawcooked_18.10.1.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_18.10.1-1.debian.tar.xz
00000000000000000000000000000000 000000 rawcooked_21.01.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_21.01-1.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/GNU/rawcooked.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# norootforbuild

%global rawcooked_version 18.10.1
%global rawcooked_version 21.01

Name: rawcooked
Version: %rawcooked_version
Expand Down Expand Up @@ -72,5 +72,5 @@ popd
%{_mandir}/man1/rawcooked.*

%changelog
* Mon Jan 01 2018 Jerome Martinez <[email protected]> - 18.10.1-0
* Mon Jan 01 2018 Jerome Martinez <[email protected]> - 21.01-0
- See History.txt for more info and real dates
8 changes: 4 additions & 4 deletions Project/MSVC2017/CLI/RAWcooked.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 18.10.1,0,0
PRODUCTVERSION 18.10.1,0,0
FILEVERSION 21.01,0,0
PRODUCTVERSION 21.01,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "RAWcooked"
VALUE "FileVersion", "18.10.1.0.0"
VALUE "FileVersion", "21.01.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "18.10.1.0.0"
VALUE "ProductVersion", "21.01.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2019/CLI/RAWcooked.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 18.10.1,0,0
PRODUCTVERSION 18.10.1,0,0
FILEVERSION 21.01,0,0
PRODUCTVERSION 21.01,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "RAWcooked"
VALUE "FileVersion", "18.10.1.0.0"
VALUE "FileVersion", "21.01.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "18.10.1.0.0"
VALUE "ProductVersion", "21.01.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>18.10.1</string>
<string>21.01</string>
<key>CFBundleVersion</key>
<string>18.10.1</string>
<string>21.01</string>
<key>DTSDKName</key>
<string>macosx10.6</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.10.1
21.01
2 changes: 1 addition & 1 deletion Source/CLI/rawcooked.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "18.10.1" "Bit-by-bit fidelity"
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "21.01" "Bit-by-bit fidelity"
.\" Turn off justification for nroff.
.if n .ad l
.\" Turn off hyphenation.
Expand Down
2 changes: 1 addition & 1 deletion Source/Lib/Compressed/RAWcooked/RAWcooked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace std;

// Library name and version
const char* LibraryName = "RAWcooked";
const char* LibraryVersion = "18.10.1";
const char* LibraryVersion = "21.01";

// EBML
static const uint32_t Name_EBML = 0x0A45DFA3;
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rawcooked (18.10.1-1) unstable; urgency=low
rawcooked (21.01-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down

0 comments on commit ee5e6d1

Please sign in to comment.