shithub: dumb

RSS feed

fbd0eed4 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 08:03
moddec: do not play anything if seeking past the end

52c57949 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 07:58
moddec: remove unused macro

4ab1bfbc – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 07:53
moddec: add options to specify output sampling rate and to choose resampler

6620310c – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 06:49
moddec: remove -n, use /dev/mordor to skip the audio

0120570d – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 06:18
moddec: fix usage, add -n option to skip audio

561985c1 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 06:13
moddec: print mod duration

a3edc4c2 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 05:41
moddec: seek fast

d8def1de – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 04:55
moddec: remove unneeded memset

affae6de – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 04:39
fix another short type issue causing silence

ef707958 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/05 02:24
mod: fix comparison (thanks umbraticus)

97d608f1 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/04 17:18
add mkfiles

cbff5cf0 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/03/04 09:26
port the library and add "audio/moddec" to examples/

396caa4d – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/12/18 16:58
Merge pull request #88 from RobertBColton/patch-1

3a4f71af – Robert Colton <robertbcolton@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/12/18 17:03
fix pkg-config linking issue -llibdumb

55dc14c3 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/09/05 14:41
Merge pull request #87 from dos1/emscripten

ceb1f19a – Sebastian Krzyszkowiak <dos@dosowisko.net> authored on 2018/09/05 22:01
Alias dumb_off_t to int64_t when compiling under Emscripten

74151277 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/03/04 09:03
Merge pull request #85 from katajakasa/changelog-v203

8eda13ce – Tuomas Virtanen <katajakasa@gmail.com> authored on 2018/03/04 17:46
Update changelog for v2.0.3

f6ee2e9b – Christopher Snowhill <kode54@gmail.com> authored on 2018/01/29 14:36
Fix pattern n_entries calculation, which was broken when attempting to fix the warning incorrectly with long casts, which resulted in n_entries that were horribly inflated, possibly breaking code that didn't expect the change.

b5f4876a – Christopher Snowhill <kode54@gmail.com> authored on 2018/01/29 14:35
Update to v141_xp platform toolkit.

5ed5f066 – Christopher Snowhill <kode54@gmail.com> authored on 2018/01/02 09:04
Add extra comment, thanks to Saga_Musix.

62d2f05b – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/12/17 08:42
Merge pull request #81 from dmitrykos/master

5c103f0a – dmitrykos <dmitrykos@neutroncode.com> authored on 2017/12/17 16:15
Fix compilation with Android NDK by declaring dumb_off_t as off64_t. Android NDK does not support _FILE_OFFSET_BITS before API level 24 and declares off_t as 32-bit integer regardless _FILE_OFFSET_BITS.

14fd2831 – dmitrykos <dmitrykos@neutroncode.com> authored on 2017/12/14 17:28
Enable RESAMPLER_NEON on Windows ARM64 platform.

78451591 – dmitrykos <dmitrykos@neutroncode.com> authored on 2017/12/14 17:01
Reapplied corrections after sync:

86c4bc48 – dmitrykos <dmitrykos@neutroncode.com> authored on 2017/12/14 16:05
Revert corrections.

fb758de4 – dmitrykos <dmitrykos@neutroncode.com> authored on 2017/12/14 15:48
Merge remote-tracking branch 'upstream/master'

ad75b328 – dmitrykos <dmitrykos@neutroncode.com> authored on 2017/12/14 15:41
Allow NEON resampler for WinRT (when ARM is targeted).

7da945b7 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/12/14 08:00
Merge pull request #80 from dmitrykos/master

8430c5c8 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/29 12:44
Merge pull request #77 from Rondom/compile_option_test

b8a5d88f – Andreas Gnau <Rondom@Rondom.de> authored on 2017/10/29 08:41
Check whether CFLAGS are supported before adding

3529032f – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/23 13:06
Merge pull request #74 from Rondom/include_dir

73daeb3e – Andreas Gnau <Rondom@Rondom.de> authored on 2017/10/22 22:48
Only add SDL and Argtable include-dir for examples

cab1803f – Andreas Gnau <Rondom@Rondom.de> authored on 2017/10/22 22:47
Fix compiling with custom Allegro4-include-dir

27550432 – Christopher Snowhill <kode54@gmail.com> authored on 2017/10/08 14:46
Update DUMB header.

cbfb59f9 – Christopher Snowhill <kode54@gmail.com> authored on 2017/10/08 14:33
Updated CHANGELOG.md.

74414b91 – Christopher Snowhill <kode54@gmail.com> authored on 2017/10/08 14:31
Updated credits with my legal name.

f88ffd1c – Christopher Snowhill <kode54@gmail.com> authored on 2017/10/08 14:14
Last minute fix for weird pattern reading issues, so less bad patterns hit the renderer.

a54a640f – Christopher Snowhill <kode54@gmail.com> authored on 2017/10/08 13:24
Update documentation, add UPDATING_YOUR_PROJECTS.md.

278ce26c – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/08 13:12
Merge pull request #72 from katajakasa/prepare-v201-changelog

75fc2ac4 – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/10/08 15:40
Prepare changelog for v2.0.1

