Ozkan Sezer

Results 36 issues of Ozkan Sezer

IJG has recently released libjpeg-9f and I am preparing an upgrade for it in SDL_image. Our changes are adding a cmake script and an Android build support. (i) Android build...

Xcode project needs updating for both SDL2 and SDL3 branches: - avif: vendored libavif has been updated to 1.0.1: the project must be updated to reflect that. - dav1d: vendored...

In essence, libjxl is way too big to embed. Original discussion started here: (CC'ing to its responders: @jyrkialakuijala, @madebr, @slouken) https://github.com/libsdl-org/SDL_image/commit/8125480e88295522be4f7625370efa7638c9d02b#commitcomment-86714293 No solutions from jxl devs, as of yet. A...

Open two terminal windows on linux, run `ironwail -dedicated` in one and run `ironwail +connect localhost` in the other. The client gets stuck in keepalive messages. Ran into this while...

Closes https://github.com/Konstanty/libmodplug/pull/88 @ccawley2011, @AliceLR, @sagamusix: Please review.

1. Add new C api function ModPlug_GetVersion, add version macros to modplug.h 2. Add new C api function ModPlug_Tell to get the playing position in msecs The function was originally...

Closes: https://github.com/Konstanty/libmodplug/pull/59 A minor concern is that `-lstdc++` _may_ be the wrong library, i.e. think of clang. However, this does not make things worse: such a case should be handled...

LPTCSTR isn't defined as const char* in windows if UNICODE is defined. Also properly guard LPCBYTE.

@icculus: I get strict-aliasing warnings from voipchat.c from gcc 0) { - ((Uint64 *) scratch_area)[0] = SDL_SwapLE64(0); /* just being nice and leaving space in the buffer for the server...