Vitaly Novichkov

Results 165 issues of Vitaly Novichkov

Added the `stb_vorbis_get_playback_sample_offset()` call that reports the sample-accurate position which is required for several operations such as loop range processing. Fixes #1294

**Is your feature request related to a problem? Please describe.** Current "stb_vorbis_get_sample_offset()" returns the sample position at the frame edge. This is not enough for operations that require the sample-accurate...

4 enhancement

Hi there! Recently I found the weird thing: when my monitor refresh rate is 60 Hz, and my homebrew game runs 65 FPS by default (the reason is historical: the...

bug

Hello! Recently I got a new idea, and I guess, it would be very useful and will simplify a lot of things: there is around the OGG Vorbis format where...

Recently I met a failure at the SDL_mutex.h when including it in C90-enforced project: ``` SDL_mutex.h:42:48: error: expected declaration specifiers before ‘/’ token 42 | #define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op |...

Hello! Some months ago I copied the branch made by other people to make SDL2 work on Nintendo Switch using the DevkitPro SDK: https://github.com/Wohlstand/SDL/tree/switch-sdl2-2.0.14-dev (In addition to that, I made...

Hello! At some moment I found at the `cmake/sdlchecks.cmake` the next code: ```cmake # !!! FIXME: why is this disabled for Apple? if(APPLE) set(SDL_X11_SHARED OFF) endif() ``` And, during my...

There is a case when people like me, attempting to make custom platforms support that aren't officially supported by SDL (such as legacy platforms like Mac OS X Tiger, or...

During my experiments on Mac OS X Tiger, I accidentally found that that attempt to [make the `None` context current](https://github.com/libsdl-org/SDL/compare/SDL2...Wohlstand:SDL:mac-tiger#diff-08989bbcfbd808cb82f415675a25d06a80e3568231667eb49361ce2cbadd4642R475), leads to a deadlock. So, I disabled that block on...

Hello! As you may know, the official netplay server for 3DS and WiiU will be shuted down in April of the 2024'th year, and that means, certain events will be...