- Version 8.92 (October 7, 2022)
- Changed: Moved that the APE namespace is being used into CPP files instead of the global header. - Fixed: The Console header was relying upon undefined types, now correctly includes All.h (thanks Valérian Sibille). - Fixed: NoWindows.h now defines TCHAR, LPTSTR, LPCTSTR outside of the APE namespace like on Windows (thanks Valérian Sibille). - Version 8.91 (October 7, 2022) - Changed: Worked through the rest of the Clang-Tidy warnings. - Changed: Turned on whole program optimization for the DirectShow filter (already on for everything else). - Fixed: With the non-Windows standard file reader, reads that didn't read any bytes would be reported as successful, causing FFmpeg pipes to hang forever after reaching the end of the input file (thanks Valérian Sibille). OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mac?expand=0&rev=2
This commit is contained in:
parent
34bcbf81ef
commit
fe2f9cec00
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b78d57c25ad9c5ac507beaefb0f9d6e2fced123f76d3747402dcfe9cc8b26186
|
|
||||||
size 1601544
|
|
3
MAC_892_SDK.zip
Normal file
3
MAC_892_SDK.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ada511b5fe58e05a12440646a7d568f47aa9f6ec69f42b30f1f6e97084e241d3
|
||||||
|
size 1603022
|
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
<!-- head -->
|
<!-- head -->
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
|
||||||
<title>Monkey's Audio - a fast and powerful lossless audio compressor</title>
|
<title>Monkey's Audio - a fast and powerful lossless audio compressor</title>
|
||||||
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
|
<link href="style.css" rel="stylesheet" type="text/css" media="screen" >
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<!-- logo -->
|
<!-- logo -->
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
<h1>
|
<h1>
|
||||||
<a href="index.html"><img src="images/banner.png" alt="Monkey's Audio - a fast and powerful lossless audio compressor" width="980" height="80" /></a>
|
<a href="index.html"><img src="images/banner.png" alt="Monkey's Audio - a fast and powerful lossless audio compressor" width="980" height="80" ></a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -24,9 +24,9 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="(none)"><a href="index.html">Home</a></li>
|
<li class="(none)"><a href="index.html">Home</a></li>
|
||||||
<li class="(none)"><a href="theory.html">Theory</a></li>
|
<li class="(none)"><a href="theory.html">Theory</a></li>
|
||||||
|
<li class="(none)"><a href="help.html">Help</a></li>
|
||||||
<li class="(none)"><a href="developers.html">Developers</a></li>
|
<li class="(none)"><a href="developers.html">Developers</a></li>
|
||||||
<li class="(none)"><a href="versionhistory.html">Version History</a></li>
|
<li class="(none)"><a href="versionhistory.html">Version History</a></li>
|
||||||
<li class="(none)"><a href="help.html">Help</a></li>
|
|
||||||
<li class="(none)"><a href="links.html">Links</a></li>
|
<li class="(none)"><a href="links.html">Links</a></li>
|
||||||
<li class="(none)"><a href="download.html">Download</a></li>
|
<li class="(none)"><a href="download.html">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
13
mac.changes
13
mac.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 10 09:34:12 UTC 2022 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>
|
||||||
|
|
||||||
|
- Version 8.92 (October 7, 2022)
|
||||||
|
- Changed: Moved that the APE namespace is being used into CPP files instead of the global header.
|
||||||
|
- Fixed: The Console header was relying upon undefined types, now correctly includes All.h (thanks Valérian Sibille).
|
||||||
|
- Fixed: NoWindows.h now defines TCHAR, LPTSTR, LPCTSTR outside of the APE namespace like on Windows (thanks Valérian Sibille).
|
||||||
|
- Version 8.91 (October 7, 2022)
|
||||||
|
- Changed: Worked through the rest of the Clang-Tidy warnings.
|
||||||
|
- Changed: Turned on whole program optimization for the DirectShow filter (already on for everything else).
|
||||||
|
- Fixed: With the non-Windows standard file reader, reads that didn't read any bytes would be reported as successful, causing FFmpeg pipes to hang forever after reaching the end of the input file (thanks Valérian Sibille).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 6 09:39:12 UTC 2022 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>
|
Thu Oct 6 09:39:12 UTC 2022 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user