Cog/Plugins/TagLib
Christopher Snowhill e9a17a8ba5 TagLib: Add exception handling
The TagLib C++ code was missing generic try/catch handling
which could result in any generic errors throwing straight
to a full crash. Add exception handling and logging, which
will fix a logged crash regardless of whether the tags are
read correctly or not by the newer TagLib version.

Fixes #415

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-01-29 23:57:12 -08:00
..
TagLib.xcodeproj TagLib: Replace bundled copy with upstream 2.0.2 2025-01-29 23:41:00 -08:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
TagLib_Prefix.pch Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
TagLibID3v2Reader.h FFmpeg Input: Implement stream metadata reading 2022-02-08 21:34:28 -08:00
TagLibID3v2Reader.mm TagLib: Add exception handling 2025-01-29 23:57:12 -08:00
TagLibMetadataReader.h [Tag Reading] Moved external cover art reader 2022-07-02 14:59:19 -07:00
TagLibMetadataReader.m TagLib: Add exception handling 2025-01-29 23:57:12 -08:00
TagLibMetadataWriter.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TagLibMetadataWriter.m TagLib: Add exception handling 2025-01-29 23:57:12 -08:00