shithub: mp3dec

RSS feed

a6a9bb38 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/07/23 06:59
remove unused var

03f59ef7 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/07/23 06:57
fix non-seekable streams in a better way

bd30e106 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/04/06 06:25
waitpid()! >:(

cd9b82d9 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/02/25 03:39
tests: always print filenames

ed339a1f – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/02/25 03:25
tests: fix a warning; make ASSERT macro print the failed expression; print filename on failed test

bb2f6360 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/01/13 05:57
put mp3dec executable into gitignore

bc540e42 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/01/13 05:57
define MINIMP3_NO_STDIO to reduce the size of the executable

d30a16b6 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/01/13 05:57
Merge remote-tracking branch 'upstream/master' into mustard

3334b210 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/12/29 17:46
if seeking is impossible, buffer some first for minimp3 to be able to seek

87180cbd – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/12/28 11:26
run tests on mk test

4284990e – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/12/24 07:02
fix warnings (appear with objtype=386)

95864e8e – lieff <lieff@users.noreply.github.com> authored on 2020/11/27 06:35
add .vscode to .gitignore

0d0c452d – lieff <lieff@users.noreply.github.com> authored on 2020/11/27 06:33
compiler: detect neon with msvc/arm64 tools

5aeee949 – Nicolas <abramlujan@gmail.com> authored and Lion <lieff@users.noreply.github.com> committed on 2020/11/21 23:34
Fix "standard" typo in readme

c02ef01e – lieff <lieff@users.noreply.github.com> authored on 2020/11/20 04:45
mp3dec_ex_close: free dec->file.buffer in MINIMP3_NO_STDIO mode

0757ad74 – lieff <lieff@users.noreply.github.com> authored on 2020/11/04 09:39
test: fail length check if layer is not detected

d08b60c3 – Boris I. Bendovsky <bibendovsky@hotmail.com> authored and Lion <lieff@users.noreply.github.com> committed on 2020/10/12 13:19
minimp3_ex: Move mp3dec_ex_open_cb out of MINIMP3_NO_STDIO block

2856fedf – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/23 07:09
plan 9 port; audio/mp3dec drop-in replacement

bfe8732f – lieff <lieff@users.noreply.github.com> authored on 2020/09/14 09:02
More consistent HAVE_ARMV6 define.

f4b44f8e – Darryl T. Agostinelli <dagostinelli@gmail.com> authored and Lion <lieff@users.noreply.github.com> committed on 2020/09/13 12:28
minimp3.h: satisfy stricter compiler checks

d86f4cbc – lieff <lieff@users.noreply.github.com> authored on 2020/09/06 18:51
minimp3_ex: pass frame_info from mp3dec_ex_read_frame

7bdfc8bd – lieff <lieff@users.noreply.github.com> authored on 2020/09/06 18:38
minimp3_ex: add MP3D_ALLOW_MONO_STEREO_TRANSITION mp3dec_ex_open_* flag

871dd9cd – Matthias Geier <Matthias.Geier@gmail.com> authored and Lion <lieff@users.noreply.github.com> committed on 2020/08/30 13:19
DOC: Add link to Rust bindings minimp3_ex-sys

a5025623 – lieff <lieff@users.noreply.github.com> authored on 2020/08/21 16:41
test: add additional invalid param case for mp3dec_ex_read_frame

50ed51d5 – Matthias Geier <Matthias.Geier@gmail.com> authored and Lion <lieff@users.noreply.github.com> committed on 2020/08/20 06:58
TST: add one test for mp3dec_ex_read_frame()

081e457b – Matthias Geier <Matthias.Geier@gmail.com> authored and Lion <lieff@users.noreply.github.com> committed on 2020/08/15 07:41
minimp3_ex: add mp3dec_ex_read_frame() function

e0c78630 – lieff <lieff@users.noreply.github.com> authored on 2020/08/15 11:10
Report MP3D_E_PARAM error in dec->last_error for mp3dec_ex_read.

30b3a2c8 – lieff <lieff@users.noreply.github.com> authored on 2020/06/25 08:46
minimp3_ex: fix vbrtag delay skip for mp3dec_load*().

ab037091 – lieff <lieff@users.noreply.github.com> authored on 2020/05/26 08:06
add delphi bindings

82124b44 – lieff <lieff@users.noreply.github.com> authored on 2020/05/06 09:25
readme: clarification to free format sync procedure

a6ab0c92 – lieff <lieff@users.noreply.github.com> authored on 2020/04/26 07:50
Create indexes on seek with MP3D_DO_NOT_SCAN open flag.

a3d51712 – lieff <lieff@users.noreply.github.com> authored on 2020/04/24 10:23
MP3D_DO_NOT_SCAN support for mp3dec_ex_open.

60fd217a – lieff <lieff@users.noreply.github.com> authored on 2020/04/17 20:07
Optimize mp3d_scale_pcm using ssat instruction.

55da78cb – lieff <lieff@users.noreply.github.com> authored on 2020/03/04 19:43
mp3dec_ex: small mp3dec_detect corrections + coverage test

e46488c8 – lieff <lieff@users.noreply.github.com> authored on 2020/03/04 12:37
mp3dec_ex: limit mp3dec_detect_* functions scan size for non-callbacks case

0a2ff3be – lieff <lieff@users.noreply.github.com> authored on 2020/03/04 11:25
mp3dec_ex: add mp3dec_detect_* functions + test

728ff803 – lieff <lieff@users.noreply.github.com> authored on 2020/03/01 21:39
mp3dec_ex: check vbrtag only for layer 3

dc65e6db – lieff <lieff@users.noreply.github.com> authored on 2020/02/28 20:38
test: improve coverage

e89ee7a6 – lieff <lieff@users.noreply.github.com> authored on 2020/02/28 19:20
test: add id3v1+apetag vector

8eef69ee – lieff <lieff@users.noreply.github.com> authored on 2020/02/27 22:25
mp3dec_ex: skip full apetag + test

f07984fc – lieff <lieff@users.noreply.github.com> authored on 2020/02/27 20:47
mp3dec_ex: do not try to detect vbrtag in next frame if "bad"

4e4702c9 – lieff <lieff@users.noreply.github.com> authored on 2020/02/27 20:31
mp3dec_ex: do not decode empty frame with vbrtag,

edd3ce58 – lieff <lieff@users.noreply.github.com> authored on 2020/02/27 19:09
test: improve coverage

58911227 – lieff <lieff@users.noreply.github.com> authored on 2020/02/27 08:11
test: improve coverage

4e9c3da0 – lieff <lieff@users.noreply.github.com> authored on 2020/02/26 20:00
test: improve coverage

cd9f1b57 – lieff <lieff@users.noreply.github.com> authored on 2020/02/25 20:54
mp3dec_ex: fix mp3dec_ex_read io error handling + test

459b8319 – lieff <lieff@users.noreply.github.com> authored on 2020/02/25 18:50
test: improve coverage

83598791 – lieff <lieff@users.noreply.github.com> authored on 2020/02/25 18:36
test: improve coverage

2244e8d0 – lieff <lieff@users.noreply.github.com> authored on 2020/02/25 17:23
test: improve coverage

b2f252b9 – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 16:19
test: improve coverage

f9713851 – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 15:57
test: grow limit to get at least 500 last samples to properly calculate PSNR

2b3f7883 – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 15:37
test: improve coverage

baa1be14 – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 14:25
test: improve coverage

75cacfc2 – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 14:13
test: improve coverage

2b9a0237 – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 12:11
mp3dec_ex: fix skip not decodable first frames on seek in callback mode + test

c65e366f – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 10:59
test: interrupt from progress_cb

d607115b – lieff <lieff@users.noreply.github.com> authored on 2020/02/24 10:37
test: zero buffer and no file cases

ca285b22 – lieff <lieff@users.noreply.github.com> authored on 2020/02/23 15:38
test: check MP3D_E_PARAM cases

a0b3bfd8 – lieff <lieff@users.noreply.github.com> authored on 2020/02/22 20:07
mp3dec_ex: fix MP3D_SEEK_TO_BYTE mode + test

1518f298 – lieff <lieff@users.noreply.github.com> authored on 2020/02/22 19:02
test: improve coverage

4ba08c01 – lieff <lieff@users.noreply.github.com> authored on 2020/02/22 18:34
test: improve coverage

fa0f80b7 – lieff <lieff@users.noreply.github.com> authored on 2020/02/22 18:18
test: improve coverage

9229f280 – Lion <lieff@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/02/20 21:12
Merge pull request #65 from yongtang/fix

1a1e685d – Yong Tang <yong.tang.github@outlook.com> authored on 2020/02/20 09:50
Fix inconsistency of `size_t` => `int` for mp3dec_iterate_w

ca39bce9 – lieff <lieff@users.noreply.github.com> authored on 2020/02/19 19:03
test: check console output on edge cases

80a7dfd3 – lieff <lieff@users.noreply.github.com> authored on 2020/02/19 18:40
test: grow limit to get at least 200 last samples to properly calculate PSNR

fa98191f – lieff <lieff@users.noreply.github.com> authored on 2020/02/19 10:39
readme: documentation update

d17a0a68 – lieff <lieff@users.noreply.github.com> authored on 2020/02/19 07:49
mp3dec_ex: fail mp3dec_ex_read on last_error state and reset last_error on seek

0a83e96c – lieff <lieff@users.noreply.github.com> authored on 2020/02/19 07:42
test: print fail error codes

c5a14126 – lieff <lieff@users.noreply.github.com> authored on 2020/02/18 21:37
mp3dec_ex: fix -Wmaybe-uninitialized warning on old gcc compilers

2ed89a6d – lieff <lieff@users.noreply.github.com> authored on 2020/02/18 21:16
mp3dec_ex: return MP3D_E_DECODE in case of transitions errors

cf993748 – lieff <lieff@users.noreply.github.com> authored on 2020/02/18 19:35
test: improve coverage

9de1e1cc – lieff <lieff@users.noreply.github.com> authored on 2020/02/18 19:08
test: improve coverage

5ebaaccf – lieff <lieff@users.noreply.github.com> authored on 2020/02/16 15:39
player: move to mp3dec_ex

624da635 – lieff <lieff@users.noreply.github.com> authored on 2020/02/14 21:10
mp3dec_ex: improve error handling

b91f0d7b – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 21:16
readme: add rust rmp3 link

1d71c3da – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 21:02
readme: add wasm bindings link

e660fa72 – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 20:25
test: fix uninitialized warning

73c26681 – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 20:07
mp3dec_ex: cast fix for c++

52a69af1 – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 19:17
mp3dec_ex: use same mp3dec_iterate_w return type as for mp3dec_iterate

58f4c91f – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 18:55
readme: update mp3dec_ex header block

1376d411 – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 16:28
test: improve coverage

0a42a2e5 – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 15:02
mp3dec_ex: fix mp3dec_load_cb vbrtag parsing

a5b658d1 – lieff <lieff@users.noreply.github.com> authored on 2020/02/13 12:43
test: improve coverage

c2a881c0 – lieff <lieff@users.noreply.github.com> authored on 2020/02/12 21:41
test: add vbrtag vector also for modes MODE_LOAD_BUF & MODE_LOAD_CB

ed9dc0c5 – lieff <lieff@users.noreply.github.com> authored on 2020/02/12 21:30
mp3dec_ex: fix vbrtag coverage and vbrtag+mp3dec_ex_open_cb mode decoded length

ea70d0b7 – lieff <lieff@users.noreply.github.com> authored on 2020/02/12 20:59
mp3dec_ex: implement mp3dec_load_cb, improve test

682006f9 – lieff <lieff@users.noreply.github.com> authored on 2020/02/12 12:41
pass frame offset in mp3dec_frame_info_t

1f217bc6 – lieff <lieff@users.noreply.github.com> authored on 2020/02/11 21:36
mp3dec_f32_to_s16: no need num_samples > 0 check on fast path

daef2f30 – lieff <lieff@users.noreply.github.com> authored on 2020/02/11 20:54
WIP mp3dec_ex API callback input support.

ac052118 – lieff <lieff@users.noreply.github.com> authored on 2020/02/06 13:39
test: fix mem-leak when no ref-file provided

759f0550 – lieff <lieff@users.noreply.github.com> authored on 2020/02/06 09:54
relax length test only for standard vectors

7f0f0d0c – lieff <lieff@users.noreply.github.com> authored on 2020/02/05 21:22
mp3dec_ex: fix MP3D_SEEK_TO_BYTE seek mode

a4ee3e04 – lieff <lieff@users.noreply.github.com> authored on 2020/02/05 21:21
fix length test for seek at very end of file case

9719597e – lieff <lieff@users.noreply.github.com> authored on 2020/02/05 20:45
mp3dec_ex: handle padding for mp3dec_ex_read + test decoded length

0ae65c42 – lieff <lieff@users.noreply.github.com> authored on 2020/02/05 19:27
mp3dec_ex: better vbr tag detect

fa4c2ef5 – lieff <lieff@users.noreply.github.com> authored on 2020/02/05 14:48
mp3dec_ex: support vbr tag for mp3dec_load_buf

32a3ae45 – lieff <lieff@users.noreply.github.com> authored on 2020/02/04 21:09
mp3dec_ex: support delay and padding from vbr tag + test

5904e0f2 – lieff <lieff@users.noreply.github.com> authored on 2020/02/04 14:43
mp3dec_ex: PSNR test may fail in case of seek at very end of file (to few samples readed) and max_diff=1,

8e8866ed – lieff <lieff@users.noreply.github.com> authored on 2020/02/04 13:57
mp3dec_ex: add id3v1/2 to test

Next