Skip to content

Commit f010179

Browse files
author
Jenkins CI
committed
Preparing v23.09
1 parent ea3129d commit f010179

File tree

12 files changed

+31
-21
lines changed

12 files changed

+31
-21
lines changed

History_CLI.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 23.09, 2023-09-07
2+
-------------
3+
Fail if corrupted image header in the sequence
4+
Fail on any FFmpeg error
5+
Support of 4-ch audio
6+
Show a non misleading message if channel count is not supported
7+
More details about AVI pre-analysis related issues
8+
Accept AVI files without audio
9+
Support of AVI 00db frames
10+
111
Version 23.03, 2023-03-31
212
-------------
313
AVI/v210

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.03</version>
7+
<version>23.09</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=23.03
5+
pkgver=23.09
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.03-1
5+
Version: 23.09-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.03.orig.tar.xz
12-
00000000000000000000000000000000 000000 rawcooked_23.03-1.debian.tar.xz
11+
00000000000000000000000000000000 000000 rawcooked_23.09.orig.tar.xz
12+
00000000000000000000000000000000 000000 rawcooked_23.09-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.03
7+
%global rawcooked_version 23.09
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.03-0
75+
* Mon Jan 01 2018 Jerome Martinez <[email protected]> - 23.09-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,03,0,0
5-
PRODUCTVERSION 23,03,0,0
4+
FILEVERSION 23,09,0,0
5+
PRODUCTVERSION 23,09,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.03.0.0"
22+
VALUE "FileVersion", "23.09.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.03.0.0"
27+
VALUE "ProductVersion", "23.09.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,03,0,0
5-
PRODUCTVERSION 23,03,0,0
4+
FILEVERSION 23,09,0,0
5+
PRODUCTVERSION 23,09,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.03.0.0"
22+
VALUE "FileVersion", "23.09.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.03.0.0"
27+
VALUE "ProductVersion", "23.09.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.03</string>
18+
<string>23.09</string>
1919
<key>CFBundleVersion</key>
20-
<string>23.03</string>
20+
<string>23.09</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.03
1+
23.09

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

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

0 commit comments

Comments
 (0)