X



Monkey's Audio Part5
■ このスレッドは過去ログ倉庫に格納されています
0112名無しさん@お腹いっぱい。
垢版 |
2022/11/11(金) 02:30:25.83ID:tCioO8IN0
V8.97が出ました。

Version 8.97 (November 10, 2022)
1.Changed: Updated to Visual Studio 17.4.0.
2.Fixed: Some 32-bit files could fail to encode properly since Monkey's Audio 8.68.
3.Changed: If a WAV file reports more data than the file size, an undefined (-1) length is used instead.
0113名無しさん@お腹いっぱい。
垢版 |
2022/11/29(火) 05:46:25.30ID:NSt5GlOK0
V8.98が出ました。

Version 8.98 (November 28, 2022)
1.Changed: Updated to WavPack 5.6.
2.Changed: Updated to Visual Studio 17.4.1.
3.Changed: Made the destruction code run more completely when Winamp is closed.
4.Changed: Added some NOLINT markers because Clang warns on safe deletions sometimes.
5.Fixed: 32-bit integer files would not load properly with Cool Edit.
6.Changed: Renamed the Cool Edit filter to APE.flt (instead of CoolEdit Plugin.flt).
7.NEW: Monkey's Audio accepts a list of filenames so "Open With" will work.
0114名無しさん@お腹いっぱい。
垢版 |
2022/12/01(木) 00:02:49.15ID:hiAmyElv0
V8.99が出ました。

Version 8.99 (November 30, 2022)
1.Fixed: When decompressing an AIFF files (or other non-WAV encodes) with WavPack, the file type would always result in WAV.
2.Changed: Updated to Visual Studio 17.4.2.
3.Changed: Added a GetAPEFileType call to get the output file extension and no longer rename files after processing.
4.Changed: Conversion of non-WAV types between different formats like APE and WavPack works better.
0115名無しさん@お腹いっぱい。
垢版 |
2022/12/03(土) 03:07:08.50ID:vVg/h1AN0
V9.0が出ました

Version 9.00 (December 2, 2022)
1.NEW: Added support for 8-bit signed files (AU, AIFF, CAF, etc. formats).
2.Changed: Improved the AIFF parsing so it will accept a wider range of files (the code assumed the COMM chunk came first, but it did not have to).
3.NEW: Added support for AIFC files.
0116名無しさん@お腹いっぱい。
垢版 |
2022/12/04(日) 09:18:34.62ID:uhZPdwwQ0
続いてV9.01が出ました。

Version 9.01 (December 3, 2022)
1.Changed: Updated to FLAC 1.4.2.
2.Changed: Updated from the beta to release of TAK 2.3.3.
3.Changed: Updated to QAAC 2.77.
4.Changed: WAV files with ID3v1 tags at the end would fail to decode. Now ID3v1 tags are no longer checked for if that's the exact size of the WAV terminating data.
0117名無しさん@お腹いっぱい。
垢版 |
2022/12/05(月) 17:19:03.33ID:NV2JbvVB0
続いてV9.02が出ました。

Version 9.02 (December 4, 2022)
1.Changed: An ID3v1 tag is still checked for even if there are 128 bytes of terminating data on a modern encode since the header contains enough information. Legacy encodes still will not be able to check.
2.Changed: Updated another code path for the ID3v1 tag checking (used by third parties).
3.Changed: Verifying legacy files is a little faster because it doesn't open the decompress twice any longer.
4.Fixed: The whole file I/O object returned the wrong values on seek and could throw some pieces off.
0119名無しさん@お腹いっぱい。
垢版 |
2022/12/12(月) 10:53:01.73ID:8R9HiX9r0
V9.03が出ました。

