Monkey's Audio Part5 at SOFTWARE
[2ch|▼Menu]
[前50を表示]
100:名無しさん@お腹いっぱい。
[ここ壊れてます] .net
V8.69が出ました。

Version 8.69 (September 10, 2022)
1.Fixed: Corrected a memory leak when Winamp got cover art.
2.Changed: The console program better accepts different length extensions when renaming the input to AIFF, W64, etc.
3.Changed: Ran Visual Studio's "Code Analysis" and cleaned some things up.
4.Fixed: Sorting by the file extension column was not working.

101:名無しさん@お腹いっぱい。
[ここ壊れてます] .net
続いてV8.70が出ました。

Version 8.70 (September 11, 2022)
1.NEW: Added the TAK compressor (compress, decompress, and verify) (thanks Thomas Becker).

102:名無しさん@お腹いっぱい。
[ここ壊れてます] .net
V8.80が出ました。

Version 8.80 (September 16, 2022)
1.Changed: Updated to Visual Studio 17.3.4.
2.Changed: Restructured the character helper code to still avoid warnings from code analysis, but no longer use smart pointers.
3.Changed: Worked through the last few code analysis issues.
4.Changed: Removed some of the foreign language comments from the DirectShow Filter (originally written by Igor Janos).
5.Changed: Switched a bunch of C-style casts to static_cast to be a little more C++.
6.Changed: Enabled Clang-Tidy code analysis and worked through some warnings.

103:名無しさん@お腹いっぱい。
22/09/18 22:46:27.12 rSXEVcds0.net
V8.81が出ました。
Version 8.81 (September 18, 2022)
1.Changed: Enabled Clang-Tidy code analysis for the other projects and worked through some more warnings.
2.Fixed: Corrected some Linux build problems with the last changes.

104:名無しさん@お腹いっぱい。
22/09/30 19:47:03.34 EegqmztN0.net
V8.90が出ました。
Version 8.90 (September 29, 2022)
1.Changed: Updated to a new certificate for signing that's good for three more years.
2.Changed: Use nullptr and override under MSVC.
3.Changed: Switched the CRC code to use a table defined in the code instead of running code to build the table (makes startup a little cleaner and faster).
4.Changed: Worked through some more Clang-Tidy warnings.
5.Changed: When verifying an APL file, it will slow verify in all cases since it's just a small chunk of a big file (instead of checking the big file quick).
6.Changed: Updated to Visual Studio 17.3.5.

105:名無しさん@お腹いっぱい。
[ここ壊れてます] .net
V8.91が出ました。

Version 8.91 (October 7, 2022)
1.Changed: Worked through the rest of the Clang-Tidy warnings.
2.Changed: Turned on whole program optimization for the DirectShow filter (already on for everything else).
3.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 Valerian Sibille).

106:名無しさん@お腹いっぱい。
[ここ壊れてます] .net
続いてV8.92が出ました。

Version 8.92 (October 7, 2022)
1.Changed: Moved that the APE namespace is being used into CPP files instead of the global header.
2.Fixed: The Console header was relying upon undefined types, now correctly includes All.h.
3.Fixed: NoWindows.h now defines TCHAR, LPTSTR, LPCTSTR outside of the APE namespace like on Windows.

107:名無しさん@お腹いっぱい。
22/10/26 20:46:27.28 VpNM1tC/0.net
書けるかな?

108:名無しさん@お腹いっぱい。
22/10/28 00:19:04.09 r/Dd5mL50.net
V8.93が出ました。

Version 8.93 (October 27, 2022)
1.NEW: Added support for little-endian CAF files.
2.Changed: Added an example to the console program about transcoding from a pipe.
3.Changed: Updated to Visual Studio 17.3.6.
4.Changed: Updated the copyrights to 2023.
5.Changed: Ran Pinga on the artwork in the program to make it a little smaller (thanks Grouik).

109:名無しさん@お腹いっぱい。
22/10/29 15:28:43.89 zCzms2bk0.net
V8.94が出ました。
Version 8.94 (October 28, 2022)
1.Changed: Made the program throw an error if the amount of header or footer data exceeds 8 MB.
2.Changed: Switched c_APECompress_Finish to take int64 for the sizes of the terminating data.
3.Fixed: Compression could fail to copy the footer data properly since the addition of a CBufferIO object to allow pipes.

110:名無しさん@お腹いっぱい。
22/10/29 15:29:00.90 zCzms2bk0.net
続いてV8.95が出ました。
Version 8.95 (October 28, 2022)
1.Changed: Fresh cut because there were a few updates to 8.94 and that was causing third parties problems.

111:名無しさん@お腹いっぱい。
22/11/04 00:11:46.81 j7IZRyWV0.net
V8.96が出ました。

Version 8.96 (November 3, 2022)
1.Fixed: Sorting by compression was not working.
2.Fixed: Outside Windows opening an APE file with no header bytes could fail.
3.Changed: Updated the non-MSVC branch in APETag to hopefully avoid warnings with Xcode.

112:名無しさん@お腹いっぱい。
22/11/11 02:30:25.83 tCioO8IN0.net
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.

113:名無しさん@お腹いっぱい。
22/11/29 05:46:25.30 NSt5GlOK0.net
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.

