Commit Graph

44 Commits (3cf542c84c882ab457456a3979a242fe8f7d442a)

Author SHA1 Message Date
Unlock Music Dev 9494a535a9
feat(qmc): support audio meta getter 2 years ago
Unlock Music Dev e9e63ce175
feat(qmc): improve m4a & mp4 sniff 2 years ago
Unlock Music Dev 21eab14e6c
feat(qmc): add mmp4 format 2 years ago
Unlock Music Dev 12be881d42
chore: add accident removed comment 2 years ago
Unlock Music Dev 6f033af336
chore: remove unused debug log 2 years ago
Unlock Music Dev 79d00b356f
feat(qmc): use unicode normalize to match filename 2 years ago
Unlock Music Dev 3739638ddf
feat(qmc): use editorial distance to find the key 2 years ago
Unlock Music Dev 423767ba63
fix(qmc): fix key from mmkv 2 years ago
Unlock Music Dev 5fbcdb77d4
fix(qmc): use pure go mmkv 2 years ago
Unlock Music Dev 52e986e644
feat(qmc): support .mflach on darwin 2 years ago
Unlock Music Dev d2019b04ec
fix: qmc test 2 years ago
Unlock Music Dev ea3236e14b
refactor: change decoder init parameter 2 years ago
Unlock Music Dev 6c168ee536
refactor: move audio sniffer to internal package 2 years ago
Unlock Music Dev bd95fdb53b
fix: unit tests 2 years ago
Unlock Music Dev f6748d644d
refactor: code cleaning 2 years ago
Unlock Music Dev 14c9d49d46
refactor: change module path 2 years ago
Unlock Music Dev 67ff0c44cd
refactor: use io.Reader instead of custom method 2 years ago
Unlock Music Dev 4365628bff
refactor: qmc don't export internal functions 2 years ago
Unlock Music Dev e2fc56ddb2
refactor: remove logging in algorithms 2 years ago
Unlock Music Dev f05ae61aff
feat: adapt for qmc key v2 2 years ago
Unlock Music Dev 7b37e4dd3c
feat: add tips for QMC with STag suffix 2 years ago
MengYX 2058504384
feat(QMCv2): support `.mggl` and `.bkc*`
`.mggl`: QQ Music MacOS Ogg (fix https://github.com/unlock-music/cli/issues/25)
`.bkc*` (".bkc" + {"mp3", "m4a", "flac", "wav", "ape", "ogg", "wma"}): Moo Music
3 years ago
MengYX 76df8e6c1a
fix(QMCv2): unlock error on 32bit platform 3 years ago
MengYX 42d658625f
test(QMCv2): add case mflac_rc4 3 years ago
MengYX def2925900
feat(QMCv2): better rc4 cipher 3 years ago
MengYX deaa58e91f
feat(QMCv2): replace with old decoder 3 years ago
MengYX 7755d47f7a
test(QMCv2): add test data & case "mgg_map" 3 years ago
MengYX 7cc7aa19fd
feat(QMCv2): support static cipher (legacy) 3 years ago
MengYX 1025010395
fix(QMCv2): add missing test data 3 years ago
MengYX 8cc7f66640
chore(QMCv2): Rename old files 3 years ago
MengYX 38648d57e6
feat(QMCv2): Add mapCipher & mflac/mgg key discovery 3 years ago
MengYX 1552a667f6
init QMCv2: RC4 (512 Byte Key) 3 years ago
Emmm Monster 3f3980de38
fix #18: skip noop decoder 3 years ago
Emmm Monster 28d84e4dc2
Fix: algorithm bugs in `qmc`
Optimize: algorithm in `kgm`
3 years ago
Emmm Monster c1c43d2a41
Sniff Output Audio Extension 3 years ago
Emmm Monster f9686bbfc4
Decoder.GetAudioExt() return extension with . 3 years ago
Emmm Monster ef060159f0
Fix #8 4 years ago
Emmm Monster 939cfd38d0
Fix incorrect package path 4 years ago
Emmm Monster 8386fbe23b
Fix: Some incorrect file type registration 4 years ago
Emmm Monster 91e23a20dd
Register Decoder With Default Output Ext 4 years ago
Emmm Monster d5031e1935
Add Decoder Registry
Add Raw Decoder
4 years ago
Emmm Monster e0f184bc05
Add KWM Decoder
Improve QMC Decoder
4 years ago
Emmm Monster a92ea82090
Update NCM, QMC Decoder 4 years ago
Emmm Monster fe5403cdb7
Add QMC Decoder 4 years ago