Sam Lantinga

Results 1865 comments of Sam Lantinga

@icculus, this is still true. Do you think we should switch to float or 32-bit int for internal mixing at this point? Either way we'd change the performance of the...

If you want to try to make this change for this release, I'm fine with that, just move the milestone to 2.6.0.

Typically games like to reduce dependencies on external libraries, so SDL libraries are built with that in mind. If you build with the default configure flags, you'll get a library...

Here is the open source AAC decoder library: https://netactuate.dl.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-2.0.2.tar.gz

Adding ffmpeg support might be interesting as well.

> Speaking about FDK-AAC, are you sure it's license is fine? https://github.com/mstorsjo/fdk-aac/blob/master/NOTICE Yes. SDL can actually use any licensed code, but by default we try to include code that doesn't...

Can you build a debug version of SDL and use a debugger to see what's happening?

Possibly, do we have anyone asking for it?

Okay, I threw it on the 2.8.0 milestone.