Christopher Snowhill
|
85c7073649
|
Reformat my own source code with clang-format
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
|
2022-02-06 21:49:27 -08:00 |
Christopher Snowhill
|
684951bdc0
|
Change a bunch of NSArray declarations to const collection literals
|
2022-01-18 18:12:57 -08:00 |
Christopher Snowhill
|
1540b84b09
|
Clean up association names
|
2022-01-18 03:20:07 -08:00 |
Christopher Snowhill
|
39a5ee8ab7
|
Utility: Add stubs to regenerate Info.plist with file type associations
|
2022-01-18 03:07:32 -08:00 |
Christopher Snowhill
|
d24a01a637
|
Implemented basic embedded CueSheet support
|
2022-01-14 16:46:35 -08:00 |
Christopher Snowhill
|
13bd399b31
|
Clean up most warnings and update some dependencies
|
2021-04-29 18:16:24 -07:00 |
Christopher Snowhill
|
c1a45135b3
|
Remove unnecessary cleanup code that impeded cases where multiple decoders could handle a single file type.
|
2019-07-07 00:37:56 -07:00 |
Chris Moeller
|
03b825ced3
|
Hopefully fix the last of the Automatic Reference Counting issues that remained.
|
2016-06-19 12:57:18 -07:00 |
Chris Moeller
|
3c229f2017
|
Migrate APL plug-in to use ARC.
|
2016-05-03 00:57:52 -07:00 |
Chris Moeller
|
63fba5930e
|
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 |
Chris Moeller
|
e5a648578b
|
mamburu: Logging improved, no more excessive logging in release builds
|
2013-10-11 05:03:55 -07:00 |
vasfed
|
f9f0891f6c
|
Fixed a bug in APL plugin with image files containing # in name
|
2008-05-18 08:04:46 +00:00 |
vasfed
|
e063790e93
|
Updated APL plugin to use new protocol
Added support for behavior modifiers on addition/opening of files
Added Command+Control as modifier for open/enqueue
|
2008-05-09 21:24:49 +00:00 |
vspader
|
6c22c97103
|
Removed commented code. Fixed bug which may cause tracks to not end.
|
2007-10-20 16:18:44 +00:00 |
vspader
|
d6c6dea8a6
|
Fixed Cuesheet bug so it doesn't load itself.
Added APL support (Vasfed).
|
2007-10-20 16:15:02 +00:00 |