AUTHORS 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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 <thomas@orgis.org>
  14. Patrick Dehne <patrick@steidle.net>
  15. Jonathan Yong <10walls@gmail.com>
  16. Taihei Momma <tmkk@mac.com>
  17. Co-initiator of the revived mpg123 project, but not that involved anymore:
  18. Nicholas J Humfrey <njh@ecs.soton.ac.uk>
  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): <maintainer@mpg123.org>
  22. The creator: Michael Hipp (email: hippm@informatik.uni-tuebingen.de - please bother maintainers first)
  23. Contributions/ideas Thomas Orgis era (includes backports from mhipp trunk):
  24. Vitaly Kirsanov <krokoziabla@gmail.com>: ports/cmake (optional CMake build)
  25. Won-Kyu Park <wkpark@gmail.com>: patch to get rid of asm textrels (x86 PIC)
  26. Michael Weiser <michaelweiser@users.sf.net>: update of coreaudio output to AudioComponents API
  27. Bent Bisballe Nyeng <bbn@dynastrom.com>: patch for MPG123_NO_PEEK_END and MPG123_FORCE_SEEKABLE
  28. Eric S. Raymond <esr@thyrsus.com>: man page fixes
  29. Tobias Weber <tobiw@suprafluid.com>: patch for --disable-equalizer
  30. Hans de Goede <j.w.r.degoede@gmail.com>: patch to skip APE tags
  31. Stephan Vedder <stephan.vedder@gmail.com>: MSVC++ 2013 port update
  32. Rajeev V. Pillai <rajeevvp@users.sf.net>: pointing out/patching issues in HTTP code and behaviour of mpg123 remote/terminal control
  33. Jarno Lehtinen <lehtinen@sci.fi>: tinyalsa output
  34. Anthony Wells <borgboyone@yahoo.com>: initial version of ID3v2 APIC patch
  35. David Wohlferd <limegreensocks@yahoo.com>: Win32 WaveOut buffer destructor fix.
  36. Mike Gorchak <mike.gorchak.qnx@gmail.com>: QNX native audio output (QSA)
  37. Dan McGee <dpmcgee@gmail.com>: various patches (also for test suite)
  38. Jonathan Yong (jon_y) <10walls@gmail.com>: win32 hacking, win32 wasapi audio.
  39. Malcolm Boczek <MBoczek@terraindustries.com>: Common language runtime wrapper
  40. Elbert Pol (TeLLie) <elbert.pol@gmail.com>: OS/2 port fixup
  41. Jeroen Valkonet <jvalkon@xs4all.nl>: motivate pitch control, suggestive patch for pitch command in generic control interface
  42. Andy Hefner <ahefner@gmail.com>: patch for that second UTF16 issue
  43. Taihei Monma <tmkk@mac.com>: A whole lot of new/improved assembler code, including Altivec!
  44. Christian Weisgerber <naddy@openbsd.org>, Brad Smith: sndio output
  45. Patrick Dehne (P4tr3ck) <patrick@steidle.net>: more MSVC++ porting, patch to handle missing bit reservoirs
  46. Thorsten Glaser <tg@mirbsd.de>: icy2utf8, suggest utf8 locale stuff
  47. Dan Smith <dan@algenta.com>: ABI fixes for ensuring stack alignment (esp. for MinGW-built DLL with MSVC)
  48. Michael Ryzhykh <mclroy@gmail.com>: mpg123.spec.in
  49. Stefan Lenselink <Stefan@lenselink.org>: initial aRts output
  50. Sergej Kvachonok <ravenexp@gmail.com>: 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 <nickols_k@mail.ru>: extended 3dnow (from mplayer)
  54. Zuxy Meng <zuxy.meng@gmail.com>: SSE (from mplayer)
  55. Honza <cundrak@quick.cz>: idea and prototype patch for ICY meta data support
  56. Petr Baudis <pasky@ucw.cz>: patches: term sigcont, id3 display unicode fallback and condensed output
  57. Petr Salinger <Petr.Salinger@seznam.cz>: i486 enhancement
  58. mpdavig@users.sourceforge.net: linux-ppc-nas Makefile.legacy entry
  59. Adrian Bacon <adrian.bacon@xs4all.nl>: patched decode_i586_dither (noise shaped float/int rounding)
  60. Cool Feet Audio project <nutcase@dtfm.org>: realtime equalizer control
  61. Steve Grundell <www@grundell.u-net.com>: clean stdout in control mode with stdout decoding
  62. Romain Dolbeau <romain@dolbeau.org>: Altivec support (taken from mplayer)
  63. higway <higway@mednet.md>: MMX Patch
  64. Clemens Ladisch <clemens@ladisch.de>: ALSA 0.9/1.0 support
  65. Debian Daniel Kobras <kobras@debian.org> era:
  66. Steve Kemp <skx@debian.org>
  67. Dan Olson <theoddone33@icculus.org>
  68. Syuuhei Kashiyama <squash@mb.kcom.ne.jp>
  69. Rupert Levene <rupert.debian@hotpop.com>
  70. Andreas Dilger <adilger@turbolinux.com>
  71. Erik B. Andersen <andersee@debian.org>
  72. Chris Butler <chrisb@debian.org>
  73. Martin Sjogren <md9ms@mdstud.chalmers.se>
  74. Chet Hosey <chosey@budapress.com>
  75. Roland Rosenfeld <roland@spinnaker.de>
  76. Debian Colin Watson <cjwatson@debian.org> era:
  77. Helge Deller <deller@gmx.de>
  78. Chet Hosey <chosey@budapress.com>
  79. Christopher C. Chimelis <chris@debian.org>
  80. Roland Rosenfeld <roland@spinnaker.de>
  81. Marcelo E. Magallon <mmagallo@debian.org>
  82. Initial Debianers:
  83. Tommi Virtanen <tv@debian.org>
  84. Paul Haggart <phaggart@debian.org>
  85. Contributions/ideas Michael Hipp era:
  86. Mikko Tommila: DCT9
  87. Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
  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 <phil@mpik-tueb.mpg.de>: DCT36/manual unroll idea
  92. Thomas Woerner: SGI Audio
  93. Damien Clermonte: HP-UX audio fixes
  94. Niclas Lindstrom <nil@wineasy.se>: OS2 port
  95. Stefan Bieschewski <stb@acm.org>: Pentium optimizations, decode_i586.s
  96. Martin Denn <mdenn@unix-ag.uni-kl.de>: NAS port
  97. Niklas Beisert <nbeisert@physik.tu-muenchen.de>: MPEG 2.5 tables
  98. <mycroft@NetBSD.ORG> and <augustss@cs.chalmers.se>: NetBSD Patch(es)
  99. Kevin Brintnall <kbrint@visi.com>: BSD patch
  100. Tony Million: win32 port
  101. Steven Tiger Lang: advanced shuffle
  102. Eric B. Mitchell: esd port
  103. Ryan R. Prosser <prosser@geocities.com>: esd port for Solaris
  104. Andreas Neuhaus: initial generic control interface
  105. (additionally fetched from changelog:)
  106. Ralf Hildebrandt <R.Hildebrandt@TU-BS.DE>: audio_alib changes
  107. <sms@moe.2bsd.com>: BSDOS 4.0 with gcc added to Makefile
  108. Bertrand Petit <elrond@phoe.netdev.net>: frontend changes
  109. Erik Mouw <J.A.K.Mouw@its.tudelft.nl>: SGI audio fix for non RAD machines
  110. Daniel O'Connor <darius@guppy.dons.net.au>: freebsd-esd make-entry
  111. D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>: enhanced head_check
  112. Wilson, Jeff D <jeff.wilson@wilcom.com>: xterm-title
  113. Robert Bihlmeyer <robbe@orcus.priv.at>: esd changes
  114. Hannu Napari's <Hannu.Napari@hut.fi>: SGI audio patches
  115. <Juergen.Schoew@unix-ag.uni-siegen.de>: native AIX support
  116. <psst@euskalnet.net>: playlist patch
  117. Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr>: SGI audio patches
  118. Matthew Parslow <roy@alpha.alphalink.com.au>: esdserver patch
  119. <dlux@dlux.sch.bme.hu>: equalizer patch (equalfile setting)
  120. Ducroquet Erwan <ducroque@ufr-info-p7.ibp.fr>: HPUX/ALib support
  121. Shane Wegner <shane@CM.NU>: genrepatch
  122. Samuel Audet <guardia@step.polymtl.ca>: wav-File patch
  123. "J. Dean Brederson" <jdb@cs.utah.edu>: SGI-RAD support
  124. Chou Ye-chi <is84002@cis.nctu.edu.tw>: sajberplay/FreeBSD patch
  125. Fabrice Bellard <bellard@email.enst.fr>: 486 optimizations
  126. A. Hermansen <ahermans@vf.telia.no> and J. Kysela <perex@jcu.cz>: ALSA output
  127. KIMURA Takuhiro <kim@hannah.ipc.miyakyo-u.ac.jp>: K6-3DNow
  128. Petr Stehlik <stehlik@cas3.zlin.vutbr.cz>: MINT
  129. Andy <andy@snoogie.demon.co.uk>: float2int speed up proposal
  130. Brian Foutz <foutz@anise.ee.cornell.edu>: TK3Play
  131. Thomas Niederreiter <tn@tarantel.rz.fh-muenchen.de>: RIFF header fix
  132. Stefan Gybas <cab@studbox.uni-stuttgart.de>: m68k patch
  133. Grant Erickson <eric0139@tc.umn.edu>: Linux PPC patch
  134. Peter Berger <peterb@hoopoe.psc.edu>: BSDi patch
  135. Henrik P Johnson <king@one.se>: HTTP auth
  136. Steven Tiger Lang <tiger@tyger.org>: advanced shuffle
  137. "Brian J. Swetland" <swetland@uiuc.edu>: front-end (remote) patch
  138. <leo@zycad.com>
  139. Tillmann Steinbrecher <tst@gmx.de>: shuffle patch
  140. M.Stekelenburg <m.stekelenburg@student.utwente.nl>: i386-getbits
  141. Antti Andreimann <anttix@cyberix.edu.ee>: outburst patch
  142. Hur TaeSung <saturn@arari.snu.ac.kr>: 'http accept' patch
  143. (from post-0.59 changes that yet have to go into new trunk:)
  144. Hans Schwengeler <schweng@astro.unibas.ch>: 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 <sumikawa@ebina.hitachi.co.jp>: IPv6
  148. TEMNOTA <temnota@kmv.ru>: HTTP,FTP patch/playlist fix
  149. Peter Surda <shurdeek@panorama.sth.ac.at>: VBR patch
  150. Ben <ben@blaukopf.com>: ARM startup time improvements
  151. Dave MacKenzie <djm@pix.net>: init_output() patch
  152. pasky's <pasky@ju.cz>: close-on-stop patch