RSS feed
	
	
	
		878c3749
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/09/13 19:18
		
Merge pull request #40 from katajakasa/ttv-fix-indents
		 
	
		753d2b72
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/13 15:35
		
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.
		 
	
		2861bef3
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/13 15:09
		
Handle negative sample length as non-existent sample.
		 
	
		d246d1ca
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/13 14:58
		
Fix empty pattern so it returns an empty structure.
		 
	
		f36896a8
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/13 14:43
		
Correct sample reading for 16 bit samples, hopefully.
		 
	
		a3a416f1
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/13 14:24
		
Add string length guard to comment reader.
		 
	
		94f0d24c
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 13:07
		
Merge branch 'master' of github.com:kode54/dumb
		 
	
		d0a0126f
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:55
		
Add range checking to all stages of the pattern reader.
		 
	
		76ead85f
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:50
		
Extra error checking, just in case.
		 
	
		b8e4e314
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:45
		
Handle effect lengths correctly when calculating entry count prior to allocation.
		 
	
		b7c49e62
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:44
		
Handle read errors.
		 
	
		d65a75cd
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:32
		
Disable debug information for old instruments, will investigate another time.
		 
	
		bf7cca5d
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:32
		
Initialize more variables in case of malformed patterns.
		 
	
		161758dd
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:31
		
Even better range checking on tempo, so we don't encounter overflows in tempo calculation code.
		 
	
		a034af18
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:31
		
Handle NULL entry in various places.
		 
	
		bd07b040
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:30
		
Check pattern size against available data.
		 
	
		0948d270
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:29
		
A bit of hardening.
		 
	
		98f6464a
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 12:28
		
Harden LPC with a bit of error handling.
		 
	
		6d815d2f
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 10:26
		
Change XM limit reader so it won't accept negative sizes on its signed size parameter.
		 
	
		f5539068
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 10:04
		
Don't read past end of components array.
		 
	
		6be02dc3
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 10:03
		
Require at least one instrument and one pattern.
		 
	
		86d70602
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/12 09:39
		
Fix divide by zero if tempo is somehow set to zero.
		 
	
		e431d9dd
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/11 17:00
		
Fix IT reader for unusually large numbers of components.
		 
	
		90b26f03
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/09/11 16:59
		
Add error checking to fopen call.
		 
	
		03827e66
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2017/09/09 13:38
		
Make gcc -wmisleading-indentation happy
		 
	
		281469c2
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/07/17 14:27
		
Merge pull request #37 from akien-mga/see-optout
		 
	
		56f99e44
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/07/17 14:25
		
Merge pull request #36 from akien-mga/lib-soname
		 
	
		5e999be4
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2017/07/17 14:22
		
Merge pull request #35 from akien-mga/aldmb-linking
		 
	
		43feaa9a
		 – Rémi Verschelde <rverschelde@gmail.com>
 authored
 on 2017/07/17 10:46
		
Make SSE instructions opt-out
		 
	
		87219e8c
		 – Rémi Verschelde <rverschelde@gmail.com>
 authored
 on 2017/07/17 10:11
		
Add proper shared library versioning, set SOVERSION to 1
		 
	
		ca70d0d0
		 – Rémi Verschelde <rverschelde@gmail.com>
 authored
 on 2017/07/17 10:03
		
aldmb: Fix underlinking of dumb library
		 
	
		d7db2d63
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/06/08 13:22
		
Moved .gitignore.
		 
	
		21ba7c48
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/02/03 16:28
		
Add Release2015 target.
		 
	
		292a3282
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/01/28 07:11
		
Merge branch 'master' of github.com:kode54/dumb
		 
	
		62536e7f
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2017/01/28 07:10
		
This should fix STM arpeggio effect.
		 
	
		0858e224
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2016/11/01 19:00
		
Merge pull request #33 from katajakasa/ttv-examples-newapi
		 
	
		9b83a2cc
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2016/11/01 16:58
		
Update examples to use the new api
		 
	
		478feff9
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/07/13 15:59
		
And back to 2010.
		 
	
		055ccfcb
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/06/29 17:57
		
Merge branch 'master' of github.com:kode54/dumb
		 
	
		309f6656
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/06/29 17:56
		
Clean up more warnings.
		 
	
		f6791e04
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/06/26 10:23
		
Add missing include file for a single function VC needs.
		 
	
		22b766c3
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/06/26 10:14
		
And back to 2015 again.
		 
	
		30044da7
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/05/09 19:29
		
Merge pull request #31 from winterheart/cmake
		 
	
		e847abfa
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/05/10 06:52
		
Various fixes for CMake
		 
	
		0ac0a6f6
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/05/06 07:48
		
Update packfile
		 
	
		6b243977
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/05/05 19:29
		
Hopefully fix packfile interface. Needs compilation testing.
		 
	
		54a1797e
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/05/05 19:11
		
Merge pull request #29 from winterheart/allegro4
		 
	
		b1fd8971
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/05/06 06:18
		
Added support for dumb_*_noclose, dumb_*_seek, dumb_*_get_size
		 
	
		b3e4717d
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/05/05 10:01
		
Merge branch 'master' into allegro4
		 
	
		ac4f414e
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/05/05 07:35
		
Allegro header for install
		 
	
		d2c58871
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/05/05 07:34
		
Use legacy value.
		 
	
		242103a8
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/05/01 14:09
		
Merge pull request #28 from katajakasa/ttv-dir-changes
		 
	
		e02a95e9
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2016/05/01 09:34
		
