cog/Plugins/TagLib
Christopher Snowhill 45ec7b6263 Greatly improve tag reading performance
Improve tag reading performance for Ogg, Opus, FLAC, TTA, and TAK, by
eliminating TagLib from the equation in those cases and just using the
respective file inputs to do the tag reading, which is apparently a lot
faster anyway.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-05 00:55:48 -07:00
..
TagLib.xcodeproj Remove unnecessary files from build and copy steps 2022-07-04 23:58:06 -07:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
TagLibID3v2Reader.h FFmpeg Input: Implement stream metadata reading 2022-02-08 21:34:28 -08:00
TagLibID3v2Reader.mm Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00
TagLibMetadataReader.h [Tag Reading] Moved external cover art reader 2022-07-02 14:59:47 -07:00
TagLibMetadataReader.m Greatly improve tag reading performance 2022-07-05 00:55:48 -07:00
TagLibMetadataWriter.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TagLibMetadataWriter.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TagLib_Prefix.pch Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00