Merge pull request #44 from katajakasa/ttv-rename-license
Merge pull request #47 from SimonN/spec
Merge branch 'master' of github.com:kode54/dumb
Reworked mixing chain to be mostly float now.
Merge pull request #43 from SimonN/doc-allegro-4-flag
document BUILD_ALLEGRO4, name correct defaults
Merge pull request #40 from katajakasa/ttv-fix-indents
Since snum allows successive sample entries to clobber each other, buffer up entire sample data before overwriting the memory structure, and free sample data if it's being replaced.
Handle negative sample length as non-existent sample.
Fix empty pattern so it returns an empty structure.
Correct sample reading for 16 bit samples, hopefully.
Add string length guard to comment reader.
Merge branch 'master' of github.com:kode54/dumb
Add range checking to all stages of the pattern reader.
Extra error checking, just in case.
Handle effect lengths correctly when calculating entry count prior to allocation.
Handle read errors.
Disable debug information for old instruments, will investigate another time.
Initialize more variables in case of malformed patterns.
Even better range checking on tempo, so we don't encounter overflows in tempo calculation code.
Handle NULL entry in various places.
Check pattern size against available data.
A bit of hardening.
Harden LPC with a bit of error handling.
Change XM limit reader so it won't accept negative sizes on its signed size parameter.
Don't read past end of components array.
Require at least one instrument and one pattern.
Fix divide by zero if tempo is somehow set to zero.
Fix IT reader for unusually large numbers of components.
Add error checking to fopen call.
Make gcc -wmisleading-indentation happy
Merge pull request #37 from akien-mga/see-optout
Merge pull request #36 from akien-mga/lib-soname
Merge pull request #35 from akien-mga/aldmb-linking
Make SSE instructions opt-out
Add proper shared library versioning, set SOVERSION to 1
aldmb: Fix underlinking of dumb library
Add Release2015 target.
Merge branch 'master' of github.com:kode54/dumb
This should fix STM arpeggio effect.
Merge pull request #33 from katajakasa/ttv-examples-newapi
Update examples to use the new api
Merge branch 'master' of github.com:kode54/dumb
Add missing include file for a single function VC needs.
Merge pull request #31 from winterheart/cmake
Various fixes for CMake
Hopefully fix packfile interface. Needs compilation testing.
Merge pull request #29 from winterheart/allegro4
Added support for dumb_*_noclose, dumb_*_seek, dumb_*_get_size
Merge branch 'master' into allegro4
Allegro header for install
Merge pull request #28 from katajakasa/ttv-dir-changes
Fix cmakelists and compiling help to match new paths
Move directories from dumb subdir to project root
Remove broken qtcreator project files
Experimental Allegro4 support (FAIL)
Merge pull request #27 from winterheart/windows-fixes
Fixed typo for proper handling
Commenting out useless statement, fix sprintf invocation.
Comment out useless reassigning variable
Removed unused variable.
Initial allegro4 support
Adding allegro4 library bindings
Examples requires explicit C99 declaration on Linux.
Merge pull request #26 from winterheart/examples
Avoid to clashing with LITTLE_ENDIAN in Linux.
Added support for FEST MOD files.
Merge pull request #25 from dmitrykos/master
! Make static and remove extern declaration from Vorbis helper API vorbis_lpc_from_data() and vorbis_lpc_predict() as they will conflict in the project if DUMB is linked as static along with Vorbis static libraries in some other shared library or executable.
Merge pull request #24 from dmitrykos/master
* Reverted duh_get_tag_iterator_size(), duh_get_tag_iterator_get() API which allowed easy iteration over existing tags.
Merge pull request #20 from katajakasa/ttv-dumbplay
Update CMake readme file
Merge pull request #19 from katajakasa/ttv-examples-patches2
Add BUILD_EXAMPLES to cmake readme
dumbout: Implement delay switch + cleanups
Merge pull request #18 from katajakasa/ttv-example-patches
Add .gitignore with some default file extensions
Remove Byte Order Marker from project file
Fix issue #15 / CVE-2006-3668
Fixed another memory leak in an error handler
Implement missing n_pchannels for AMF format reader
Updated for Visual Studio 2015
Merge pull request #14 from cspiegel/memory-leaks