114:名無しさん@お腹いっぱい。
22/12/01 00:02:49.15 hiAmyElv0.net
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.

115:名無しさん@お腹いっぱい。
22/12/03 03:07:08.50 vVg/h1AN0.net
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.

116:名無しさん@お腹いっぱい。
22/12/04 09:18:34.62 uhZPdwwQ0.net
続いて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.

117:名無しさん@お腹いっぱい。
22/12/05 17:19:03.33 NV2JbvVB0.net
続いて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.

118:名無しさん@お腹いっぱい。
22/12/11 00:00:26.94 F9KkVjFE0.net
書けるかな?

119:名無しさん@お腹いっぱい。
22/12/12 10:53:01.73 8R9HiX9r0.net
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).

120:名無しさん@お腹いっぱい。
22/12/12 10:53:16.53 8R9HiX9r0.net
続いて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.

121:名無しさん@お腹いっぱい。
23/01/07 22:42:26.88 YZfNt8Y60.net
規制解除願う

122:名無しさん@お腹いっぱい。
23/01/18 11:46:09.23 svI2NgXs0.net
書けるかテスト

123:名無しさん@お腹いっぱい。
23/01/19 14:35:45.06 3pYjgpey0.net
テステス

124:名無しさん@お腹いっぱい。
23/01/19 20:06:33.95 yXZyFqND0.net
test

125:名無しさん@お腹いっぱい。
23/01/21 06:09:20.66 f46lfWFH0.net
規制された?

126:名無しさん@お腹いっぱい。
23/01/21 23:27:30.08 FJ2g1XYm0.net
てすと

127:名無しさん@お腹いっぱい。
23/01/22 02:53:14.58 0Nt/NQxy0.net
TEST

128:名無しさん@お腹いっぱい。
23/01/23 12:33:01.47 Cm9EV3xo0.net
あなたはこのスレッドにはもう書けません?

129:名無しさん@お腹いっぱい。
23/01/30 05:01:41.20 2U/DpDL50.net
あなたはこのスレッドにはもう書けません

130:名無しさん@お腹いっぱい。
23/01/30 05:01:45.72 2U/DpDL50.net
あなたはこのスレッドにはもう書けません

131:名無しさん@お腹いっぱい。
23/02/04 20:21:47.26 leryLEcr0.net
V9.10が出ました。

132:名無しさん@お腹いっぱい。
23/02/04 20:29:10.95 leryLEcr0.net
V9.10
URLリンク(monkeysaudio.com)
URLリンク(monkeysaudio.com)

133:名無しさん@お腹いっぱい。
23/02/12 20:10:21.97 oonPucNA0.net
ムシャムシャしてやった、今ははんすうしている

134:名無しさん@お腹いっぱい。
23/02/13 19:47:26.17 BZc3HyOe0.net
ウマイー♪ d(>∇<)y-。oO

135:名無しさん@お腹いっぱい。
23/02/15 15:24:39.56 RNuiKORv0.net
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.

136:名無しさん@お腹いっぱい。
23/02/16 06:31:23.11 ROsZURux0.net
V9.15が出ました。

Version 9.15 (February 15, 2023)
1.Changed: Made decoding around 10% faster by using a lookup table.

137:名無しさん@お腹いっぱい。
23/02/17 19:25:20.92 TZeqMMZx0.net
続いてV9.16が出ました。
Version 9.16 (February 16, 2023)
1.Changed: Updated CMakeLists.txt to link against shared libMAC again.

138:名無しさん@お腹いっぱい。
23/02/18 06:18:27.73 KTG9rMTu0.net
続いて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.

139:名無しさん@お腹いっぱい。
23/02/18 06:18:40.06 KTG9rMTu0.net
続いて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.

140:名無しさん@お腹いっぱい。
23/02/23 01:47:32.65 aqPhm73w0.net
続いて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

141:名無しさん@お腹いっぱい。
23/02/27 17:00:50.16 R9ImE88c0.net
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.

142:名無しさん@お腹いっぱい。
23/03/24 19:02:23.37 i1Mj0eND0.net
V10.07が出ました。

143:名無しさん@お腹いっぱい。
23/04/12 23:40:24.92 vstanLxw0.net
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.

144:名無しさん@お腹いっぱい。
23/04/30 13:26:50.44 kwsDfKL70.net
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.

145: 【ぴょん吉】
23/05/05 14:18:01.36 tFiuck6j0.net
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.

146:名無しさん@お腹いっぱい。
23/05/20 16:03:23.63 yalzqZ0Q0.net
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.

147:名無しさん@お腹いっぱい。
23/05/24 18:55:18.19 EtDfscIo0.net
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.

148:名無しさん@お腹いっぱい。
23/06/01 02:43:57.60 OGYDqbDP0.net
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.

149:名無しさん@お腹いっぱい。
23/06/01 15:34:20.87 OGYDqbDP0.net
V10.15が出ました。
Version 10.15 (May 31, 2023)
1.Changed: Tuned the error handling a little more.

150:名無しさん@お腹いっぱい。
23/06/02 18:40:50.77 8IfyDRSO0.net
続いて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.

151:名無しさん@お腹いっぱい。
23/06/30 12:34:10.36 YRoEc9Lf0.net
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.


最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

282日前に更新/47 KB
担当:undef