1
0

AUTHORS 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. This is an attempt to give credit to the people who contributed in some way to the mpg123 project.
  2. There are names and email addresses listed. Please use these addresses only to contact contributors with some question about their mpg123 contribution.
  3. You are explicitly not allowed to send them unwanted business offers or to question the quality of their sex life.
  4. --------------------
  5. Being on the list of contributing authors not necessarily means that there
  6. is significant copyright in parts of the source code. There are obviously
  7. contributions of differing complexity. I try to mention people who motivated
  8. changes at least by suggesting some definite code changes, even if their
  9. code did not enter the mpg123 source verbatim. Trivial changes like pointing
  10. out ovbious syntax errors that make compilers cry do not land here.
  11. --------------------
  12. Current maintainers with various sorts of contributions:
  13. Thomas Orgis <[email protected]>
  14. Patrick Dehne <[email protected]>
  15. Jonathan Yong <[email protected]>
  16. Taihei Momma <[email protected]>
  17. Co-initiator of the revived mpg123 project, but not that involved anymore:
  18. Nicholas J Humfrey <[email protected]>
  19. Special thanks go to Taihei, the person who keeps the assembly optimisations alive
  20. and takes care of portability to OSX/iOS platforms.
  21. Generic address pointing to the current maintainer (hopefully still works in future in case maintainership will change again): <[email protected]>
  22. The creator: Michael Hipp (email: [email protected] - please bother maintainers first)
  23. Contributions/ideas Thomas Orgis era (includes backports from mhipp trunk):
  24. Vitaly Kirsanov <[email protected]>: ports/cmake (optional CMake build)
  25. Won-Kyu Park <[email protected]>: patch to get rid of asm textrels (x86 PIC)
  26. Michael Weiser <[email protected]>: update of coreaudio output to AudioComponents API
  27. Bent Bisballe Nyeng <[email protected]>: patch for MPG123_NO_PEEK_END and MPG123_FORCE_SEEKABLE
  28. Eric S. Raymond <[email protected]>: man page fixes
  29. Tobias Weber <[email protected]>: patch for --disable-equalizer
  30. Hans de Goede <[email protected]>: patch to skip APE tags
  31. Stephan Vedder <[email protected]>: MSVC++ 2013 port update
  32. Rajeev V. Pillai <[email protected]>: pointing out/patching issues in HTTP code and behaviour of mpg123 remote/terminal control
  33. Jarno Lehtinen <[email protected]>: tinyalsa output
  34. Anthony Wells <[email protected]>: initial version of ID3v2 APIC patch
  35. David Wohlferd <[email protected]>: Win32 WaveOut buffer destructor fix.
  36. Mike Gorchak <[email protected]>: QNX native audio output (QSA)
  37. Dan McGee <[email protected]>: various patches (also for test suite)
  38. Jonathan Yong (jon_y) <[email protected]>: win32 hacking, win32 wasapi audio.
  39. Malcolm Boczek <[email protected]>: Common language runtime wrapper
  40. Elbert Pol (TeLLie) <[email protected]>: OS/2 port fixup
  41. Jeroen Valkonet <[email protected]>: motivate pitch control, suggestive patch for pitch command in generic control interface
  42. Andy Hefner <[email protected]>: patch for that second UTF16 issue
  43. Taihei Monma <[email protected]>: A whole lot of new/improved assembler code, including Altivec!
  44. Christian Weisgerber <[email protected]>, Brad Smith: sndio output
  45. Patrick Dehne (P4tr3ck) <[email protected]>: more MSVC++ porting, patch to handle missing bit reservoirs
  46. Thorsten Glaser <[email protected]>: icy2utf8, suggest utf8 locale stuff
  47. Dan Smith <[email protected]>: ABI fixes for ensuring stack alignment (esp. for MinGW-built DLL with MSVC)
  48. Michael Ryzhykh <[email protected]>: mpg123.spec.in
  49. Stefan Lenselink <[email protected]>: initial aRts output
  50. Sergej Kvachonok <[email protected]>: win32 audio rewrite
  51. Winston: SunOS-4.1.4/gcc-2.7.0 testing and suggestions for fixes (legacy Makefile, integer type headers)
  52. Mika Tiainen: pointing out the fix for the UTF to ASCII filtering of tags to actually work
  53. Nick Kurshev <[email protected]>: extended 3dnow (from mplayer)
  54. Zuxy Meng <[email protected]>: SSE (from mplayer)
  55. Honza <[email protected]>: idea and prototype patch for ICY meta data support
  56. Petr Baudis <[email protected]>: patches: term sigcont, id3 display unicode fallback and condensed output
  57. Petr Salinger <[email protected]>: i486 enhancement
  58. [email protected]: linux-ppc-nas Makefile.legacy entry
  59. Adrian Bacon <[email protected]>: patched decode_i586_dither (noise shaped float/int rounding)
  60. Cool Feet Audio project <[email protected]>: realtime equalizer control
  61. Steve Grundell <[email protected]>: clean stdout in control mode with stdout decoding
  62. Romain Dolbeau <[email protected]>: Altivec support (taken from mplayer)
  63. higway <[email protected]>: MMX Patch
  64. Clemens Ladisch <[email protected]>: ALSA 0.9/1.0 support
  65. Debian Daniel Kobras <[email protected]> era:
  66. Steve Kemp <[email protected]>
  67. Dan Olson <[email protected]>
  68. Syuuhei Kashiyama <[email protected]>
  69. Rupert Levene <[email protected]>
  70. Andreas Dilger <[email protected]>
  71. Erik B. Andersen <[email protected]>
  72. Chris Butler <[email protected]>
  73. Martin Sjogren <[email protected]>
  74. Chet Hosey <[email protected]>
  75. Roland Rosenfeld <[email protected]>
  76. Debian Colin Watson <[email protected]> era:
  77. Helge Deller <[email protected]>
  78. Chet Hosey <[email protected]>
  79. Christopher C. Chimelis <[email protected]>
  80. Roland Rosenfeld <[email protected]>
  81. Marcelo E. Magallon <[email protected]>
  82. Initial Debianers:
  83. Tommi Virtanen <[email protected]>
  84. Paul Haggart <[email protected]>
  85. Contributions/ideas Michael Hipp era:
  86. Mikko Tommila: DCT9
  87. Oliver Fromme <[email protected]>
  88. MPEG Software Simulation Group: reference decoder package
  89. Tobias Bading: idea for DCT64 in subband synthesis from maplay package
  90. Jeff Tsay and Mikko Tommila: MDCT36 from maplay package
  91. Philipp Knirsch <[email protected]>: DCT36/manual unroll idea
  92. Thomas Woerner: SGI Audio
  93. Damien Clermonte: HP-UX audio fixes
  94. Niclas Lindstrom <[email protected]>: OS2 port
  95. Stefan Bieschewski <[email protected]>: Pentium optimizations, decode_i586.s
  96. Martin Denn <[email protected]>: NAS port
  97. Niklas Beisert <[email protected]>: MPEG 2.5 tables
  98. <[email protected]> and <[email protected]>: NetBSD Patch(es)
  99. Kevin Brintnall <[email protected]>: BSD patch
  100. Tony Million: win32 port
  101. Steven Tiger Lang: advanced shuffle
  102. Eric B. Mitchell: esd port
  103. Ryan R. Prosser <[email protected]>: esd port for Solaris
  104. Andreas Neuhaus: initial generic control interface
  105. (additionally fetched from changelog:)
  106. Ralf Hildebrandt <[email protected]>: audio_alib changes
  107. <[email protected]>: BSDOS 4.0 with gcc added to Makefile
  108. Bertrand Petit <[email protected]>: frontend changes
  109. Erik Mouw <[email protected]>: SGI audio fix for non RAD machines
  110. Daniel O'Connor <[email protected]>: freebsd-esd make-entry
  111. D. Skarda <[email protected]>: enhanced head_check
  112. Wilson, Jeff D <[email protected]>: xterm-title
  113. Robert Bihlmeyer <[email protected]>: esd changes
  114. Hannu Napari's <[email protected]>: SGI audio patches
  115. <[email protected]>: native AIX support
  116. <[email protected]>: playlist patch
  117. Gilles Zunino <[email protected]>: SGI audio patches
  118. Matthew Parslow <[email protected]>: esdserver patch
  119. <[email protected]>: equalizer patch (equalfile setting)
  120. Ducroquet Erwan <[email protected]>: HPUX/ALib support
  121. Shane Wegner <[email protected]>: genrepatch
  122. Samuel Audet <[email protected]>: wav-File patch
  123. "J. Dean Brederson" <[email protected]>: SGI-RAD support
  124. Chou Ye-chi <[email protected]>: sajberplay/FreeBSD patch
  125. Fabrice Bellard <[email protected]>: 486 optimizations
  126. A. Hermansen <[email protected]> and J. Kysela <[email protected]>: ALSA output
  127. KIMURA Takuhiro <[email protected]>: K6-3DNow
  128. Petr Stehlik <[email protected]>: MINT
  129. Andy <[email protected]>: float2int speed up proposal
  130. Brian Foutz <[email protected]>: TK3Play
  131. Thomas Niederreiter <[email protected]>: RIFF header fix
  132. Stefan Gybas <[email protected]>: m68k patch
  133. Grant Erickson <[email protected]>: Linux PPC patch
  134. Peter Berger <[email protected]>: BSDi patch
  135. Henrik P Johnson <[email protected]>: HTTP auth
  136. Steven Tiger Lang <[email protected]>: advanced shuffle
  137. "Brian J. Swetland" <[email protected]>: front-end (remote) patch
  138. <[email protected]>
  139. Tillmann Steinbrecher <[email protected]>: shuffle patch
  140. M.Stekelenburg <[email protected]>: i386-getbits
  141. Antti Andreimann <[email protected]>: outburst patch
  142. Hur TaeSung <[email protected]>: 'http accept' patch
  143. (from post-0.59 changes that yet have to go into new trunk:)
  144. Hans Schwengeler <[email protected]>: audio_dec additions
  145. Wojciech Barañski's Mp3Play (check the tools folder): Mp3Play frontend
  146. Daniel Koukola: audio_oss.c patch
  147. Munechika SUMIKAWA <[email protected]>: IPv6
  148. TEMNOTA <[email protected]>: HTTP,FTP patch/playlist fix
  149. Peter Surda <[email protected]>: VBR patch
  150. Ben <[email protected]>: ARM startup time improvements
  151. Dave MacKenzie <[email protected]>: init_output() patch
  152. pasky's <[email protected]>: close-on-stop patch