cog/Plugins/APL
Chris Moeller 5677527ffd Changed code signing procedures, removed unnecessary Plugin.h copies from numerous PlugIn bundles, and re-signed Growl.framework with a valid signature 2015-03-18 21:45:32 -07:00
..
APL.xcodeproj Changed code signing procedures, removed unnecessary Plugin.h copies from numerous PlugIn bundles, and re-signed Growl.framework with a valid signature 2015-03-18 21:45:32 -07:00
APLDecoder.h Updated APL plugin to use new protocol 2008-05-09 21:24:49 +00:00
APLDecoder.m Implemented support for multiple decoders per file name extension, with a floating point priority control per interface. In the event that more than one input is registered to a given extension, and we match that extension, it will be passed off to an instance of the multi-decoder wrapper, which will try opening the file with all of the decoders in order of priority, until either one of them accepts it, or all of them have failed. This paves the way for adding a VGMSTREAM input, so I can give it a very low priority, since it has several formats that are verified by file name extension only. All current inputs have been given a priority of 1.0, except for CoreAudio, which was given a priority of 0.5, because it contains an MP3 and AC3 decoders that I'd rather not use if I don't have to. 2013-10-21 10:54:11 -07:00
APLFile.h Removed APE tag reader from APL plugin and enabled stub APE tag reading of APE tags from APL files in the TagLib plugin 2013-10-10 21:49:16 -07:00
APLFile.m mamburu: Logging improved, no more excessive logging in release builds 2013-10-11 05:03:55 -07:00
APL_Prefix.pch Fixed Cuesheet bug so it doesn't load itself. 2007-10-20 16:15:02 +00:00
Info.plist Fixed Cuesheet bug so it doesn't load itself. 2007-10-20 16:15:02 +00:00