Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 25.12, 2025-12-30
-------------
Add a case study (thanks to @digitensions)
Add an option for computing the hash of the output file while checking it
Support of 7.1wide WAV ChannelMask
Add alternative methods for reading files (avoid slowness on macOS and NAS)
RF64 support
Support of DPX non conforming packing value 3

Version 24.11, 2024-11-11
-------------
Cleanup of the output
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>24.11</version>
<version>25.12</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/Chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
PackageName = "${env:ChocolateyPackageName}"
Url64bit = "https://mediaarea.net/download/binary/rawcooked/24.11/RAWcooked_CLI_24.11_Windows_x64.zip"
Url64bit = "https://mediaarea.net/download/binary/rawcooked/25.12/RAWcooked_CLI_25.12_Windows_x64.zip"
Checksum64 = '0000000000000000000000000000000000000000000000000000000000000000'
ChecksumType64 = 'sha256'
UnzipLocation = "$(split-path -parent $MyInvocation.MyCommand.Definition)\rawcooked"
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 <info@mediaarea.net>

pkgname=('rawcooked')
pkgver=24.11
pkgver=25.12
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: 24.11-1
Version: 25.12-1
Maintainer: Jerome Martinez <info@mediaarea.net>
Homepage: https://mediaarea.net
Standards-Version: 3.7.3
Build-Depends: debhelper (>=7), pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 rawcooked_24.11.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_24.11-1.debian.tar.xz
00000000000000000000000000000000 000000 rawcooked_25.12.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_25.12-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 24.11
%global rawcooked_version 25.12

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

%changelog
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 24.11-0
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 25.12-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 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEVERSION 25,12,0,0
PRODUCTVERSION 25,12,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", "24.11.0.0"
VALUE "FileVersion", "25.12.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "24.11.0.0"
VALUE "ProductVersion", "25.12.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 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEVERSION 25,12,0,0
PRODUCTVERSION 25,12,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", "24.11.0.0"
VALUE "FileVersion", "25.12.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "24.11.0.0"
VALUE "ProductVersion", "25.12.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>24.11</string>
<string>25.12</string>
<key>CFBundleVersion</key>
<string>24.11</string>
<string>25.12</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 @@
24.11
25.12
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" "24.11" "Bit-by-bit fidelity"
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "25.12" "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 = "24.11";
const char* LibraryVersion = "25.12";

// 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 (24.11-1) unstable; urgency=low
rawcooked (25.12-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down