▲ | dylan604 8 days ago | |
By the time software is robust enough to make it worth while to be placed into hardware, it's pretty damn efficient. For something like ASICs, you could at least upgrade the firmware with new code, but what about Apple's chips that do the decoding? Can they be upgraded, or does that mean needing to wait for the M++ chip? | ||
▲ | astrange 8 days ago | parent | next [-] | |
The encoder side can be upgraded, but typically decoding isn't flexible enough to add an entirely new codec to it. Of course, you can design it to be as flexible as you want; but at one end of that you just have a regular CPU again. | ||
▲ | TheTon 8 days ago | parent | prev [-] | |
Typically you wait for the new chip. Sometimes there are hybrid coders that can use some of the resources on the chip and some shader code to handle new codecs or codec features after the fact, but you pay a power and performance penalty to use these. |