shithub: mp3dec

RSS feed

53e84cd2 – lieff <lieff@users.noreply.github.com> authored on 2018/01/12 07:08
add some simple docs

bab307bc – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 17:15
typos

e55b64d9 – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 13:12
rename MIN() & MAX() defines to avoid collisions

8e7ebf88 – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 12:14
add MINIMP3_MAX_SAMPLES_PER_FRAME define

62e5245c – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 12:09
fix gcc warning

473c5fde – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 12:04
fix gcc warnings

9ac33df5 – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 11:30
add CC0 header in lib file

6c2e4aea – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 10:57
warning fix

35c7326f – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 10:32
turn into single header lib

f3bd153a – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 09:42
typo

7330e758 – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 09:36
update readme

470fe0ab – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 09:33
add comparison with keyj minimp3

ffa3fa6a – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 08:35
update readme

b950f935 – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 08:32
update table

6a5649cb – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 08:30
add perf table

3c0afe4a – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 07:56
add perf script

9c7ce371 – lieff <lieff@users.noreply.github.com> authored on 2018/01/11 07:29
make write output optional

64a369d6 – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 20:35
range check fix

3d5ff105 – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 14:00
update gitignore

121b41ec – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 13:25
test: patch he_mode vector (fate have buggy version?)

962758a5 – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 13:10
test fix

de6b040c – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 13:04
test: print more info

dbb7c93d – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 12:50
enhance compliance test

a5381007 – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 10:44
add gitignore

5dbd0cbc – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 10:12
enable SIMD for gcc

2797d8a8 – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 09:54
add fate test

5ce2e4d2 – lieff <lieff@users.noreply.github.com> authored on 2018/01/10 07:37
add travis build

8806a001 – lieff <lieff@users.noreply.github.com> authored on 2018/01/09 13:07
initial