4fe3d694 – Christopher Snowhill <kode54@gmail.com> authored on 2017/10/08 13:10
Limit total order count to something somewhat reasonable in formats that otherwise allow up to a full 65536 orders, which tends to blow our timekeeping arrays way out of proportion, eating huge amounts of memory.

2c65634c – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/07 14:29
Merge pull request #69 from Rondom/classic-mingw

8b5f8089 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/07 14:26
Merge pull request #70 from SimonN/fix-packfile-getnc-return

14a2e223 – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/10/07 10:43
fix internal getnc to return dumb_ssize_t

c6bc9714 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/10/07 10:09
Make LFS-checks work with MinGW.org-MinGW

76ab0ba3 – Todd Cope <xander4jesus@yahoo.com> authored and Christopher Snowhill <kode54@gmail.com> committed on 2017/10/07 12:05
Fix garbled samples in old PSM, caused by uninitialized variable.

e9320b6d – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/10/04 20:21
Update dumb.h

8748867c – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/29 13:36
Amend static assert structure so variable name does not match the structure name, which conflicts with some compilers in C++ mode.

d6dd2ace – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/26 09:32
Merge pull request #62 from katajakasa/doc-use-sse

e65365f6 – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/09/26 16:01
Add documentation for the USE_SSE cmake flag

2336d814 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/26 09:30
Merge pull request #64 from katajakasa/doc-add-dumb-sf-net

56bb9108 – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/09/26 16:13
Add a notice about this being a fork

d8c31541 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/26 09:29
Merge pull request #63 from katajakasa/doc-changelog-update

48db3251 – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/09/26 16:04
Mark v2.0.0 released in changelog

72be9930 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/25 16:33
Update README.md.

657e36b7 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/25 16:30
Merge pull request #42 from Rondom/readme

6080f4c2 – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/25 16:27
Changed file reference to compile correct resampler.

22f6c327 – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/25 16:27
Removed unused file.

15c9b0d4 – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/25 16:25
Massive LLVM based reformat, with indent of 4 spaces, and no include sorting.

52fc437b – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/25 15:55
Silence warnings.

f8d4d6f8 – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/25 04:08
header version to 2.0.0

2c386d5a – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/25 08:37
DUMBFILE_SYSTEM one-line docs in header

515d050b – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/24 10:51
API, getnc returns dumb_ssize_t instead of size_t

d9b1453c – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/23 12:44
Resolved all Xcode warnings with current warning level.

63d3efa7 – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/23 12:15
Merge branch 'SimonN-2.0'

76a0d893 – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/23 12:15
Resolved conflict.

92422f65 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/23 12:06
Merge pull request #59 from Rondom/lfs-real

f79d8466 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/09/23 19:21
Make API large-file-aware #51

0f6f4d82 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/09/22 21:22
Move LONG_LONG define to an internal header

ccdf6f2a – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/19 22:38
link to 0.9.3 doc about fixing 0.9.3 deprecations

973185f4 – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/19 06:25
drop deprecated functions except for duh_render

51daaff4 – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/18 23:46
drop deprecated date constants

20ea492b – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/20 10:19
Merge pull request #58 from SimonN/initialize-volr

41114309 – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/20 01:03
fix #56: initialize volr in all branches

6e924e69 – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/18 14:09
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.

9ab5cfbb – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/17 12:20
Update dumb.h

6bb91f3c – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/17 11:18
Merge pull request #50 from Rondom/pkgconfig

14f227f0 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/09/17 10:23
Add pkg-config-file

f1d59d80 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/09/16 08:41
Clean up and update README

ecf98899 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/09/17 08:42
Use GNUInstallDirs rather than hardcoding dirs

13a21443 – Andreas Gnau <Rondom@Rondom.de> authored on 2017/09/09 17:13
Convert readme.txt to Markdown

cbbaa567 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/16 09:49
Merge pull request #45 from katajakasa/ttv-markdownize-changelog

790e4561 – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/16 09:47
Merge pull request #44 from katajakasa/ttv-rename-license

7dd890bb – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/16 09:47
Merge pull request #47 from SimonN/spec

5b10b56c – Simon Naarmann <s.naarmann@gmail.com> authored on 2017/09/16 09:52
DUMBFILE_SYSTEM spec

baef71f1 – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/09/14 16:27
Make sure ascii graphics shows up right

4c5cd989 – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/09/14 16:23
Rename release.txt and convert it to markdown syntax

9a77e91b – Tuomas Virtanen <katajakasa@gmail.com> authored on 2017/09/14 16:16
Rename license file

925fec1d – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/14 00:15
Merge branch 'master' of github.com:kode54/dumb

8f98f6ba – Christopher Snowhill <kode54@gmail.com> authored on 2017/09/13 23:36
Reworked mixing chain to be mostly float now.

6d33503b – Christopher Snowhill <kode54@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/09/13 19:23
Merge pull request #43 from SimonN/doc-allegro-4-flag

af02270a – SimonN <eiderdaus@gmail.com> authored on 2017/09/14 03:16
document BUILD_ALLEGRO4, name correct defaults

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

Next