Update README.md.
Merge pull request #42 from Rondom/readme
Changed file reference to compile correct resampler.
Removed unused file.
Massive LLVM based reformat, with indent of 4 spaces, and no include sorting.
DUMBFILE_SYSTEM one-line docs in header
API, getnc returns dumb_ssize_t instead of size_t
Resolved all Xcode warnings with current warning level.
Merge branch 'SimonN-2.0'
Merge pull request #59 from Rondom/lfs-real
Make API large-file-aware #51
Move LONG_LONG define to an internal header
link to 0.9.3 doc about fixing 0.9.3 deprecations
drop deprecated functions except for duh_render
drop deprecated date constants
Merge pull request #58 from SimonN/initialize-volr
fix #56: initialize volr in all branches
Move MIN/MAX/MID/ABS macros to internal/dumb.h, so they won't be seen by software using the library. Add internal/dumb.h to two files which use the macros, which did not already import them.
Update dumb.h
Merge pull request #50 from Rondom/pkgconfig
Use GNUInstallDirs rather than hardcoding dirs
Convert readme.txt to Markdown
Merge pull request #45 from katajakasa/ttv-markdownize-changelog
Merge pull request #44 from katajakasa/ttv-rename-license
Merge pull request #47 from SimonN/spec
Make sure ascii graphics shows up right
Rename release.txt and convert it to markdown syntax
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.