This website requires JavaScript.
Explore
Help
Sign in
chris
/
Cog
Watch
2
Star
1
Fork
You've already forked Cog
0
Code
Issues
65
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1220
commits
9
branches
2
tags
813
MiB
be33e61644
Commit graph
2 commits
Author
SHA1
Message
Date
Chris Moeller
9c660b593a
Whoops, fixed observer handling
2013-10-21 11:24:48 -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