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 |
Christopher Snowhill
|
06f4fb70d4
|
Silence a warning.
|
2017-09-17 19:21:48 -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
|
0e3644177e
|
Updated everything else to ARC, and plugged a release cycle.
|
2016-05-05 13:05:39 -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 |
vspader
|
03ad906fb4
|
Fixed shorten and cue sheet decoders so they conform with the updated protocols.
|
2008-03-30 15:43:28 +00:00 |
vspader
|
5715522470
|
Moved to frame-based reading/seeking instead of byte/second based. Some formats have still not been updated and are broken.
Added icons for other formats.
|
2007-11-24 20:16:27 +00:00 |
vspader
|
1889973c74
|
Fixed cuesheet decoding bug where tracks weren't changing if not played through completely.
|
2007-10-19 22:51:01 +00:00 |
vspader
|
bc212f3e96
|
Fixed bugs dealing with multi-track files and playlist saving/loading.
Fixed problem where cue sheets would play static.
|
2007-10-15 22:19:14 +00:00 |
vspader
|
535e0e802f
|
Updated mime-types.
|
2007-10-14 18:56:23 +00:00 |
vspader
|
3ee193e975
|
Updated mime types.
|
2007-10-14 18:39:58 +00:00 |
vspader
|
139bab5e0e
|
Fixed up streaming a bit.
Removed debugging code for http source. Was that in 0.06? Whoops.
|
2007-10-12 02:55:59 +00:00 |
vspader
|
b57bcc121c
|
Added support for gapless multitrack files.
Modified cue sheet plugin to use it.
|
2007-10-11 02:08:29 +00:00 |
vspader
|
50395e6e72
|
Basic cue sheet support working. Bug city.
|
2007-10-10 01:59:25 +00:00 |
vspader
|
4935c5ddfc
|
Added beginnings of cuesheet plugin.
|
2007-10-09 02:25:40 +00:00 |