Skip to content

Commit a9d4f4e

Browse files
Merge pull request #444 from g-maxime/preparing-v24.11
Preparing v24.11
2 parents be94c48 + 7678918 commit a9d4f4e

File tree

13 files changed

+31
-22
lines changed

13 files changed

+31
-22
lines changed

History_CLI.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 24.11, 2024-11-11
2+
-------------
3+
Cleanup of the output
4+
Add --log-name option for summary in a file at the end of the processing
5+
Support of DPX Y 10-bit from DIAMANT-Film
6+
Accept null bytes in DPX version
7+
Add TIFF 8-bit LE
8+
Fix wrong compute of max slice count with DPX having group of pixels
9+
110
Version 23.12, 2023-12-18
211
-------------
312
Support of DPX/Y/12-bit/Packed/BE

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>23.12</version>
7+
<version>24.11</version>
88
<packageSourceUrl>https://github.com/MediaArea/RAWcooked/blob/master/Project/Chocolatey</packageSourceUrl>
99
<owners>MediaArea.net</owners>
1010
<authors>MediaArea.net</authors>

Project/Chocolatey/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$packageArgs = @{
44
PackageName = "${env:ChocolateyPackageName}"
5-
Url64bit = "https://mediaarea.net/download/binary/rawcooked/23.12/RAWcooked_CLI_23.12_Windows_x64.zip"
5+
Url64bit = "https://mediaarea.net/download/binary/rawcooked/24.11/RAWcooked_CLI_24.11_Windows_x64.zip"
66
Checksum64 = '0000000000000000000000000000000000000000000000000000000000000000'
77
ChecksumType64 = 'sha256'
88
UnzipLocation = "$(split-path -parent $MyInvocation.MyCommand.Definition)\rawcooked"

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=23.12
5+
pkgver=24.11
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: 23.12-1
5+
Version: 24.11-1
66
Maintainer: Jerome Martinez <[email protected]>
77
Homepage: https://mediaarea.net
88
Standards-Version: 3.7.3
99
Build-Depends: debhelper (>=7), pkg-config, automake, autoconf, libtool
1010
Files:
11-
00000000000000000000000000000000 000000 rawcooked_23.12.orig.tar.xz
12-
00000000000000000000000000000000 000000 rawcooked_23.12-1.debian.tar.xz
11+
00000000000000000000000000000000 000000 rawcooked_24.11.orig.tar.xz
12+
00000000000000000000000000000000 000000 rawcooked_24.11-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 23.12
7+
%global rawcooked_version 24.11
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]> - 23.12-0
75+
* Mon Jan 01 2018 Jerome Martinez <[email protected]> - 24.11-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 23,12,0,0
5-
PRODUCTVERSION 23,12,0,0
4+
FILEVERSION 24,11,0,0
5+
PRODUCTVERSION 24,11,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", "23.12.0.0"
22+
VALUE "FileVersion", "24.11.0.0"
2323
VALUE "InternalName", "RAWcooked - CLI"
2424
VALUE "LegalCopyright", "MediaArea.net"
2525
VALUE "OriginalFilename", "RAWcooked.exe"
2626
VALUE "ProductName", "RAWcooked"
27-
VALUE "ProductVersion", "23.12.0.0"
27+
VALUE "ProductVersion", "24.11.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 23,12,0,0
5-
PRODUCTVERSION 23,12,0,0
4+
FILEVERSION 24,11,0,0
5+
PRODUCTVERSION 24,11,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", "23.12.0.0"
22+
VALUE "FileVersion", "24.11.0.0"
2323
VALUE "InternalName", "RAWcooked - CLI"
2424
VALUE "LegalCopyright", "MediaArea.net"
2525
VALUE "OriginalFilename", "RAWcooked.exe"
2626
VALUE "ProductName", "RAWcooked"
27-
VALUE "ProductVersion", "23.12.0.0"
27+
VALUE "ProductVersion", "24.11.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>23.12</string>
18+
<string>24.11</string>
1919
<key>CFBundleVersion</key>
20-
<string>23.12</string>
20+
<string>24.11</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-
23.12
1+
24.11

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" "23.12" "Bit-by-bit fidelity"
1+
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "24.11" "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 = "23.12";
18+
const char* LibraryVersion = "24.11";
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 (23.12-1) unstable; urgency=low
1+
rawcooked (24.11-1) unstable; urgency=low
22

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

0 commit comments

Comments
 (0)