Gitignore cleanups
		 
	
		2cb77fa8
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2016/05/01 09:32
		
Fix cmakelists and compiling help to match new paths
		 
	
		52daae6a
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2016/05/01 09:29
		
Move directories from dumb subdir to project root
		 
	
		c7200504
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2016/05/01 09:02
		
Remove broken qtcreator project files
		 
	
		9e8b6865
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/04/05 07:51
		
Experimental Allegro4 support (FAIL)
		 
	
		238f23c9
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/04/01 09:29
		
Merge pull request #27 from winterheart/windows-fixes
		 
	
		cf975b7c
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/15 11:12
		
Fixed typo for proper handling
		 
	
		61daa6b9
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/11 04:47
		
Commenting out useless statement, fix sprintf invocation.
		 
	
		dbc21eb6
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/11 04:46
		
Comment out useless reassigning variable
		 
	
		da773385
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/09 11:05
		
Removed unused variable.
		 
	
		e33c9b3f
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/09 10:57
		
Fixed typo
		 
	
		f53a8ac7
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/02 17:30
		
Initial allegro4 support
		 
	
		24462dc4
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/01 16:20
		
Adding allegro4 library bindings
		 
	
		250580db
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/03/01 15:59
		
Examples requires explicit C99 declaration on Linux.
		 
	
		8fdb02e9
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/03/01 15:21
		
Merge pull request #26 from winterheart/examples
		 
	
		bdaa5479
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2016/02/29 12:51
		
Avoid to clashing with LITTLE_ENDIAN in Linux.
		 
	
		ded26d78
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2016/02/20 23:34
		
Added support for FEST MOD files.
		 
	
		f2722786
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/02/05 13:03
		
Merge pull request #25 from dmitrykos/master
		 
	
		420a27cd
		 – dmitrykos <dmitrykos@neutroncode.com>
 authored
 on 2016/02/05 13:43
		
! 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.
		 
	
		50eb0bd1
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2016/02/04 12:09
		
Merge pull request #24 from dmitrykos/master
		 
	
		b6c4ec45
		 – dmitrykos <dmitrykos@neutroncode.com>
 authored
 on 2016/02/04 12:58
		
* Reverted duh_get_tag_iterator_size(), duh_get_tag_iterator_get() API which allowed easy iteration over existing tags.
		 
	
		e4174427
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2015/12/14 15:30
		
Merge pull request #20 from katajakasa/ttv-dumbplay
		 
	
		1f29f914
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/12/14 15:04
		
Update CMake readme file
		 
	
		aee88d88
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/12/14 14:55
		
Add dumbplay example
		 
	
		0048a15c
		 – Christopher Snowhill <kode54@gmail.com>
 authored
 on 2015/12/13 20:10
		
Merge pull request #19 from katajakasa/ttv-examples-patches2
		 
	
		b51f4bd7
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/12/12 17:32
		
Add BUILD_EXAMPLES to cmake readme
		 
	
		373f8d78
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/12/12 17:28
		
dumbout: Implement delay switch + cleanups
		 
	
		4ddca9e4
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/11/15 19:09
		
Merge pull request #18 from katajakasa/ttv-example-patches
		 
	
		1fb50f40
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/11/15 17:25
		
Add dumbout example
		 
	
		da7a0209
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/11/15 09:34
		
Add .gitignore with some default file extensions
		 
	
		7c277072
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/10/10 00:17
		
Remove Byte Order Marker from project file
		 
	
		566c9876
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/10/09 13:59
		
Fix issue #15 / CVE-2006-3668
		 
	
		23e78e17
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/10/04 05:15
		
Switch back to MSVC 2010
		 
	
		050b1485
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/08/26 18:05
		
Normalized line endings
		 
	
		221827d2
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/08/26 18:04
		
Added .gitattributes
		 
	
		5774c84d
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/08/14 16:07
		
Fixed another memory leak in an error handler
		 
	
		31d20fd3
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/08/08 17:26
		
Implement missing n_pchannels for AMF format reader
		 
	
		ef4bf5c2
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/08/01 00:53
		
Updated for Visual Studio 2015
		 
	
		a30b2a6f
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/08/10 17:11
		
Merge pull request #14 from cspiegel/memory-leaks
		 
	
		59afe93d
		 – Chris Spiegel <cspiegel@gmail.com>
 authored
 on 2015/08/10 17:07
		
Fix memory leaks.
		 
	
		46e7e4f5
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/06/25 11:14
		
Merge pull request #13 from katajakasa/ttv-header-version
		 
	
		42809b82
		 – Tuomas Virtanen <katajakasa@gmail.com>
 authored
 on 2015/06/25 12:00
		
Change dumb.h version information to match release version
		 
	
		2924de99
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/05/30 13:04
		
Merge pull request #12 from winterheart/cmake-fixes
		 
	
		5a238e45
		 – Azamat H. Hackimov <azamat.hackimov@gmail.com>
 authored
 on 2015/05/30 08:40
		
Add support to multilib linux enviroment and link to -lm
		 
	
		022c14c3
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/04/08 22:16
		
Various fixes for Android
		 
	
		24244696
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/02/09 19:07
		
Revert default resampling quality to cubic, as it's a nice trade-off between speed and quality
		 
	
		766a20f4
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/01/16 15:52
		
Fixed compilation with -fPIC on x86 and x64
		 
	
		1f2c97ef
		 – Chris Moeller <kode54@gmail.com>
 authored
 on 2015/01/11 21:01
		
Fixed non-SIMD blep and blam handlers
		 
Next