Christopher Snowhill
ff44bc4d34
Updated VGMStream to r1745-37-g776c4d8c
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-22 19:33:32 -07:00
Christopher Snowhill
8d031f394b
Assign blank development team in project files
...
Hopefully this blank assignment will spare these files from being
touched by Xcode again in the future, when the variable in question is
imported from a developer supplied configuration file.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 23:27:53 -07:00
Christopher Snowhill
f2c6ae39c3
Remove developer supplied configuration file
...
This file should not be referenced directly by projects, otherwise it
will be expected to exist, even in CI.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 23:26:51 -07:00
Christopher Snowhill
aa36e3ce10
Completely overhaul code signing practices
...
Redesign the code signing from the ground up. Now all bundles and their
embedded frameworks import the Shared.xcconfig file and enable its
settings, so they may be signed with Apple Development instead of sign
to run locally. This apparently isn't necessary for frameworks which are
embedded in the main app bundle directly, only for the bundles and their
frameworks.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 22:42:33 -07:00
Christopher Snowhill
9dbe0a0d3e
Updated VGMStream to r1745-33-gbb2a6624
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-20 16:22:07 -07:00
Christopher Snowhill
f23f8970cc
[VGMStream] Change libvgmstream optimization level
...
Optimization level bugs now affect Apple Silicon release builds, so
reduce optimization level there as well.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-10 16:43:27 -07:00
Christopher Snowhill
00ea4562dc
Update project files for Xcode 14 recommendations
...
Update all project files with new upgrade version number, and add the
dead code stripping option. Don't touch MASShortcut because it's not my
project.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-07 18:56:11 -07:00
Christopher Snowhill
94057cf467
Updated VGMStream to r1745-22-gf696beb0
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-05-30 18:26:34 -07:00
Christopher Snowhill
ace62005db
Updated VGMStream to r1745-4-g9ef1030d
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-05-02 14:58:25 -07:00
Christopher Snowhill
2995f67c56
Updated VGMStream to r1721-52-g4eb40f00
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-04-21 14:29:41 -07:00
Christopher Snowhill
54f6702fb2
Updated VGMStream to r1721-48-g9d47eded
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-04-19 23:29:21 -07:00
Christopher Snowhill
38969cd3b1
Updated VGMStream to r1702-86-gb1acf343
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-03-14 04:39:00 -07:00
Christopher Snowhill
9fd85f6670
Updated VGMStream to r1702-76-g00bdb165
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-21 16:44:18 -08:00
Christopher Snowhill
2036a92b23
Remove deleted file
...
This vorbisfile.h is no longer included in the project tree.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-15 00:40:15 -08:00
Christopher Snowhill
f071d3e90c
Build several libraries out of tree now
...
Building libogg, libvorbis, libvorbisfile, libFLAC, libopus, and
libopusfile out of tree, to utilize their projects' CMake build scripts,
and also enable any platform optimizations that may have been missing.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-15 00:26:55 -08:00
Christopher Snowhill
90ce0e5ae4
Updated VGMStream to r1702-55-g39074f95
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-07 19:31:32 -08:00
Christopher Snowhill
418d03ae23
Updated VGMStream to r1702-53-g00441228
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-07 04:30:41 -08:00
Christopher Snowhill
fce851bfff
Updated VGMStream to r1702-16-g2db8e56e
...
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-27 00:09:40 -08:00
Christopher Snowhill
b53567edc5
Fix VGMStream so it handles EOF properly
...
The file prober in FFmpeg expects that when the read function reaches
end of file, it returns AVERROR_EOF, not zero. Otherwise, it will loop
endlessly until the process is terminated.
Fixes #217 .
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-27 00:09:40 -08:00
Christopher Snowhill
d771a58e69
FFmpeg: Update to version 5.0, and add another patch for iTunes MP3 gapless info
2022-01-24 04:41:27 -08:00
Christopher Snowhill
c05dc28a8d
Updated VGMStream to r1702-8-gb1325840
2022-01-18 03:13:34 -08:00
Christopher Snowhill
bfa178f4e2
FFmpeg input: Add support for libfdk-aac, which will be used to support USAC and AAC on 10.14.x and older
2022-01-13 04:13:58 -08:00
Christopher Snowhill
f2656bc7b3
Updated VGMStream to r1702-0-ga76ac04d
2022-01-12 16:53:42 -08:00
Christopher Snowhill
86e3a26598
VGMStream: Turn down libvgmstream optimization to -O1 on Intel, to hopefully fix a possible optimization bug
2022-01-07 17:29:12 -08:00
Christopher Snowhill
8ad7e086a8
Update copyright year
2022-01-02 23:34:29 -08:00
Christopher Snowhill
df9743c821
Consolidated Vorbis framework usage
2021-12-31 01:35:08 -08:00
Christopher Snowhill
2e76c56ba7
Switch FFmpeg libraries to dynamic builds, consolidate to a single copy in the main application framework folder
2021-12-31 01:07:05 -08:00
Christopher Snowhill
78fa5accc0
Updated VGMStream to r1690-35-gc38c09fb
2021-12-30 23:45:02 -08:00
Christopher Snowhill
c47bd96d65
FFMPEG / vgmstream: Update dependencies for newer Matroska support
2021-12-22 00:15:19 -08:00
Christopher Snowhill
554dde4e91
Updated VGMStream to r1690-0-g82d86c64
2021-12-05 21:26:16 -08:00
Christopher Snowhill
d8dcb75ec6
Updated VGMStream to r1667-99-g1355279f
2021-11-17 21:11:40 -08:00
Christopher Snowhill
58384cb831
Updated VGMStream to r1667-90-gc57f4383
2021-11-14 21:43:04 -08:00
Christopher Snowhill
a93510dd8b
Updated VGMStream to r1667-70-g3f281cdf
2021-11-01 18:23:17 -07:00
Christopher Snowhill
1fd160dc0f
VGMStream: Disable HCA key brute forcing
2021-10-05 20:44:00 -07:00
Christopher Snowhill
ac998301c6
Updated VGMStream to r1640-104-gc92e4f85
2021-10-05 20:31:37 -07:00
Christopher Snowhill
cb70b066d7
Updated VGMStream to r1640-85-gfe316bb2
2021-10-01 20:21:50 -07:00
Christopher Snowhill
cfeadad97f
Reduce minimum OS to macOS 10.12
2021-09-18 01:08:49 -07:00
Christopher Snowhill
9fcfb6ddb7
vgmstream: Enable Speex support
2021-09-17 19:56:01 -07:00
Christopher Snowhill
a3aea19525
Updated VGMStream to r1640-49-g0dd8bdd7
2021-09-17 19:31:36 -07:00
Christopher Snowhill
42a6738e8f
Updated VGMStream to r1640-11-gdfa3779a
2021-09-06 09:28:26 -07:00
Christopher Snowhill
dea022a323
Updated VGMStream to r1626-15-g49dfc218
2021-08-22 18:32:14 -07:00
Christopher Snowhill
4298a232fc
Updated VGMStream to r1050-3899-g372cd750
2021-08-10 17:56:02 -07:00
Christopher Snowhill
8622829af7
Updated VGMStream to r1050-3861-g0ad117e8
2021-08-05 00:26:13 -07:00
Christopher Snowhill
0a7be8ab41
Updated VGMStream to r1050-3828-g54f06ba6
2021-07-22 13:37:25 -07:00
Christopher Snowhill
63d1346c46
Updated VGMStream to r1050-3804-g3b6e1845
2021-07-11 13:28:00 -07:00
Christopher Snowhill
1c7b4bfde9
Updated VGMStream to r1050-3802-g5c9d52d9
2021-07-09 01:14:16 -07:00
Christopher Snowhill
0bac16c976
Updated VGMStream to r1050-3791-g4bd91df3
2021-07-07 14:44:53 -07:00
Christopher Snowhill
6efe954433
Updated VGMStream to r1050-3786-g26e35a02
2021-07-01 19:52:28 -07:00
Christopher Snowhill
14c51ce43a
Updated VGMStream to r1050-3782-gdeeb0b4e
2021-06-25 17:12:22 -07:00
Christopher Snowhill
636120c9d5
Updated VGMStream to r1050-3774-gbecac809
2021-06-20 19:36:12 -07:00