-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
AUTHORS
65 lines (50 loc) · 2.16 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
This library is a C port of the DiscID-related code from libmusicbrainz-2
written by Robert Kaye et al.
The following people have contributed to libdiscid:
Matthias Friedrich <matt at mafr dot de>
- Created the library interface and documented it.
- Wrote the operating system independent parts of libdiscid.
- Ported the DiscID and linux code.
Lukáš Lalinský <lalinsky at gmail dot com>
- Ported the win32 code and added a Makefile for MSVC.
- Added FreeDB support and a test program.
- Started multi-session disc restructuring
- Several other useful changes.
Robert Kaye <rob at eorbit dot net>
- Invented and originally implemented the DiscID algorithm.
- Ported the darwin code.
Patrick Hurrelmann <outi at bytephobia dot de>
- Implemented and tested FreeBSD support.
Anton Yabchinskiy <arn at bestmx dot ru>
- Implemented and tested OpenBSD support.
Shunsuke Kuroda <kronox at lifewithsolaris dot jp>
- Implemented and tested Solaris/OpenSolaris support.
Nicholas Humphrey
- Implemented ISRC reading on Darwin
Johannes Dewender <brainz at JonnyJD dot net>
- Implemented ISRC reading on Linux
- Implemented features API and generic platform
- Finished multi-session disc restructuring
- Various build system fixes/improvements
Completed CMake support on all platforms
Switch to libtool -version-number
Versioninfo resource for DLL
Philipp Wolfer <ph.wolfer at gmail dot com>
- Implemented MCN reading on Linux
- Implemented read_sparse()
- Better Windows default drive detection
- Haiku TOC reading improvements
- Various fixes and refactoring
Sebastian Ramacher <sramacher at debian dot org>
- Hiding of internal symbols on Linux/Unix, deprecation of symbols
- Several thread related and stability fixes
Christophe Fergeau <cfergeau@redhat.com>
- Autotools build restructuring
Laurent Monin <zas@norz.org>
- Implemented TOC string API
- Times for discid example
Tim Van Holder <tim.vanholder at gmail dot com>
- ISRC and MCN support for BSD
- fixes for get_device on Linux
Xiang Fan
- Implemented Haiku support