Sdl2 - #2
Closed
BeWorld2018 wants to merge 130 commits into
Closed
Conversation
In addition, fflush(stdin) is undefined behaviour, so remove it. (cherry picked from commit ef53736)
The fluidsynth player would resume from the point when the track was stopped instead of the beginning when Play was called. This was the desired behaviour for the unsupported Pause/Resume functions, so I moved the definitions to those functions and added new Start/Stop functions that seek to the beginning of the track before playing. When paused SDL_mixer should return true for IsPlaying. Fix supplied by Wohlstand. (cherry picked from commit 252c6c8)
Also, macos needs 3.17 which is often satisfied through homebrew
This just spams Ryan's email, for a legacy branch we aren't going to spend time documenting further.
if allocation of mididata->track ever fails we'd still be dereferencing it under 'bail' (cherry picked from commit 9c5ccc0)
(cherry picked from commit 2c28b9d)
(cherry picked from commit 2463fa9)
(cherry picked from commit a2c6c89)
(cherry picked from commit 518311a)
(cherry picked from commit e3977d1)
(cherry picked from commit 62a4100)
From libtool development commit 1638a6407573b74517b57a0f6e596918344a4394
(cherry picked from commit 66a206c)
(cherry picked from commit 6c58afb)
(cherry picked from commit f486b4c)
Fixes libsdl-org#745 (cherry picked from commit 1729977)
(cherry picked from commit 7d6e46a)
(cherry picked from commit c0994b4)
(cherry picked from commit ddaf5af)
(cherry picked from commit 2ae577f)
(cherry picked from commit e245b92)
- Don't discard decoded samples when stream configuration changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.