Version 9.03 (December 10, 2022)
1.Changed: The program just assumes that every platform has SSE2 support since that has been the target for the 32-bit build for some time.
2.Changed: Switched to an integer define of the ID3 size instead of using sizeof because that warns about the data type sometimes (and just check that the size of the structure matches that size at save and load).
3.Changed: Defined a one packing size around the ID3 definition to avoid packing problems.
4.Changed: Replaced some numeric conversions with static_cast implementations.
5.Changed: Use the define APE_NULL a little more widely.
6.Changed: Use const on any variable that isn't changed again in MACLib (possible performance improvement).
0120名無しさん@お腹いっぱい。
垢版 |
2022/12/12(月) 10:53:16.53ID:8R9HiX9r0
続いてV9.04が出ました。

Version 9.04 (December 11, 2022)
1.Changed: Made the SSE definition check for __SSE2__ outside MSVC.
2.Changed: Made APE_NULL nullptr on all platforms instead of MSVC only.
0131名無しさん@お腹いっぱい。
垢版 |
2023/02/04(土) 20:21:47.26ID:leryLEcr0
V9.10が出ました。
0135名無しさん@お腹いっぱい。
垢版 |
2023/02/15(水) 15:24:39.56ID:RNuiKORv0
V9.14が出ました。

Version 9.14 (February 14, 2023)
1.Changed: Updated to Visual Studio 17.4.5.
2.Changed: Made the file information dialog report a little better when opening on an unsupported WAV (because it's float for example).

Version 9.13 (February 13, 2023)
1.Fixed: Some platforms like Android were not building due to string functions.

Version 9.12 (February 13, 2023)
1.Fixed: The about dialog was not sizing nicely since the latest additions.
2.Fixed: AVX-512 was being incorrectly detected leading to crashes.

Version 9.11 (February 12, 2023)
1.NEW: Added AVX-512 optimizations when available.
2.Changed: Tuned some string functions for building on other platforms and other compilers.
0136名無しさん@お腹いっぱい。
垢版 |
2023/02/16(木) 06:31:23.11ID:ROsZURux0
V9.15が出ました。

Version 9.15 (February 15, 2023)
1.Changed: Made decoding around 10% faster by using a lookup table.
0137名無しさん@お腹いっぱい。
垢版 |
2023/02/17(金) 19:25:20.92ID:TZeqMMZx0
続いてV9.16が出ました。
Version 9.16 (February 16, 2023)
1.Changed: Updated CMakeLists.txt to link against shared libMAC again.
0138名無しさん@お腹いっぱい。
垢版 |
2023/02/18(土) 06:18:27.73ID:KTG9rMTu0
続いてV9.17が出ました。
Version 9.17 (February 17, 2023)
1.Fixed: The time column was not filling for the last few versions.
2.NEW: Added GetLibraryVersionString and GetLibraryVersionNumber to MACDll.
0139名無しさん@お腹いっぱい。
垢版 |
2023/02/18(土) 06:18:40.06ID:KTG9rMTu0
続いてV9.17が出ました。
Version 9.18 (February 17, 2023)
1.Fixed: The new functions in MACDll were not being exported properly.
2.NEW: Added a GetLibraryInterfaceVersion function to MACDll.
3.Fixed: Build problems using MinGW.
0140名無しさん@お腹いっぱい。
垢版 |
2023/02/23(木) 01:47:32.65ID:aqPhm73w0
続いてV9.19が出ました。

Version 9.19 (February 22, 2023)
1.Changed: Switched the APE info and APE tag classes to derive from interfaces (avoids needing to silence a warning during export).
2.Fixed: Building without Unicode set was not working well on Windows.
3.NEW: Added support for little endian AIFF files.
4.Changed: AIFF files other than sowt or NONE for the compression
0141名無しさん@お腹いっぱい。
垢版 |
2023/02/27(月) 17:00:50.16ID:R9ImE88c0
V9.20が出ました。

Version 9.20 (February 26, 2023)
1.Changed: Updated to Visual Studio 17.5.0.
2.Changed: Removed a couple more warning suppressions (should be transparent change, but please report any issues).
3.Fixed: Building the new Neon optimizations could fail with some versions of GCC.
4.Fixed: AVX could crash on Mac due to memory alignment.
0142名無しさん@お腹いっぱい。
垢版 |
2023/03/24(金) 19:02:23.37ID:i1Mj0eND0
V10.07が出ました。
0143名無しさん@お腹いっぱい。
垢版 |
2023/04/12(水) 23:40:24.92ID:vstanLxw0
V10.09が出ました。

Version 10.09 (April 12, 2023)
1.Changed: Got an updated WavPack definition file from David Bryant that adds more compression modes.
2.Fixed: 32-bit floating point files did not decode nicely with Cool Edit.
0144名無しさん@お腹いっぱい。
垢版 |
2023/04/30(日) 13:26:50.44ID:kwsDfKL70
V10.10が出ました。
Version 10.10 (April 28, 2023)
1.Changed: A font is created for the list control that should better support international characters.
2.Changed: The program better supports filenames longer than MAX_PATH (since Windows supports those too).
3.NEW: Added a Compress.bat and Decompress.bat file to the install path. It allows dragging multiple files from Explorer to process.
4.Changed: Prefixed a few macros with APE_ to avoid collisions with other projects (ODN, ODS, MBN, etc.).
5.Fixed: Systems with AVX-512 support that had the support disabled by the OS could fail to work.
0145 【ぴょん吉】
垢版 |
2023/05/05(金) 14:18:01.36ID:tFiuck6j0
V10.11が出ました。

Version 10.11 (May 4, 2023)
1.NEW: Added Shorten as another supported format for compressing and decompressing (verify is not available).
2.Changed: Updated to Visual Studio 17.5.5.
0146名無しさん@お腹いっぱい。
垢版 |
2023/05/20(土) 16:03:23.63ID:yalzqZ0Q0
V10.12が出ました。

Version 10.12 (May 19, 2023)
1.Changed: Simplified the license agreement to make it easier for inclusion in other projects.
2.Changed: Updated to version 2.79 of the ALAC tool.
3.Changed: The button images are created only once instead of again for the options dialog (slightly faster).
4.Changed: Winamp settings are stored in a section marked APE Plugin Settings when writing to the Winamp INI file.
5.Changed: Workaround a few NOLINT markers.
6.Changed: Updated to Visual Studio 17.6.0.
0147名無しさん@お腹いっぱい。
垢版 |
2023/05/24(水) 18:55:18.19ID:EtDfscIo0
V10.13が出ました。

Version 10.13 (May 23, 2023)
1.Fixed: The AVX-512 code could fail to compile on some systems.
2.Changed: Updated to Visual Studio 17.6.1.
3.Changed: Enabled reference optimization which makes the build smaller.
4.Changed: Updated to WavPack 5.6.4.
0148名無しさん@お腹いっぱい。
垢版 |
2023/06/01(木) 02:43:57.60ID:OGYDqbDP0
V10.14が出ました。

Version 10.14 (May 31, 2023)
1.Fixed: A corrupt frame could put the decoder into an endless loop trying the frame again which made players like Winamp, MC, etc. hang (feedback appreciated).
2.Changed: Updated to Visual Studio 17.6.2.
0149名無しさん@お腹いっぱい。
垢版 |
2023/06/01(木) 15:34:20.87ID:OGYDqbDP0
V10.15が出ました。

Version 10.15 (May 31, 2023)
1.Changed: Tuned the error handling a little more.
0150名無しさん@お腹いっぱい。
垢版 |
2023/06/02(金) 18:40:50.77ID:8IfyDRSO0
続いてV10.16が出ました。

Version 10.16 (May 31, 2023)
1.Fixed: Getting a large APE tag field could return a buffer size that was too small so the next get would fail.
0151名無しさん@お腹いっぱい。
垢版 |
2023/06/30(金) 12:34:10.36ID:YRoEc9Lf0
V10.17が出ました。

Version 10.17 (June 29, 2023)
1.Changed: In task manager, Monkey's Audio is listed without the "windows program" footer.
2.Changed: Updated to FLAC 1.4.3.
3.Changed: Tuned the sizing of the large tag field getting a little.
4.Changed: Updated to Visual Studio 17.6.4.
0152名無しさん@お腹いっぱい。
垢版 |
2023/08/20(日) 19:59:44.51ID:I7eI9XPa0
V10.19が出ました。

Version 10.19 (August 19, 2023)
1.NEW: Added the ability to convert tags to legacy ID3v1 in the console program (my car stereo needs this).
2.Changed: Updated to Visual Studio 17.7.1.
0153名無しさん@お腹いっぱい。
垢版 |
2023/08/28(月) 17:40:39.54ID:mF5ZEv8Y0
V10.20が出ました。

Version 10.20 (August 27, 2023)
1.Changed: Added a License.txt file by the installer that gets copied to the install path (also included in the SDK).
2.Changed: Updated to Visual Studio 17.7.2.
3.Changed: Added a license link to the help menu.
4.Changed: Changed a few variables to have APE_ names because JRiver was having compile problems (Objective C doesn't care that things are in a namespace).
0154名無しさん@お腹いっぱい。
垢版 |
2023/09/15(金) 01:05:30.96ID:cuikEjZ50
V10.21が出ました。

Version 10.21 (September 14, 2023)
1.Changed: Updated to Visual Studio 17.7.4.
2.Changed: Updated the copyrights to 2024.
3.Changed: The check for AIFF / AIFC in file headers was incorrectly allowing other things to pass.
0155名無しさん@お腹いっぱい。
垢版 |
2023/09/15(金) 01:05:50.70ID:cuikEjZ50
続いてV10.22が出ました。

Version 10.22 (September 14, 2023)
1.Fixed: Little endian AIFF files would not encode properly.
0156名無しさん@お腹いっぱい。
垢版 |
2023/09/28(木) 02:16:49.64ID:3eR4xmOQ0
V10.23が出ました。

Version 10.23 (September 27, 2023)
1. Fixed: 32-bit ARM could crash because it was enabling an intrinsic that was not available.
0157名無しさん@お腹いっぱい。
垢版 |
2023/09/30(土) 16:03:56.19ID:emwsASfj0
V10.24が出ました。

Version 10.24 (September 29, 2023)
1.NEW: Added APE_INFO_MD5 to the info object because a third-party developer wanted it.
0159 【大凶】
垢版 |
2023/10/13(金) 01:22:24.52ID:l68yxnQu0
V10.25が出ました。

Version 10.25 (October 12, 2023)
1.Changed: Made use of a new APE_INFO_MD5_MATCHES test during quick verify. This way reading the MD5 is wrapped up nicely.
2.Changed: Switched CAPEDecompress::GetInfo to a switch statement for slightly better performance.
3.Changed: Updated to Visual Studio 17.7.5.
0160 【末吉】
垢版 |
2023/11/08(水) 00:02:47.61ID:9hY5C1sR0
V10.26が出ました。

Version 10.26 (November 7, 2023)
1.Changed: Updated to Visual Studio 17.7.6.
2.Changed: Added a digital signature to the DirectShow filter.
3.Changed: Added decoding support for version 4.11 files. There have been a couple reports of them. I don't know where they came from, but they verify using the latest code. Please share if you know about the origins.
0161名無しさん@お腹いっぱい。
垢版 |
2023/11/17(金) 14:39:32.43ID:gD35kIXK0
V10.27が出ました。

Version 10.27 (November 16, 2023)
1.Changed: APE tag details are reported for WavPack files when viewing file information.
2.NEW: When converting a WavPack file to APE, the APE tag is copied.
3.Changed: Updated to Visual Studio 17.8.0.
0162名無しさん@お腹いっぱい。
垢版 |
2023/11/22(水) 15:01:40.96ID:l/Mukuqr0
V10.28が出ました。

Version 10.28 (November 21, 2023)
1.Fixed: Corrected a possible issue decoding 3930 to 3950 files.
2.Changed: Updated to Visual Studio 17.8.1.
■ このスレッドは過去ログ倉庫に格納されています

ニューススポーツなんでも実況