Commit graph

3 commits

Author SHA1 Message Date
Christopher Snowhill
49cddface7 Metadata: Add helper for optional values
Add NSDictionary initWithOptionalObjects:forKeys:count: helper, to work
around several places that may have been setting nil dictionary valies
on placeholder dictionaries. Hopefully this fixes the crash someone
logged recently.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-20 19:42:43 -07:00
Christopher Snowhill
e852fdfccd Project Fix: Remove non-existent paths
These referenced libMAD, which has been replaced. The effect was
essentially harmless, except for a compile time warning.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-09 23:57:12 -07:00
Christopher Snowhill
3a62776fa6 MP3: Replace MAD with minimp3
libMAD had memory safety issues, possibly with corrupt files. Hopefully,
this will fix the problem.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-03-22 23:59:11 -07:00