libmodplug icon indicating copy to clipboard operation
libmodplug copied to clipboard

libmodplug GitHub repository

Results 33 libmodplug issues
Sort by recently updated
recently updated
newest added

Fists just summary stats: ```console [tkloczko@ss-desktop SPECS]$ rpmbuild -ba --with check --with failing_tests libmodplug.spec --quiet 2>&1 | grep -- -W | sed 's/.*\[//; s/\]//' | sort | uniq -c |...

COPYING says ModPlug-XMMS and libmodplug are now in the public domain. However, dedicating works to Public Domain is a legal gray area in jurisdictions where public domain or mechanisms for...

The following is an enhancement request for `libmodplug`'s support for playing MIDI files (.mid). - Support for software synthesis of MIDI files using other instrument source formats besides Timidity's patch...

Examples at [modland.com Andy Vaisey PlaySID tunes](http://modland.com/pub/modules/PlaySID/Andy%20Vaisey/) @erique's [playsid.library](https://github.com/erique/playsid.library)

The S3M file loader requires patterns to end at least 6 bytes before the end of the file: https://github.com/Konstanty/libmodplug/blob/d1b97ed0020bc620a059d3675d1854b40bd2608d/src/load_s3m.cpp#L347 I have some S3M files that lack this padding. They seem...

This patch ensures the proper libraries are specified for static linking in the .pc file, for both linux and windows. Note that the user32 library is required on windows due...

I'm reverse engineering an old DOS game's custom music file format which highly resembles the ULT format, including its functions. However, the game file also uses the 0x10 function, Set...

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

Calling cctype functions, such as isspace, with negative values is undefined behaviour. While glibc allows it, it crashes on uClibc compiled without `UCLIBC_HAS_CTYPE_SIGNED`. Fixes the undefined behaviour by casting all...

This can cause crashes on older ARM processors, as well as on newer ones with alignment exceptions enabled.