SHA256
1
0
forked from pool/wildmidi
Commit Graph

5 Commits

Author SHA256 Message Date
77a542ad3a Accepting request 1058368 from home:mnhauke:games
- Update to version 0.4.5
  * Fixed MUS drum channels 9 and 15 being swapped if the same file
    is played twice from the same memory buffer.
  * Player: Fixed save midi reading wrong argv if there are no path
    seperators.
  * Other code and build system clean-ups.

OBS-URL: https://build.opensuse.org/request/show/1058368
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=7
2023-01-14 16:04:05 +00:00
d50237464d Accepting request 880391 from home:mnhauke:games
- Update to versino 0.4.4
  * Fixed integer overflow in midi parser sample count calculation.
  * Fixed 8 bit ping pong GUS patch loaders.
  * Fixed wrong variable use in reverb code.
  * Reset block status of tty after playback.
  * Fixed broken file name handling for 'save as midi' command
    during playback.
  * Clamp MUS volume commands.

OBS-URL: https://build.opensuse.org/request/show/880391
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=5
2021-03-21 16:39:23 +00:00
fc1350d58f OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=3 2020-02-17 12:41:24 +00:00
78ebb3d9b4 Accepting request 774624 from home:mnhauke:games
- Update to version 0.4.3
  * New API addition: WildMidi_InitVIO(). It is like WildMidi_Init(),
    but tells the library to use caller-provided functions for file IO.
    See wildmidi_lib.h or the man page WildMidi_InitVIO(3) for details.
  * Fixed a thinko in one of the buffer size checks added in v0.4.2.
  * Fixed possible out of bounds reads in sysex commands (bug #190).
  * Fixed invalid reads during config parse with short patch file names.
  * Do not treat a missing end-of-track marker as an error for type-0
    midi files (bug #183).
  * Fixed bad reading of high delta values in XMI converter (bug #199).
  * Fixed a memory leak when freeing a midi (bug #204).
  * Fixed slurred/echoy playback at quick tempos on looped instruments
    (bug #185).
  * Fixed certain midis sounding different compared to timidity, as if
    instruments not turned off (bug #186).
  * Fixed compilation on systems without libm.
  * Several clean-ups.

OBS-URL: https://build.opensuse.org/request/show/774624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=2
2020-02-17 12:40:56 +00:00
b5a85fb408 Accepting request 647435 from home:alois:branches:multimedia:libs
- Update to version 0.4.2
  * Fixed CVE-2017-11661, CVE-2017-11662, CVE-2017-11663,
    CVE-2017-11664 (Bug #175).
  * Fixed WildMidi_Open() might read beyond buffer with too
    short inputs (Bug #178).
  * Fixed a buffer overflow during playback with malformed midi
    files (Bug #180).
  * GUS patch processing changes to meet users expectations (Bug
    #132).
  * Worked around a build failure with newer FreeBSD versions
    failing to retrieve the ONLCR constant (Bug #171).
  * Fixed a minor Windows unicode issue (PR #170).
  * A few other fixes / clean-ups.
- Spec cleanup
- Initial openSUSE package based on Fedora’s

OBS-URL: https://build.opensuse.org/request/show/647435
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wildmidi?expand=0&rev=1
2018-11-09 08:30:48 +00:00