Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.3.0
ARver
Browse files
Mar 31, 2024
v1.3.0
· 2ea856e4
arcctgx
authored
Mar 31, 2024
View commits for tag v1.3.0
v1.3.0
2ea856e4
Mar 30, 2024
align names of Python wrapper functions
· b33e67eb
arcctgx
authored
Mar 30, 2024
b33e67eb
improve FLAC processing performance
· db6f7514
arcctgx
authored
Mar 30, 2024
db6f7514
test CRC32 checksum calculation on digital silence as well
· 3e7000f6
arcctgx
authored
Mar 30, 2024
3e7000f6
Mar 29, 2024
test AccurateRip checksum calculation on digital silence
· 15eb6b2a
arcctgx
authored
Mar 30, 2024
15eb6b2a
disable type checking when _audio is imported
· 2b28ab99
arcctgx
authored
Mar 28, 2024
2b28ab99
Mar 27, 2024
use unsigned type for track numbers
· 108cca25
arcctgx
authored
Mar 27, 2024
108cca25
align accuraterip() with crc32_()
· a1eedfaf
arcctgx
authored
Mar 26, 2024
a1eedfaf
change import statement in _audio tests
· 31ae1cb5
arcctgx
authored
Mar 22, 2024
31ae1cb5
rename C extension module and its internal functions
· 2da0ecc1
arcctgx
authored
Mar 21, 2024
2da0ecc1
adjust module parameters
· 130f3666
arcctgx
authored
Mar 21, 2024
130f3666
define a type for AccurateRip checksums
· 1dcbe370
arcctgx
authored
Mar 18, 2024
1dcbe370
remove stdbool header
· dbe65b5b
arcctgx
authored
Mar 17, 2024
dbe65b5b
clean up debug prints
· 052b01cc
arcctgx
authored
Mar 17, 2024
052b01cc
pass all SF_INFO arguments by value
· dd868500
arcctgx
authored
Mar 17, 2024
dd868500
align naming and improve readability
· d178144f
arcctgx
authored
Mar 12, 2024
d178144f
rename variables in compute_checksums()
· b94f1908
arcctgx
authored
Mar 11, 2024
b94f1908
refactor duplicated code in the C extension
· 3392fcff
arcctgx
authored
Mar 11, 2024
3392fcff
Mar 26, 2024
update get_nframes() docstring
· 0ee2c0a1
arcctgx
authored
Mar 27, 2024
0ee2c0a1
Mar 21, 2024
remove unused import
· 140872ba
arcctgx
authored
Mar 21, 2024
140872ba
Mar 18, 2024
move test samples to a subdirectory
· b9ffeb63
arcctgx
authored
Mar 18, 2024
b9ffeb63
avoid sending requests to MusicBrainz in tests
· 0cdc5e19
arcctgx
authored
Mar 18, 2024
0cdc5e19
Mar 10, 2024
remove exception handling from Python wrappers
· 1f1d1279
arcctgx
authored
Mar 08, 2024
1f1d1279
move get_nframes() exception tests
· a779ed24
arcctgx
authored
Mar 06, 2024
a779ed24
test exceptions raised from the C extension
· 45fd7376
arcctgx
authored
Mar 06, 2024
45fd7376
raise exceptions instead of printing messages to stderr
· 5f3a1547
arcctgx
authored
Mar 05, 2024
5f3a1547
update the header comment block in the C extension
· a9af59ba
arcctgx
authored
Mar 03, 2024
a9af59ba
align indentation in C extension code
· 78f82f18
arcctgx
authored
Mar 03, 2024
78f82f18
Mar 08, 2024
use name "CRC32" in rip info table header
· d6c59a3c
arcctgx
authored
Mar 08, 2024
d6c59a3c
Mar 07, 2024
handle ConnectTimeout when downloading AccurateRip data
· b92ecfb2
arcctgx
authored
Mar 08, 2024
b92ecfb2
Mar 03, 2024
rename checksum package to audio
· d509bcc7
arcctgx
authored
Mar 02, 2024
d509bcc7
add gitclean Makefile target
· 4720d6e5
arcctgx
authored
Mar 03, 2024
4720d6e5
reorder restrictions in the README
· 830f9afd
arcctgx
authored
Mar 03, 2024
830f9afd
move Features section up in the README
· c35995c3
arcctgx
authored
Mar 03, 2024
c35995c3
Mar 02, 2024
implement -x/--exclude command-line option
· dca1861a
arcctgx
authored
Feb 25, 2024
dca1861a
Feb 25, 2024
display rip info when AccurateRip data is not available
· 449b4515
arcctgx
authored
Feb 25, 2024
449b4515
rename __str__() methods of AudioFile and Rip
· 97c5956e
arcctgx
authored
Feb 25, 2024
97c5956e
Feb 24, 2024
protect Rip.calculate_checksums()
· c5db3205
arcctgx
authored
Feb 24, 2024
c5db3205
improve track length mismatch error message
· 06648908
arcctgx
authored
Feb 24, 2024
06648908
handle singular "frame" in error message
· 8c3e617d
arcctgx
authored
Feb 24, 2024
8c3e617d
Loading