Ozkan Sezer

Results 34 issues of Ozkan Sezer

``` src/joystick/hidapi/SDL_hidapijoystick.c: In function 'HIDAPI_JoystickOpen': src/joystick/hidapi/SDL_hidapijoystick.c:1103: warning: 'joystickID' may be used uninitialized in this function ``` Initializing joystickID to -1 would silence this. However, looking at `HIDAPI_GetDeviceByIndex`, `HIDAPI_JoystickOpen` doesn't handle...

This was reported to me by @j4reporting for quakespasm at https://github.com/sezero/quakespasm/issues/23 - any insights? Quoting as is: --- Audio is not initialized on WIndows if 'Intel display audio' is the...

_Originally posted by @bavison in https://github.com/libsdl-org/SDL-1.2/issues/777#issuecomment-871726562_: I think I can see what's happened. In SDL 2.0, the way `BlitRGBtoRGBPixelAlpha()` handled the alpha channel changed in an incompatible way. To be...

Now that mp3utils.c merged tag parsing as of commit fbf6f67729b (which I don't like), I dug my dirt pile and found a _draft_, a _template_ maybe, of a clean-up attempt...

Do we want wavpack support? https://en.wikipedia.org/wiki/WavPack https://www.wavpack.com/ https://github.com/dbry/WavPack

it is not needed, and it caused wrong import lib generation with cmake.

In [SDL_mixer](https://github.com/libsdl-org/SDL_mixer), we submodule'd opus and opusfile through our forks and attempted cmake build relying on the submodules. Issues we had: - The git tree, obviously, is missing a `package_version`...

they aren't needed and caused import lib generation failures with cmake. c.f.: https://github.com/xiph/vorbis/pull/74