2007-02-07 09:19  thor

	* tags/0.65: tagging 0.65
	* trunk/NEWS: updating for 0.65

2007-02-07 09:13  thor

	* trunk/configure.ac: wrap gcc specific flags into $GCC = yes,
	  first attempt to support SGI systems again (untested)

2007-02-07 09:03  thor

	* trunk/src/layer3.c: just a comment about the region1>region2
	  check, hinting at the possibility that it gives false positives
	  at lame 3.70 files - or that these files are just broken

2007-01-31 21:37  thor

	* trunk/src/common.c: adding a debug message on crc bit change to
	  clarify that the fix for bug 1629697 also fixes 1648271

2007-01-31 20:54  thor

	* trunk/configure.ac: Do not use -Wall per default (it's gcc
	  specific and also why nag the users with the warnings?)

2007-01-22 03:09  thor

	* trunk/src/id3.c: fixing bug 1641195 (id3v2.3 does not store
	  synchsafe frame sizes) as well as an error with the msb of
	  synchsafe longs (would have impact with tags >2MiB)

2007-01-22 02:38  thor

	* trunk/src/id3.c: id3v2.2 is a different beast, do not try to
	  parse that

2007-01-20 21:06  thor

	* trunk/src/common.c, trunk/src/common.h: seen the real root of
	  the evil of bug 1629697: there is an old lame tag from lame 3.70
	  that has a header without crc bit but that track has crc. Now
	  allowing the crc bit to vary in stream - it's no big deal...
	  This extends the bugfix to no also correctly parsing the lame
	  tag.

2007-01-20 18:42  thor

	* trunk/src/common.c, trunk/src/getbits.c: fixing 1629697
	  (awaiting verify from user): the error protection bit was lost
	  during search for first valid header (an initial bad header set
	  it to 0, now for the valid header search the stuff is
	  rerinitialized)

2007-01-15 20:29  thor

	* trunk/configure.ac: incrementing the version number in advance
	  to 0.65 to not miss it again like for 0.64

2007-01-15 20:22  thor

	* trunk/NEWS: preparing for 0.64

2007-01-15 20:10  thor

	* trunk/src/httpget.c: fixing a DOS issue with read errors on HTTP
	  (now failing properly instead of endless loop)

2007-01-14 16:33  thor

	* trunk/NEWS, trunk/README, trunk/configure.ac: preparing for 0.63

2007-01-12 15:05  njh

	* trunk/src/id3.c, trunk/src/readers.c: Fixes for warning: format
	  '%d' expects type 'int', but argument 5 has type 'size_t'

2006-12-30 00:34  thor

	* trunk/doc/BUGS: removed this bug entry because it was no bug but
	  just entering an url on the shell... an url containing & ...
	  it's a bit embarassing;-)

2006-12-30 00:25  thor

	* trunk/src/Makefile.legacy, trunk/src/config.h.legacy,
	  trunk/src/httpget.c, trunk/src/xfermem.c: cleanup generic code
	  with dummies for xfermem and http

2006-12-24 05:16  thor

	* trunk/AUTHORS, trunk/NEWS, trunk/README, trunk/configure.ac,
	  trunk/doc/README.remote, trunk/mpg123.1: preparing for 0.62

2006-12-24 04:56  thor

	* trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c: JUMP generic command now accepts
	  offset/position in seconds (suffix "s" to number)

2006-12-24 04:24  thor

	* trunk/doc/BUGS: this backgrounding is strange... only seen it on
	  smgl yet, but then for any pls-capable mpg123.

2006-12-24 02:29  thor

	* trunk/src/Makefile.legacy, trunk/src/common.c,
	  trunk/src/control_generic.c, trunk/src/httpget.c,
	  trunk/src/readers.c: first working soutcast/ICY meta data
	  support; we need an unsigned byte and it starts with stream
	  data, not meta data Info output is in normal console output and
	  generic control frontend... terminal control mode following

2006-12-22 02:28  thor

	* trunk/scripts/debugdef.pl, trunk/src/Makefile.am,
	  trunk/src/Makefile.legacy, trunk/src/debug.h,
	  trunk/src/httpget.c, trunk/src/icy.c, trunk/src/icy.h,
	  trunk/src/mpg123.c, trunk/src/readers.c, trunk/src/stringbuf.c,
	  trunk/src/stringbuf.h: Essential part of ICY support. It's in
	  reader and http_open. Missing is only proper output - and, that
	  it actually works:-/ There is something fishy in the reader...

2006-12-22 02:26  thor

	* trunk/doc/BUGS: one old entry removed, added one about
	  backgrounding when playing internet radio

2006-12-21 23:22  thor

	* trunk/src/readers.c: reformatting readers.c before adding the
	  ICY stuff

2006-12-21 23:11  thor

	* trunk/src/common.c, trunk/src/readers.c: removed the dead
	  READ_MMAP code

2006-12-21 23:06  thor

	* trunk/src/readers.c: shake hands with open_stream again,
	  formatting and comments

2006-12-02 14:17  thor

	* trunk/AUTHORS, trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c, trunk/src/id3.c,
	  trunk/src/mpg123.c, trunk/src/mpg123.h: - added volume setting
	  for frontend - added rva setting for frontend, refined rva
	  settign a bit (fixed a bug with first setting not being made ??)
	  - c90 fixes - rva defines not wrapped in gapless ifdef - updated
	  pasky's deeds

2006-11-30 11:16  thor

	* trunk/src/httpget.c, trunk/src/playlist.c, trunk/src/readers.c:
	  adding acceptance of MIME types application/pls and audio/x-mpeg
	  ... Perhaps this list of aliases for playlists and streams has
	  to grow further...

2006-11-20 09:08  thor

	* trunk/src/audio_oss.c: Remove byteswapping code that got
	  accidentally reactivated (OSS output now simply requests native
	  endianess) - thanks for pointing out, DK!

2006-11-02 17:32  thor

	* trunk/src/id3.c, trunk/src/mpg123.c, trunk/src/mpg123.h: merged
	  pasky's ide about adaptive condensed tag display and made it
	  default; added --long-tag option for the previous, space taking,
	  variant (one may prefer it on occasion)

2006-11-02 17:09  thor

	* trunk/src/common.c, trunk/src/id3.c: de-verbose, moved notes at
	  least one verbosity level up There was too much noise...

2006-11-02 16:40  thor

	* trunk/src/id3.c, trunk/src/stringbuf.c: adapting and fixing
	  pasky's (Petr Baudi) utf emergency patch (at least interpreting
	  and converting to lating1/ascii where possible), avoids messing
	  up the terminal when encountering unicode

2006-10-31 19:02  njh

	* trunk/configure.ac, trunk/src/audio_macosx.c: Applied patch from
	  Taihei Monma to using AudioUnit API instead of coreaudio API

2006-10-30 03:15  thor

	* trunk/AUTHORS, trunk/src/term.c: term patch (restore on sigcont)
	  from petr baudis

2006-10-24 21:56  thor

	* trunk/src/audio_nas.c: corrected is error1 with one argument -
	  thanks, DK

2006-10-20 23:10  njh

	* trunk/configure.ac: Don't think the space at the start of the
	  file was deliberate

2006-10-20 22:00  thor

	* trunk/AUTHORS, trunk/NEWS, trunk/README, trunk/mpg123.1:
	  preparing for 0.61

2006-10-20 11:25  thor

	* trunk/configure.ac: reassuring notes about cygwin

2006-10-12 13:48  thor

	* trunk/src/mpg123.c: trying to mke the generic code compile again
	  - catch_child should not be used when we do not define it

2006-10-12 13:33  thor

	* trunk/src/id3.c: do not use C99 types without _very_ good reason

2006-10-12 13:29  thor

	* trunk/src/httpget.c: fake http_open had bad definition
	* trunk/configure.ac: test with ==, not =

2006-10-11 23:14  njh

	* trunk/AUTHORS, trunk/configure.ac, trunk/src/Makefile.am,
	  trunk/src/dct64_altivec.c, trunk/src/decode_altivec.c,
	  trunk/src/tabinit.c: Added Taihei Monma's AltiVec improvements

2006-10-10 23:45  thor

	* trunk/src/dct64_i486.c: applied i486 patch from Petr Salinger
	  <Petr.Salinger@seznam.cz> (sf.net tracker
	  http://sourceforge.net/tracker/index.php?func=detail&aid=1572103&group_id=135704&atid=733194)

2006-10-10 08:41  thor

	* trunk/configure.ac: oh, the kfreebsd cpus are the same as for
	  linux, thanks Petr

2006-10-09 22:14  thor

	* trunk/configure.ac: configure update for kfreebsd (bsd with gnu
	  userspace) and cygwin (no assembler by default, oss instead of
	  lame-linking esd)

2006-10-09 21:42  thor

	* trunk/src/common.c, trunk/src/control_generic.c,
	  trunk/src/mpg123.h: Slimmed the ugly #ifdef REAL_IS... stuff in
	  scanf based on central format definition in mpg123.h; also added
	  such safe format for a printf (sendmsg). Jens Wilhelm Wulf
	  suggested something like that. I agree.

2006-10-05 16:04  thor

	* trunk/mpg123.1: we can do mpeg 2.5!

2006-09-30 16:10  thor

	* trunk/src/common.c, trunk/src/common.h, trunk/src/readers.c: Ok,
	  Struggled a while to nail bug 1556471. We have now (for seekable
	  streams) a basic read ahead for finding the real first frame.
	  The next step would be to make every resync use that, but the
	  most important situation is nasty garbage at beginning of file.
	  I also loosened the HDRCMPMASK to allow changing bitrate - the
	  resync disregards valid VBR frames otherwise.

2006-09-29 23:42  thor

	* trunk/src/audio.c, trunk/src/audio.h, trunk/src/audio_alib.c,
	  trunk/src/audio_jack.c, trunk/src/audio_macosx.c,
	  trunk/src/audio_mint.c, trunk/src/audio_nas.c,
	  trunk/src/audio_oss.c, trunk/src/audio_portaudio.c,
	  trunk/src/audio_sdl.c, trunk/src/audio_sgi.c,
	  trunk/src/common.c, trunk/src/control_generic.c,
	  trunk/src/decode_ntom.c, trunk/src/getlopt.c,
	  trunk/src/httpget.c, trunk/src/mpg123.c, trunk/src/mpg123.h,
	  trunk/src/playlist.c, trunk/src/readers.c, trunk/src/tabinit.c:
	  Big commit, inspired by bug 1555113 a) turning any potentially
	  harmful (to terminal) exit()s into return or safe_exit in
	  mpg123.c b) alsong that, convert many fprintf(stderr to the
	  error macro I tried to refrain from more cleanups...

2006-09-27 20:32  thor

	* trunk/src/wav.c: replace various exit()s to return instead, use
	  error/waring macros

2006-09-27 19:36  thor

	* trunk/configure.ac: according to bug id 1556769, fix solaris
	  detection

2006-09-27 18:13  thor

	* trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c, trunk/src/mpg123.c,
	  trunk/src/term.c, trunk/src/term.h: give targeted position in
	  terminal mode then seeking while stopped

2006-09-27 17:15  thor

	* trunk/src/control_generic.c, trunk/src/layer3.c,
	  trunk/src/layer3.h: Extended gapless mode for control_generic to
	  also cover the pause-seek-unpause case where not a gap but a
	  tick from the grave is the problem (because of old frames
	  influencing new ones at different location in stream). I don't
	  claim that it is nice what I did, but it seems to work nicely
	  for me.

2006-09-20 10:24  thor

	* trunk/configure.ac: we are working on the next release

2006-09-20 10:22  thor

	* trunk/src/term.c: prevent unpleasant effect when stopping,
	  seeking, resuming

2006-09-14 18:57  thor

	* trunk/src/layer3.c: applied the CVE-2006-1655 fix at another
	  very similar location

2006-09-04 17:29  thor

	* trunk/configure.ac, trunk/src/audio_esd.c: make ESD work for
	  otehr systems with dummy queueflush, try to support Cygwin

2006-08-30 13:18  thor

	* trunk/doc/ROAD_TO_LGPL: another typo

2006-08-30 02:58  thor

	* trunk/src/Makefile.am: some default config.h.legacy should not
	  hurt

2006-08-30 02:57  thor

	* trunk/ChangeLog: dummy again

2006-08-30 02:53  thor

	* trunk/src/audio_alsa.c: info for bug 1547470

2006-08-29 21:56  thor

	* trunk/ChangeLog, trunk/NEWS: last NEWS

2006-08-29 21:54  thor

	* trunk/INSTALL: small correction for libasound and typo

2006-08-29 21:53  thor

	* trunk/src/layer3.c: this sort of / spurious overflow is too
	  common, debug+verbose

2006-08-29 21:52  thor

	* trunk/configure.ac: calling it version 0.60

2006-08-29 17:09  thor

	* trunk/configure.ac: copy and pase typo, nas is not alsa

2006-08-29 12:04  thor

	* trunk/src/id3.c: fix compiler warning about sign differing
	  pointers

2006-08-29 11:57  thor

	* trunk/doc/PATENTS: typo

2006-08-27 09:22  thor

	* trunk/NEWS: news for 0.60-beta6

2006-08-27 09:14  thor

	* trunk/Makefile.am: also distribute the THANKS
	* trunk/doc/THANKS: as Gabor suggested - let us be thankful

2006-08-27 09:08  thor

	* trunk/configure.ac: goign to be last beta - for real now!

2006-08-27 01:50  thor

	* trunk/src/Makefile.am, trunk/src/Makefile.legacy,
	  trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c, trunk/src/id3.c, trunk/src/id3.h,
	  trunk/src/mpg123.c, trunk/src/mpg123.h, trunk/src/stringbuf.c,
	  trunk/src/stringbuf.h: Too big upgrade... It is actually just
	  about better id3 support, namely adding basic parsing and
	  display of id3v2 text info fields. The code for that was
	  outsourced from common.c - that file contained too much "common"
	  code... One change on the side ofthe way is that control_generic
	  now doesn't exit but return properly so that the main routine
	  can cleanup afterwards

2006-08-26 14:53  thor

	* trunk/src/Makefile.am, trunk/src/playlist.c,
	  trunk/src/playlist.h, trunk/src/stringbuf.c,
	  trunk/src/stringbuf.h: stringbuf on its own to be reused

2006-08-26 13:59  thor

	* trunk/src/common.c, trunk/src/readers.c: moved id3 printing to
	  read_frame; going to add id3v2 printing support there

2006-08-26 13:45  thor

	* trunk/src/common.c: promote some ID3v2 info form debug to very
	  verbose

2006-08-25 12:28  thor

	* trunk/src/audio_libao.c, trunk/src/mpg123.c,
	  trunk/src/playlist.c: struggling to stay C90 compatible...
	  mostly (no %z printf specifier)

2006-08-25 10:36  thor

	* trunk/NEWS, trunk/configure.ac: steering towards beta5

2006-08-25 10:28  thor

	* trunk/configure.ac, trunk/doc/TODO, trunk/src/Makefile.am: form
	  framework to support fixed point arithmetic; normal playback
	  working with generic_nofpu

2006-08-25 09:28  thor

	* trunk/src/mpg123.c, trunk/src/playlist.c, trunk/src/playlist.h:
	  playlist entry length not statically limited anymore, memory
	  housekeeping

2006-08-25 09:24  thor

	* trunk/src/getlopt.c: memory gets lost on strdup according to
	  valgrind...

2006-08-24 21:53  thor

	* trunk/src/playlist.c, trunk/src/playlist.h: boilerplates for
	  playlist...

2006-08-24 21:52  thor

	* trunk/src/Makefile.am, trunk/src/Makefile.legacy,
	  trunk/src/mpg123.c, trunk/src/mpg123.h, trunk/src/playlist.c,
	  trunk/src/playlist.h: A step to a leaner mpg123.c: outsourced
	  and reorganized the playlist code. Main functionality change is
	  that the whole playlist is read in on program start (rather
	  needed for http playlists since few servers will keep up the
	  connection for the duration of several tracks).

2006-08-24 10:53  thor

	* trunk/ChangeLog: dummy ChangeLog so that autogen.sh does not
	  complain anymore

2006-08-24 09:18  thor

	* trunk/src/mpg123.c: fixing bug 1544530; do not parse listname
	  when it is NULL

2006-08-24 08:08  thor

	* trunk/src/audio_alsa.c: note about needed adjustable alsa buffer

2006-08-24 08:06  thor

	* trunk/src/config.h.legacy: sys/types.h could be needed

2006-08-24 08:05  thor

	* trunk/src/mpg123.c: give chose audio rate in very verbose mode

2006-08-22 12:20  thor

	* trunk/src/common.c: missed a line break in rva message

2006-08-22 09:31  thor

	* trunk/COPYING, trunk/INSTALL, trunk/NEWS, trunk/README: more doc
	  update

2006-08-22 09:01  thor

	* trunk/NEWS, trunk/README: update info for release of beta4

2006-08-22 07:09  thor

	* trunk/Makefile.am, trunk/src/common.c, trunk/src/layer3.c: more
	  silent for normal usage

2006-08-21 23:07  thor

	* trunk/doc/LICENSE: please let me my mild humor...

2006-08-21 18:24  thor

	* trunk/BENCHMARKING, trunk/BUGS, trunk/CONTACT,
	  trunk/Makefile.am, trunk/README, trunk/doc/BENCHMARKING,
	  trunk/doc/BUGS, trunk/doc/CONTACT: more doc tidyness

2006-08-21 17:23  thor

	* trunk/misc/equalizer-control.pl, trunk/misc/test.pl: naming the
	  equalizer demo script accordingly

2006-08-21 17:22  thor

	* trunk/misc, trunk/misc/test.pl, trunk/test.pl: misc stuff gets a
	  place

2006-08-21 17:20  thor

	* trunk/TODO, trunk/doc/TODO: Yeah, this one, too.

2006-08-21 17:17  thor

	* trunk/ROAD_TO_LGPL, trunk/doc/ROAD_TO_LGPL: ...
	* trunk/PATENTS, trunk/doc/PATENTS: ...

2006-08-21 17:15  thor

	* trunk/README.WIN32, trunk/doc/README.WIN32: not front page 5

2006-08-21 17:14  thor

	* trunk/README.thor, trunk/doc/README.thor: not front page 4
	* trunk/README.remote, trunk/doc/README.remote: not front page 3
	* trunk/README.gain, trunk/doc/README.gain: not front page 2
	* trunk/README.3DNOW, trunk/doc/README.3DNOW: not front page

2006-08-21 17:13  thor

	* trunk/doc: doc dir created

2006-08-21 16:57  thor

	* trunk/ROAD_TO_LGPL: the file list is the historic one from
	  17.7.2006, for changes after that we have our logs

2006-08-21 16:52  thor

	* trunk/configure.ac, trunk/src/Makefile.am: fixing i486

2006-08-21 16:45  njh

	* trunk/CHANGES, trunk/LICENSE, trunk/Makefile.am, trunk/NEWS,
	  trunk/README.thor, trunk/ROAD_TO_LGPL, trunk/configure.ac:
	  mpg123 now uses standard GNU file names.

2006-08-21 16:13  thor

	* trunk/configure.ac, trunk/src/Makefile.am: trying to get
	  i486/i386 back

2006-08-21 15:52  njh

	* trunk/src/Makefile.am: Added decode_i486.c to 486 CPU target

2006-08-21 15:22  thor

	* trunk/src/layer3.c: do not annoy every user - overflow warning
	  as debug message

2006-08-21 15:07  thor

	* trunk/src/common.c: avoid non-C90 printf stuff, better solution
	  in future

2006-08-21 14:57  thor

	* trunk/src/common.c: long long is not safely there... just use
	  long for this debugging output of an off_T

2006-08-21 14:53  thor

	* trunk/configure.ac, trunk/src/common.c, trunk/src/common.h,
	  trunk/src/config.h.legacy, trunk/src/readers.c,
	  trunk/src/term.c, trunk/src/term.h: Disabled mmap stuff; vbr
	  seeking having replaced old stream seek There is now a configure
	  option to select frame index table size - if set to 0, you
	  basically disable it any any seek will start from beginning and
	  the read through the frames.

2006-08-21 13:48  thor

	* trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c: a working seek for generic control
	  (now also working backwards - whee!), along the way some more
	  cleanup regarding the frame numeber bein in frame struct

2006-08-21 13:40  thor

	* trunk/src/mpg123.c: to make it clear: -s gives you host byte
	  order!

2006-08-21 13:36  thor

	* trunk/src/term.c: after rewind, we are at frame zero again

2006-08-21 13:20  thor

	* trunk/src/mpg123.c: non-vbr seek mode does also count frames in
	  read_frame

2006-08-21 13:18  thor

	* trunk/src/mpg123.h, trunk/src/readers.c: take long arguments as
	  frame offset

2006-08-21 13:02  thor

	* trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c, trunk/src/mpg123.c,
	  trunk/src/mpg123.h, trunk/src/readers.c, trunk/src/term.c,
	  trunk/src/term.h: big thing... it's the initial addition of some
	  sort of accurate seeking in vbr (and strangely tagged) files. I
	  didn't do it for mmapped mode and I think I'll erase that one
	  soon, anyway (you can use stuff like /dev/shm or just trust your
	  kernel buffers). There are some changes more or less related to
	  seeking that have been necessary. Most code is wrapped in #ifdef
	  VBR seek now...

2006-08-21 12:56  thor

	* trunk/src/httpget.c: adding workaround for rautemusik internet
	  radio... their server doesn't like the port in Host request
	  header! (gives endless relocations)

2006-08-21 12:21  thor

	* trunk/src/audio_alsa.c: make the close foolproof (instead of
	  fixing the code that calls it without having the device opened
	  before)

2006-08-21 11:58  thor

	* trunk/src/audio_alsa.c, trunk/src/term.c: Now more proper alsa
	  code from clemens; fixing the remaining buffer mode crashes by
	  making term.c more aware of the fact that if there is a buffer,
	  no one else should mess with the audio device.

2006-08-17 07:46  thor

	* trunk/src/common.c, trunk/src/readers.c: Ok, changed the check
	  in read_frame back to comparig the new header with first and old
	  header. That is a pragmatic change that gives some false
	  negatives but still allows seeking in this one evil file at all.
	  Blind seeking in vbr files is evil.

2006-08-17 07:38  thor

	* trunk/src/common.c, trunk/src/common.h, trunk/src/readers.c:
	  Started workign on the seeking (and fixed the second-time id3v2
	  recognition to happen in quiet mode , too, by the way). The
	  seeking is a mess but necessarily so for vbr files that we don't
	  have a frame mapping for (from Xing header - not used atm,
	  though). Now the seeking at least works for this one very vbr
	  file (where no frame is like the first!) where formerly any
	  seekl lead directly to end-of-track. There is a tradeoff: Now we
	  get false positives from time to time. We should treat
	  Xing-tagged vbr files with all the info we have and at least
	  warn about vbr files that lack the seeking info.

2006-08-17 00:06  thor

	* trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_generic.c: One place to calculate current
	  seconds, frames to go... also introduced mean_framesize to make
	  better estimates on remaining track length for vbr files without
	  xing header (from which the number of frames is known).

2006-08-15 18:22  thor

	* trunk/INSTALL: one should say what is needed even if trivial

2006-08-15 17:06  thor

	* trunk/src/audio_alsa.c: code and vars!

2006-08-15 15:13  thor

	* trunk/src/term.c, trunk/src/term.h: give a clue about control
	  via online help

2006-08-15 14:54  thor

	* trunk/src/term.c, trunk/src/term.h: space bar is very intuitive
	  for the stop(real pause) function

2006-08-15 13:57  thor

	* trunk/src/audio_alsa.c: ALSA: you need to prepare after drop;
	  solving the buffer kill / no sound after "b" issue following
	  suggestion from Clemens Ladisch

2006-08-14 22:16  njh

	* trunk/src/audio_sdl.c: Previously forgot to free up ringer
	  buffer in audio_close(). Changed to using new debugging and
	  error macros.

2006-08-14 22:05  njh

	* trunk/src/audio_macosx.c: Got so fed up with trying to get
	  audio_queueflush() working that I changed everything to use
	  SFIFO code instead.

2006-08-14 17:04  njh

	* trunk/src/audio_macosx.c: Initialise env to NULL.

2006-08-14 16:41  njh

	* trunk/src/audio_macosx.c: Fixed bug #1532711. Can now call
	  audio_close() before audio_open() without crash.

2006-08-13 21:53  thor

	* trunk/src/audio_alsa.c: alsa queueflush with snd_pcm_drop is
	  troublesome...

2006-08-13 21:52  thor

	* trunk/src/common.c: reading id3v2 frames anytime when encountered

2006-08-13 19:53  thor

	* trunk/src/audio_alsa.c: queueflush for alsa needs fixing with
	  buffer; bug id 1536513

2006-08-13 19:51  thor

	* trunk/src/mpg123.c: this check is not complete nonsense

2006-08-13 17:07  thor

	* trunk/configure.ac: --disable-debug != --enable-debug! Now
	  getting this right...

2006-08-13 16:02  thor

	* trunk/AUTHORS: storing the email that worked

2006-08-13 00:43  thor

	* trunk/src/common.c: oops, pointer!

2006-08-13 00:41  thor

	* trunk/src/common.c: calm down gcc for pointer signs

2006-08-13 00:35  thor

	* trunk/CHANGES, trunk/Makefile.am, trunk/src/Makefile.am: distro
	  stuff...

2006-08-13 00:04  thor

	* trunk/src/common.c: just a note

2006-08-12 23:55  thor

	* trunk/src/layer3.c: the small xrpnt overflow is a warning and no
	  error

2006-08-12 23:51  thor

	* trunk/src/common.c: fiddled a bit with the ID3v2 debugging
	  messsages

2006-08-12 23:20  thor

	* trunk/README, trunk/mpg123.1: minimal doc change before beta4

2006-08-12 19:15  thor

	* trunk/src/layer3.c: this common "error" message is better just
	  for debugging

2006-08-12 19:04  thor

	* trunk/src/layer3.c, trunk/src/mpg123.c: Printing wanted help to
	  stdout is a good idea, printing the mpg123 hello lines on stdout
	  with the -s switch possibly in work is a bad one. Shame on you...

2006-08-08 01:34  thor

	* trunk/TODO: more notes about progress and outstanding progress

2006-08-08 01:31  thor

	* trunk/README.gain: update about progress

2006-08-08 01:29  thor

	* trunk/BUGS: You are not alone... bugs all around.

2006-08-08 01:23  thor

	* trunk/configure.ac: linkflag to libs and not CFLAGS... Clemens
	  got that covered, too.

2006-08-08 01:18  thor

	* trunk/src/audio_alsa.c: Clemens Ladisch rightfully erased my
	  dirty hack and made proper Alsa API check for initialized
	  device;-)

2006-08-08 01:15  thor

	* trunk/src/common.c, trunk/src/config.h.legacy: Too late again...
	  feverishly hacked reading of RVA values from ID3v2 in 3 variants
	  - ID3v2.4 RVA2 frames - RVA_* style comment fields - TXXX fields
	  from foobar2000 (untested)

2006-08-07 08:48  thor

	* trunk/src/common.c: Got a good deal of ID3v2 parsing... now
	  wondering why I cannot derive the correct size of the Image in
	  this Mike Zee file. id3v2 -l sees it correctly; I parse the size
	  value - and that simply is wrong?!! After I've settled that the
	  file is just broken and id3v2 does play some trick, I can go
	  back to store RVA values...

2006-08-06 17:48  thor

	* trunk/TODO: being more clear there on gain and types

2006-08-06 17:45  thor

	* trunk/src/readers.c: We have to stop using ints everywhere for
	  byte counts... future TODO.

2006-08-06 17:20  thor

	* trunk/README.gain, trunk/src/common.c: going to make id3v2
	  parsing properly... since not even id3lib can handle 2.4:-(

2006-08-06 17:02  thor

	* trunk/README.gain, trunk/configure.ac, trunk/src/common.c: some
	  clarification adding to the confusion - did I already say that
	  all this tagging is a MESS?

2006-08-06 16:20  thor

	* trunk/src/mpg123.h: should we limit samples to 2**16/2 or
	  2**16/1-1? there will be a one missing in the first case... or
	  is this taken care of elsewhere?

2006-08-06 13:21  thor

	* trunk/mpg123.1, trunk/src/common.c, trunk/src/mpg123.c,
	  trunk/src/mpg123.h: initial RVA support using ReplayGain values
	  in Info/Lame tag

2006-08-06 11:02  thor

	* trunk/configure.ac, trunk/src/common.c, trunk/src/httpget.c,
	  trunk/src/mpg123.h: some more explicit/corrected system header
	  dependencies along with fallback (for SIZE_MAX, ULONG_MAX), in
	  common.c the maximal frame count for gapless is now actually
	  depending on the system limit

2006-08-06 10:25  thor

	* trunk/README.gain: thoughts about RVA gain

2006-08-06 00:50  thor

	* trunk/CHANGES, trunk/src/mpg123.c: update CHANGES, officially
	  adding MPEG 2.5

2006-08-06 00:45  thor

	* trunk/src/common.c, trunk/src/layer3.c: some more unified error
	  messages

2006-08-06 00:39  thor

	* trunk/src/common.c: 1. re-enable MPEG 2.5 as I could be actually
	  safe to do so 2. bail out on free format header if first one (so
	  supposedly not just stream distortion) 3. _not_ bail out on
	  decode_header failure ... perhaps this is no good idea?

2006-08-05 22:40  thor

	* trunk/src/layer3.c: comment about mhipp bandinfo change...
	  should we change?

2006-08-05 21:38  thor

	* trunk/src/layer3.c: small cleanup - #if 0 code, const

2006-08-05 20:46  thor

	* trunk/src/layer3.c: say what's wrong on bad sideinfo

2006-08-05 17:06  thor

	* trunk/src/layer3.c: Widen the bugfix for the Stravinsky fuzzing
	  ... there are files where xrpnt does exceed that range is
	  supposedly should have (?), pointing to end+4 bytes. Since these
	  play fine now and sounded wrong with the strict check, I hope
	  this is justified. when will I have time to really understand
	  the core decoding routines and their pointers?

2006-08-05 16:48  thor

	* trunk/src/common.c: more standard error messages

2006-08-05 14:55  thor

	* trunk/scripts/debugdef.pl, trunk/src/debug.h: now also warnings
	  and error messages as macro

2006-08-05 14:54  thor

	* trunk/src/Makefile.legacy: brute force debug.h depends

2006-08-05 13:10  thor

	* trunk/src/common.c: updated debugging lines

2006-08-04 10:00  thor

	* trunk/src/mpg123.c: A proposal for smaller head message.

2006-08-04 09:51  thor

	* trunk/src/audio_alsa.c: hotfix for my laptop... don't call
	  snd_pcm_drain when we didn't really prepare the device

2006-08-04 08:56  njh

	* trunk/AUTHORS, trunk/CHANGES: Added Clemens Ladisch as author of
	  ALSA support

2006-08-04 08:04  njh

	* trunk/src/audio_alsa.c: new ALSA audio output driver sent to me
	  by Clemens Ladisch

2006-08-04 00:38  njh

	* trunk/CHANGES, trunk/configure.ac: Removed libao from
	  distribution. Bumbed version number.
	* trunk/src/dct64_altivec.c: Oops - I broke Altivec - this fixes
	  it again

2006-08-04 00:37  njh

	* trunk/src/Makefile.am: Added debug.h to list of source files so
	  that it is distributed

2006-08-02 11:27  njh

	* trunk/configure.ac, trunk/src/Makefile.am,
	  trunk/src/audio_portaudio.c, trunk/src/audio_sdl.c,
	  trunk/src/sfifo.h: SDL is working nicely now.

2006-08-02 03:27  njh

	* trunk/configure.ac, trunk/src/Makefile.am,
	  trunk/src/audio_portaudio.c, trunk/src/dct64_altivec.c,
	  trunk/src/sfifo.c, trunk/src/sfifo.h: Added PortAudio support -
	  and remove Altivec autodetectoion because it was more trouble
	  than it was worth

2006-08-02 00:04  njh

	* trunk/configure.ac, trunk/src/dct64_altivec.c: Use Altivec if
	  available automatically

2006-08-01 19:29  njh

	* trunk/Makefile.am, trunk/configure.ac, trunk/src/audio_alsa.c,
	  trunk/src/audio_alsa05.c, trunk/src/audio_alsa08.c,
	  trunk/src/audio_alsa09.c: Nearly implemented ALSA 0.9 API
	  support - still got a few problems though.

2006-08-01 16:10  njh

	* trunk/src/httpget.c: Variables delared in bad places

2006-08-01 15:59  njh

	* trunk/TODO: Added my own TODO list items

2006-08-01 14:58  njh

	* trunk/src/Makefile.am, trunk/src/Makefile.legacy,
	  trunk/src/dct64_MMX.s, trunk/src/dct64_mmx.s,
	  trunk/src/decode_MMX.s, trunk/src/decode_mmx.s,
	  trunk/src/tabinit_MMX.s, trunk/src/tabinit_mmx.s: made MMX
	  lowercase for concistency with other processor names

2006-08-01 14:28  njh

	* trunk/src/audio_alsa.c, trunk/src/audio_alsa08.c: Moved old also
	  audio interface code out of the way

2006-07-29 16:31  thor

	* trunk/configure.ac: beta3!
	* trunk/src/mpg123.c: added missing \n in longhelp

2006-07-29 16:29  thor

	* trunk/CHANGES, trunk/mpg123.1, trunk/src/mpg123.c,
	  trunk/src/mpg123.h: enhancing the playlist mode with more mime
	  and the listentry parameter

2006-07-29 11:51  thor

	* trunk/src/httpget.c, trunk/src/mpg123.c, trunk/src/mpg123.h,
	  trunk/src/readers.c: fixing bug id 1529319... and overreacting a
	  bit about the whole issue: - initialy made steps to HTTP/1.1
	  (for the host header field because of virtual hosts support) but
	  retreated after realizing that one has to accept chunked data -
	  now still HTTP/1.0 with host header as extension (as before,
	  actually), also again sending only absolute paths as requests
	  (no full url) but still allowing relative redirects - using the
	  content-type header field to prevent playback of wrong codec and
	  to more safely recognice playlist files - one result: for a
	  single we resource one can always use the -@ switch: playlists
	  are treated as playlists and if it is an audio/mpeg file, it is
	  reopened as such - added most simple parsing of pls (shoutcast)
	  playlists

2006-07-29 06:02  thor

	* trunk/src/mpg123.c: explicitly handle failed http_open

2006-07-29 05:03  thor

	* trunk/src/httpget.c: make sure that httpauth1 doesn't leak
	  memory... oaranoid

2006-07-29 04:49  thor

	* trunk/src/mpg123.c: 1. noted a memory leak on strdup but not
	  fixed yet 2. fruitless debugging of terminal mindbreaking
	  characters from a internet radio playlist. Probably these are
	  actually send by the server.

2006-07-28 13:45  thor

	* trunk/src/httpget.c: fixing bug 1529266; the segfault happening
	  on the second http request was due to a global pointer
	  (httpauth1) being free()d but not nulled.

2006-07-24 11:32  thor

	* trunk/CHANGES: beta2 update just before real release...

2006-07-24 11:10  thor

	* trunk/configure.ac: I won't screw history: this is beta2, even
	  when beta1 didn't see the sunlight.

2006-07-24 11:08  thor

	* trunk/src/mpg123.c, trunk/src/mpg123.h, trunk/src/term.c: Oh,
	  what a bug: The terminal control key "f" for next track relied
	  on the SIGINT hack. Shame on me for not knowing this when
	  diabling this hack for terminal control mode.

2006-07-24 10:32  thor

	* trunk/configure.ac: version 0.60-beta1

2006-07-24 10:30  thor

	* trunk/README: date of today

2006-07-24 10:29  thor

	* trunk/PATENTS: Notes about patents... the date of expiration of
	  the core mp3 patent would make a nice release day for mpg123
	  0.60;-)

2006-07-24 10:28  thor

	* trunk/README: small updates

2006-07-24 09:02  thor

	* trunk/ROAD_TO_LGPL: The LGPL reasoning for y'all to read.

2006-07-24 08:57  thor

	* trunk/plugin: empty, useless

2006-07-24 08:56  thor

	* trunk/README.thor: typo

2006-07-24 08:52  thor

	* trunk/Makefile.win32, trunk/src/Makefile.win32: moved the Win32
	  Makefile to src/ ... I'm pretty sure that it won't work as is
	  anymore. Have to grab some windows box and test... eh, and some
	  compiler. Borland?

2006-07-24 08:46  thor

	* trunk/CHANGES: corrections and additions

2006-07-24 08:42  thor

	* trunk/mpg123.1: added license

2006-07-24 08:33  thor

	* trunk/mpg123.1: ... the file AUTHORS ...

2006-07-24 07:49  thor

	* trunk/mpg123.1: updated the man page ... my first one without
	  the help of perldoc

2006-07-24 07:38  thor

	* trunk/src/mpg123.c: title setting also for rxvt-* and xterm-*;
	  added help about that

2006-07-24 06:57  thor

	* trunk/TODO: note about track gain adjustment

2006-07-24 01:05  thor

	* trunk/BENCHMARKING.thor, trunk/mpg123.1: in BENCHMARKING now

2006-07-24 01:04  thor

	* trunk/BENCHMARKING: Updated the benchmarking notes, added
	  BENCHMARKING.thor contents as well as some fresh recheck.

2006-07-24 00:56  thor

	* trunk/INSTALL: updated installation instructions

2006-07-24 00:15  thor

	* trunk/src/mpg123.c: fixed lecagy build broken by VERSION_STRING;
	  made help output nicer

2006-07-23 22:58  thor

	* trunk/src/Makefile.legacy: fixing the install target

2006-07-23 18:56  thor

	* trunk/AUTHORS: cleaning up and warning spammers

2006-07-17 22:37  thor

	* trunk/mpg123.1, trunk/src/mpg123.c: - seen that manpage needs a
	  lot of updating (nearly ten years old!) - made the wanted usage
	  info (-?, --help, --longhelp) go to stdout and only the
	  help-on-error to stderr - added --version to give program
	  version string

2006-07-17 21:04  thor

	* tools, trunk/tools: keep the main trunk tight; auxilliary tools
	  in separate location

2006-07-17 21:03  thor

	* trunk/precompiled: we have assemblers nowadays, no need to keep
	  the precompiled objects

2006-07-17 19:45  thor

	* trunk/BUGS, trunk/CHANGES, trunk/CONTACT, trunk/LICENSE,
	  trunk/README, trunk/README.cfa, trunk/README.new,
	  trunk/README.remote, trunk/README.thor,
	  trunk/src/control_generic.c: Getting documentation closer to
	  release, typo in control_generic help.

2006-07-17 19:25  thor

	* trunk/README: to be replaced by new one

2006-07-17 17:33  thor

	* legal/statements/Nicholas_J._Humfrey.email, trunk/COPYING:
	  Updated COPYING to a near-final state, added agreement hint by
	  Nicholas.

2006-07-17 16:20  thor

	* legal/first_final.txt, trunk/src/Makefile.am,
	  trunk/src/layer1.c, trunk/src/layer2.c, trunk/src/layer3.c,
	  trunk/src/layer3.h, trunk/src/mpg123.c, trunk/src/mpg123.h,
	  trunk/src/readers.c, trunk/src/system.c, trunk/src/tabinit.c,
	  trunk/src/term.c, trunk/src/term.h, trunk/src/wav.c,
	  trunk/src/xfermem.c, trunk/src/xfermem.h: Next round of
	  boilerplates along with the story. With the current argument,
	  there is only one GPL-only file left!

2006-07-17 16:16  thor

	* trunk/MakeLegacy.sh: We write C, not C++.

2006-07-17 14:59  thor

	* trunk/AUTHORS, trunk/COPYING, trunk/src/audio_esd.c,
	  trunk/src/equalizer.c, trunk/src/genre.h, trunk/src/getbits.c,
	  trunk/src/getbits.h, trunk/src/getcpuflags.s,
	  trunk/src/getlopt.c, trunk/src/getlopt.h, trunk/src/httpget.c,
	  trunk/src/huffman.h, trunk/src/l2tables.h: equalizer patch
	  really was jsut a path to equalizer, new author for
	  linux-ppc-nas make target

2006-07-17 14:57  thor

	* trunk/src/Makefile.legacy: added PPC/NAS target from
	  <mpdavig@users.sourceforge.net>

2006-07-17 13:54  thor

	* trunk/src/dct64_MMX.s, trunk/src/decode_MMX.s,
	  trunk/src/tabinit_MMX.s: the MMX stuff came into Michaels hands
	  without comment -> LGPL by author rule

2006-07-17 13:53  thor

	* trunk/AUTHORS: credit for Mikko and his DCT9

2006-07-17 03:22  thor

	* lgpl/first_final.txt, trunk/AUTHORS, trunk/COPYING,
	  trunk/scripts/debugdef.pl, trunk/src/Makefile.legacy,
	  trunk/src/audio.c, trunk/src/audio.h, trunk/src/audio_aix.c,
	  trunk/src/audio_alib.c, trunk/src/audio_dummy.c,
	  trunk/src/audio_esd.c, trunk/src/audio_hp.c,
	  trunk/src/audio_jack.c, trunk/src/audio_libao.c,
	  trunk/src/audio_macosx.c, trunk/src/audio_mint.c,
	  trunk/src/audio_nas.c, trunk/src/audio_os2.c,
	  trunk/src/audio_oss.c, trunk/src/audio_sgi.c,
	  trunk/src/audio_sun.c, trunk/src/audio_win32.c,
	  trunk/src/buffer.c, trunk/src/buffer.h, trunk/src/common.c,
	  trunk/src/common.h, trunk/src/control_generic.c,
	  trunk/src/dct36_3dnow.s, trunk/src/dct64.c,
	  trunk/src/dct64_3dnow.s, trunk/src/dct64_MMX.s,
	  trunk/src/dct64_altivec.c, trunk/src/dct64_i386.c,
	  trunk/src/dct64_i486.c, trunk/src/debug.h, trunk/src/decode.c,
	  trunk/src/decode_2to1.c, trunk/src/decode_3dnow.s,
	  trunk/src/decode_4to1.c, trunk/src/decode_MMX.s,
	  trunk/src/decode_i386.c, trunk/src/decode_i486.c,
	  trunk/src/decode_i586.s, trunk/src/decode_ntom.c,
	  trunk/src/equalizer_3dnow.s, trunk/src/tabinit_MMX.s: First part
	  of boilerplating and sorting all out. Looks kinda nice now,
	  still would like to get the higway mmx stuff clear... maybe
	  Michael remembers something there.

2006-07-17 02:15  thor

	* trunk/AUTHORS: little update for MMX, unnecessary verbosity
	  about what maintaing implies

2006-07-17 01:30  thor

	* trunk/src/audio_jack.c: boilerplate and // -> /* */ as mpg123 is
	  (still) an old-compiler friendly project

2006-07-17 01:02  thor

	* trunk/src/common.c, trunk/src/control_generic.c,
	  trunk/src/httpget.c, trunk/src/layer3.c: Oh, I should compile
	  more often with strict settings: pedantic gcc complained about
	  some C89 violations I introduced. Fixed that.

2006-07-17 01:01  thor

	* trunk/configure.ac, trunk/src/audio_alsa.c,
	  trunk/src/audio_alsa09.c: Old alsa output doesn't work with any
	  sane setup using alsa today (meaning: not using the 0.5 api).
	  New doesn't work because unfinished yet. Alsa output actually is
	  available through libao. So, deactivated alsa stuff in configure
	  for now...

2006-07-17 00:06  thor

	* trunk/Makefile.am, trunk/autogen.sh, trunk/configure.ac: more
	  boilerplates

2006-07-16 23:56  thor

	* trunk/MakeLegacy.sh: boiler

2006-07-16 23:54  thor

	* trunk/scripts/debugdef.pl: public domain should be gpl
	  compatible...

2006-07-16 23:46  thor

	* mpglib/trunk, trunk/mpglib: mpglib will be something of its own,
	  taken care of later...

2006-07-16 23:39  thor

	* trunk/Makefile.win32, trunk/test.pl: niceness by a line

2006-07-16 23:38  thor

	* trunk/test.pl: boilerplate, style cleanup (could use more use,
	  though)

2006-07-16 23:37  thor

	* trunk/Makefile.win32: boilerplate

2006-07-16 23:24  thor

	* trunk/src/audio_oss.c: just a paranoid note

2006-07-10 02:23  thor

	* trunk/src/audio_libao.c: Polished the libao output a bit while
	  testing it on my linux laptop: - parsing -a driver:file for file
	  devices (well, this could be extended to a general scheme to
	  choose between different driver subsystems via -a system:file or
	  system:device:file ...) - corrected the error handling: -1 is
	  expected on error by mpg123.c - giving help message with list of
	  available drivers when invalid one is specified I verified with
	  one testfile that -a wav:file does the same as -w file. I think
	  that this is good;-) Also, I'd like to mention that it's nice to
	  measure audio subsystem overhead with comparing -t and -a null.
	  With the libao in place, I'm wondering if we still want our own
	  alsa output... let's see...

2006-07-09 17:37  thor

	* buglog/fuzzing.txt, buglog/mathias_wenzel_stress.txt,
	  trunk/src/layer3.c: next segfault by fuzzing... fixed this
	  special test case but one needs full understanding of layer3.c
	  to really get it

2006-07-06 14:00  thor

	* buglog/mathias_wenzel_stress.txt, trunk/src/common.c,
	  trunk/src/layer3.c: Fixed the mpeg2.5 verdict in common.c (we
	  have to check support for this); made parts of layer3.c more
	  robust based on an evil mp3 (see the buglog file). Most
	  important featur of this robustness could be that mpg123 doesn't
	  simply exit() in wrong sideinfo anymore but tries to continue.

2006-07-05 20:45  thor

	* trunk/TODO, trunk/src/httpget.c: Revised my bugfix for the last
	  GLSA issue after suggestion by Daniel Kobras (allow longer
	  redirection urls than request url), spent some time hacking
	  further ... and: - fixed unnoticed memory leak in redirection
	  (malloc without free for assigned pointer) - now accepting
	  non-absolute redirects; request now is always of the form GET
	  http://host/path HTTP/1.0 (non-absolute relocations are related
	  to this request) That also works flawlessly with my virtual
	  domain setup on my server used in the test. - decided that this
	  whole file is evil; we need to rewrite that properly

2006-07-04 12:41  thor

	* buglog, buglog/buglog.txt,
	  buglog/gentoo-bug133988_GLSA_200607-01.html,
	  tags/0.59r-thor6/mpg123.c, trunk/src/httpget.c: Reacted to
	  gentoo bug 133988 / GLSA 200607-01 and fixed it properly,
	  storing and using the allocated length of purl as well as
	  ensuring string termination.

2006-07-04 01:43  thor

	* trunk/src/common.c, trunk/src/layer3.c, trunk/src/layer3.h,
	  trunk/src/mpg123.c: Again reworked the gapless stuff... should
	  be more efficient now and also more aggressive by just skipping
	  decoder delay even if no info found and also adding decoder
	  delay to end (hm, where does this really make sense without
	  padding removal?). It should be more efficient now; a comparison
	  between linux-x86 binary (pentium) with and without gapless code
	  shows perhaps around 0.2% speed penalty through added code -
	  which already melts when gapless mode is actually active.
	  Generally on speed: comparison with 0.59r (linux build,
	  non-marched cflags (pentium2)) shows around 2% slower decoding
	  for svn trunk; but this is greatly compensated by using one of
	  the new assembler optimizations. Still, I see much code that can
	  be improved also for efficiency alone by clearing the situation
	  with some (shared) variables that don't need to be passed around
	  all the time...

2006-07-04 01:25  thor

	* trunk/src/Makefile.legacy: these -g were leftovers

2006-07-03 12:55  thor

	* trunk/src/Makefile.legacy, trunk/src/common.c,
	  trunk/src/common.h, trunk/src/control_generic.c,
	  trunk/src/layer3.c, trunk/src/layer3.h, trunk/src/mpg123.c,
	  trunk/src/mpg123.h: Main message: The gapless mode has been
	  enhanced to work more low-level (in layer3.c) and also to use
	  the Xing-given frame count to get the end straight. It should
	  work (tested, but not in every detail) both with the -k option
	  and terminal controlled seeking as well as control_generic
	  JUMPs. The current implementation adds some load that could be
	  reduced by putting the gapless checker code into behind flush
	  check instead of before but that needs additional care for track
	  end (where audio_flush is called externally). Apart from that
	  and some needed de-uglification it should be a nicely working
	  feature. Minor messages: frameNum is unsigned long (so bigger
	  that int and never < 0!); some parts of mpg123.c and common.c
	  did not honor these truths. But I don't claim that I catched all
	  occurences of such problems - see BUGS. Also, I fixed stuff in
	  print_stat with weird frame number estimations. Looks _much_
	  better now esp. when the frame count is known from Xing tag.

2006-07-03 12:16  njh

	* trunk/AUTHORS: Added Romain Dolbeau to AUTHORS file for his
	  Altivec work

2006-07-03 12:12  njh

	* trunk/configure.ac, trunk/src/Makefile.am,
	  trunk/src/dct64_altivec.c: Imported altivec support from mplayer
	  (and it works!) Still need to do CPU detection.

2006-07-03 12:11  thor

	* trunk/TODO: more and less of this

2006-06-27 00:54  thor

	* trunk/src/config.h.legacy: Did we start using C++ style comments?

2006-06-27 00:51  thor

	* trunk/src/common.c: a note on gapless hack updated

2006-06-26 22:57  thor

	* trunk/README.new: added note about more natural Ctrl+C

2006-06-26 22:43  thor

	* trunk/src/Makefile.legacy: some more flags by default

2006-06-26 22:40  thor

	* trunk/src/Makefile.legacy: ' seems to be dangerous together with
	  line-continuing \ ... made more "

2006-06-26 22:22  thor

	* trunk/configure.ac: generic linux support (?)

2006-06-26 22:04  thor

	* trunk/src/mpg123.c: Following DK's suggestion in a comment, I
	  disabled the Ctrl+C (SIGINT) hack when a control mode is active.
	  You can still do Ctrl+C to skip a song and twice to end playback
	  if you do not use the terminal or remote control mode. With
	  active control mode, a Ctrl+C now kills as expected (formerly,
	  it was just ignored).

2006-06-26 21:36  thor

	* trunk/src/getlopt.c, trunk/src/mpg123.c: There were several
	  option parsing regressions most probably caused by application
	  of Nicholas' changes to my code with changed command line
	  parsing. Fixed the obvious ones and made the option parser bail
	  out if it encouters such an error again.

2006-06-26 21:34  thor

	* trunk/MakeLegacy.sh, trunk/src/config.h.legacy: More legacy make
	  system working again with more crafted config.h.

2006-06-26 13:17  thor

	* trunk/AUTHORS, trunk/README.new: history in README.new,
	  maintainers in AUTHORS

2006-06-26 12:24  thor

	* trunk/src/audio.c, trunk/src/audio_aix.c,
	  trunk/src/audio_alib.c, trunk/src/audio_alsa.c,
	  trunk/src/audio_dummy.c, trunk/src/audio_esd.c,
	  trunk/src/audio_hp.c, trunk/src/audio_jack.c,
	  trunk/src/audio_libao.c, trunk/src/audio_macosx.c,
	  trunk/src/audio_mint.c, trunk/src/audio_nas.c,
	  trunk/src/audio_os2.c, trunk/src/audio_sgi.c,
	  trunk/src/audio_win32.c, trunk/src/buffer.c, trunk/src/common.c,
	  trunk/src/control_generic.c, trunk/src/dct64.c,
	  trunk/src/dct64_i386.c, trunk/src/dct64_i486.c,
	  trunk/src/decode.c, trunk/src/decode_2to1.c,
	  trunk/src/decode_4to1.c, trunk/src/decode_i386.c,
	  trunk/src/decode_i486.c, trunk/src/decode_ntom.c,
	  trunk/src/equalizer.c, trunk/src/getbits.c, trunk/src/httpget.c,
	  trunk/src/layer1.c, trunk/src/layer2.c, trunk/src/layer3.c,
	  trunk/src/readers.c, trunk/src/system.c, trunk/src/tabinit.c,
	  trunk/src/wav.c, trunk/src/xfermem.c: Added inclusion config.h
	  everywhere to make sure we don't stumble over some missing
	  define later and search like crazy...

2006-06-26 12:22  thor

	* trunk/src/mpg123.c: Sorry, but these pointlessly broken lines
	  were _ugly_.

2006-06-26 12:11  thor

	* trunk/src/getlopt.c, trunk/src/term.c: These got some new-style
	  debugging through the terminal control bug hunt. Also, I want to
	  take the chance to hint at scripts/debugdef.pl that I added
	  previously: It is a Perl script generating the debug.h header in
	  a way to avoid variadic macros for fprintf. Result are debugN
	  macros that mean "debug line with N arguments". Examples:
	  debug1("Ok, there's one value: %i", var) debug3("now three of
	  them: %i %f %i", var1, var2, var3) simplest case: debug("just a
	  message");

2006-06-26 12:06  thor

	* trunk/scripts, trunk/scripts/debugdef.pl, trunk/src/debug.h,
	  trunk/src/mpg123.c: Hah! Found the place where terminal control
	  got killed! The option definition in mpg123.c lacked the type
	  specifier (a regression caused by merging). To find that, I
	  added debug.h for more convenient debugs.

2006-06-26 01:05  thor

	* trunk/README.new: small update on urls, frontend control

2006-06-26 01:04  thor

	* trunk/MakeLegacy.sh, trunk/configure.ac, trunk/src/Makefile.am,
	  trunk/src/audio_oss.c: - making audio_oss work again (didn't
	  include config.h); added needed bits for fake config.h. - adding
	  i586_dither as cpu variant: i586 assembler with dithering /
	  noise shaping

2006-06-25 23:52  thor

	* trunk/src/Makefile.legacy, trunk/src/control_tk3play.c,
	  trunk/src/control_tk3play.h, trunk/src/mpg123.c,
	  trunk/src/mpg123.h: Removing obsolete control interfaces (no one
	  uses them since a loong time).

2006-06-22 21:19  njh

	* trunk/configure.ac, trunk/src/Makefile.am, trunk/src/audio.h,
	  trunk/src/audio_macosx.c, trunk/src/audio_sun.c,
	  trunk/src/buffer.h, trunk/src/common.c, trunk/src/common.h,
	  trunk/src/control_tk3play.h, trunk/src/genre.h,
	  trunk/src/getbits.h, trunk/src/getlopt.h, trunk/src/huffman.h,
	  trunk/src/l2tables.h, trunk/src/layer3.c, trunk/src/mpg123.h,
	  trunk/src/term.h, trunk/src/xfermem.h: Now compiles on Solaris.
	  Tested on: SunOS ironwood.sucs.soton.ac.uk 5.8 Generic_117350-31
	  sun4u sparc SUNW,Sun-Fire-880

2006-06-22 20:25  njh

	* trunk/src/Makefile.am: added Makefile.legacy to the distribution

2006-06-22 20:12  njh

	* trunk/configure.ac, trunk/src/audio_oss.c: Closer to Linux
	  working

2006-06-22 19:18  njh

	* trunk/src/Makefile.am: decode_x86.s -> decode_i586.s

2006-06-22 19:10  njh

	* trunk/configure.ac: Added --with-optimization configure option.
	  Display CFLAGS in debug mode.

2006-06-22 19:09  njh

	* trunk/Makefile.am: Include MakeLegacy.sh in distribution

2006-06-22 17:18  njh

	* trunk/MakeLegacy.sh: Make sure that configure.ac exists before
	  runing sed over it

2006-06-22 17:15  njh

	* trunk/MakeLegacy.sh: I won my fight with sed! yay!

2006-06-22 12:06  thor

	* trunk/README.sajber, trunk/debian, trunk/jukebox,
	  trunk/src/control_sajber.c: Removed debian dir and outdated
	  Sajber jukebox files. Have to check state of the tk3play
	  interface and modify Makefile.legacy (still all targets there).

2006-06-22 09:21  thor

	* trunk/src/Makefile.legacy: version.h does not exist anymore,
	  remove it from Makefile.legacy

2006-06-22 04:55  njh

	* trunk/configure.ac, trunk/src/Makefile.am: Added support for MMX
	  processors to configure system

2006-06-22 04:07  njh

	* trunk/MakeLegacy.sh, trunk/configure.ac,
	  trunk/src/Makefile.legacy, trunk/src/audio.c, trunk/src/audio.h,
	  trunk/src/audio_aix.c, trunk/src/audio_alib.c,
	  trunk/src/audio_alsa.c, trunk/src/audio_dummy.c,
	  trunk/src/audio_esd.c, trunk/src/audio_hp.c,
	  trunk/src/audio_libao.c, trunk/src/audio_macosx.c,
	  trunk/src/audio_mint.c, trunk/src/audio_nas.c,
	  trunk/src/audio_os2.c, trunk/src/audio_oss.c,
	  trunk/src/audio_sgi.c, trunk/src/audio_sun.c,
	  trunk/src/audio_win32.c, trunk/src/dct64.c, trunk/src/getlopt.h,
	  trunk/src/httpget.c, trunk/src/mpg123.c, trunk/src/system.c,
	  trunk/src/term.c, trunk/src/term.h, trunk/src/xfermem.c: Now
	  up-to-date with the progress I made in my own SVN repository.
	  Lots of changes to the audio output interface - it is now a lot
	  cleaner.

2006-06-21 21:04  njh

	* trunk/configure.ac, trunk/src/Makefile.legacy,
	  trunk/src/audio_nas.c, trunk/src/httpget.c, trunk/src/mpg123.c,
	  trunk/src/mpg123.h, trunk/src/version.h: Package version is now
	  taken from configure.ac

2006-06-21 21:02  njh

	* trunk/AUTHORS, trunk/CREDITS: Offical filename for list of
	  people is AUTHORS (so says GNU policy)

2006-06-21 15:16  njh

	* trunk/configure.ac: configure source file

2006-06-21 04:49  njh

	* trunk/src/Makefile.legacy: Bah, hopefully this works better.

2006-06-21 04:25  njh

	* trunk/src/Makefile.legacy: use the $MAKE variable

2006-06-21 03:57  njh

	* trunk/Makefile.am, trunk/autogen.sh, trunk/src/Makefile.am,
	  trunk/src/Makefile.legacy, trunk/src/audio.c,
	  trunk/src/audio_jack.c, trunk/src/audio_libao.c,
	  trunk/src/audio_macosx.c, trunk/src/mpg123.c,
	  trunk/src/mpg123.h, trunk/src/term.c, trunk/src/term.h: Applied
	  some of my changes to mpg123 - new build system works on OS X

2006-06-21 03:26  njh

	* trunk/src/Makefile.legacy: Fixed legacy build system

2006-06-21 03:20  njh

	* trunk/MakeLegacy.sh, trunk/src/Makefile,
	  trunk/src/Makefile.legacy: Renamed old Makefile Makefile.legacy

2006-06-21 03:19  njh

	* trunk/MakeLegacy.sh, trunk/Makefile, trunk/audio.c,
	  trunk/audio.h, trunk/audio_aix.c, trunk/audio_alib.c,
	  trunk/audio_alsa.c, trunk/audio_dummy.c, trunk/audio_esd.c,
	  trunk/audio_hp.c, trunk/audio_mint.c, trunk/audio_nas.c,
	  trunk/audio_os2.c, trunk/audio_oss.c, trunk/audio_sgi.c,
	  trunk/audio_sun.c, trunk/audio_win32.c, trunk/buffer.c,
	  trunk/buffer.h, trunk/build, trunk/common.c, trunk/common.h,
	  trunk/control_generic.c, trunk/control_sajber.c,
	  trunk/control_tk3play.c, trunk/control_tk3play.h,
	  trunk/dct36_3dnow.s, trunk/dct64.c, trunk/dct64_3dnow.s,
	  trunk/dct64_MMX.s, trunk/dct64_i386.c, trunk/dct64_i486.c,
	  trunk/decode.c, trunk/decode_2to1.c, trunk/decode_3dnow.s,
	  trunk/decode_4to1.c, trunk/decode_MMX.s, trunk/decode_i386.c,
	  trunk/decode_i486.c, trunk/decode_i586.s,
	  trunk/decode_i586_dither.s, trunk/decode_ntom.c,
	  trunk/equalizer.c, trunk/equalizer_3dnow.s, trunk/genre.h,
	  trunk/getbits.c, trunk/getbits.h, trunk/getcpuflags.s,
	  trunk/getlopt.c, trunk/getlopt.h, trunk/httpget.c,
	  trunk/huffman.h, trunk/l2tables.h, trunk/layer1.c,
	  trunk/layer2.c, trunk/layer3.c, trunk/mpg123.c, trunk/mpg123.h,
	  trunk/readers.c, trunk/src, trunk/src/Makefile,
	  trunk/src/audio.c, trunk/src/audio.h, trunk/src/audio_aix.c,
	  trunk/src/audio_alib.c, trunk/src/audio_alsa.c,
	  trunk/src/audio_dummy.c, trunk/src/audio_esd.c,
	  trunk/src/audio_hp.c, trunk/src/audio_mint.c,
	  trunk/src/audio_nas.c, trunk/src/audio_os2.c,
	  trunk/src/audio_oss.c, trunk/src/audio_sgi.c,
	  trunk/src/audio_sun.c, trunk/src/audio_win32.c,
	  trunk/src/buffer.c, trunk/src/buffer.h, trunk/src/common.c,
	  trunk/src/common.h, trunk/src/control_generic.c,
	  trunk/src/control_sajber.c, trunk/src/control_tk3play.c,
	  trunk/src/control_tk3play.h, trunk/src/dct36_3dnow.s,
	  trunk/src/dct64.c, trunk/src/dct64_3dnow.s,
	  trunk/src/dct64_MMX.s, trunk/src/dct64_i386.c,
	  trunk/src/dct64_i486.c, trunk/src/decode.c,
	  trunk/src/decode_2to1.c, trunk/src/decode_3dnow.s,
	  trunk/src/decode_4to1.c, trunk/src/decode_MMX.s,
	  trunk/src/decode_i386.c, trunk/src/decode_i486.c,
	  trunk/src/decode_i586.s, trunk/src/decode_i586_dither.s,
	  trunk/src/decode_ntom.c, trunk/src/equalizer.c,
	  trunk/src/equalizer_3dnow.s, trunk/src/genre.h,
	  trunk/src/getbits.c, trunk/src/getbits.h,
	  trunk/src/getcpuflags.s, trunk/src/getlopt.c,
	  trunk/src/getlopt.h, trunk/src/httpget.c, trunk/src/huffman.h,
	  trunk/src/l2tables.h, trunk/src/layer1.c, trunk/src/layer2.c,
	  trunk/src/layer3.c, trunk/src/mpg123.c, trunk/src/mpg123.h,
	  trunk/src/readers.c, trunk/src/system.c, trunk/src/tabinit.c,
	  trunk/src/tabinit_MMX.s, trunk/src/term.c, trunk/src/term.h,
	  trunk/src/version.h, trunk/src/wav.c, trunk/src/xfermem.c,
	  trunk/src/xfermem.h, trunk/system.c, trunk/tabinit.c,
	  trunk/tabinit_MMX.s, trunk/term.c, trunk/term.h,
	  trunk/version.h, trunk/wav.c, trunk/xfermem.c, trunk/xfermem.h:
	  Tidying up a bit: moved all source code into 'src' directory.
	  Moving aside old build system and calling it 'legacy'. Can build
	  legacy system using ./MakeLegacy.sh <foo>

2006-06-18 14:05  thor

	* trunk/common.c, trunk/common.h, trunk/control_generic.c: added
	  loadpaused action to control_generic (again?), removed some
	  redundant functions... placed stream info generation into
	  common.c (now adding the last flag for vbr) control_generic now
	  also has a help command that gives a summary of commands and
	  info on the cryptic stream info

2006-06-18 10:49  thor

	* trunk/COPYING: license WIP!

2006-06-17 21:45  thor

	* trunk/common.c, trunk/mpg123.c: I just had to do it... gapless
	  mode now also takes resampling into account. Some cosmetics - it
	  needs user testing now. And still the real solution for
	  detecting the end, while the current one should work in 95% of
	  the cases.

2006-06-17 19:46  thor

	* trunk/common.c, trunk/common.h, trunk/mpg123.c: Ironed the
	  gapless support; now works for mono, stereo, 8bit, 16bit -
	  explicit resampling support still missing.

2006-06-17 14:31  thor

	* trunk/version.h: it's not 0.59r-thor anymore...
	* trunk/Makefile, trunk/common.c, trunk/mpg123.c: OK, I enclosed
	  the actual working (tiny time consuming - well, some ifs for
	  every audio buffer flush... every 16K raw data...) of gapless
	  code in #ifdefs for GAPLESS; being enabled in target
	  linux-x86-gapless (you can turn it on via -DGAPLESS in you
	  CFLAGS, anyway). It now actually works for several tracks
	  following each other - but still, it's fixed to work on stereo
	  16 bit layer3 files; mono will be added easily.

2006-06-17 13:15  thor

	* trunk/common.c: added note about bmp album art (gosh, what a
	  mess...)

2006-06-17 12:51  thor

	* trunk/common.c: added GAPLESS macro to enable disabling of hack
	  in audio_flush (homeopathic performance gain... not really;-)

2006-06-17 12:38  thor

	* trunk/mpg123.c: lingua2

2006-06-17 12:37  thor

	* trunk/mpg123.c: lingua

2006-06-16 22:51  thor

	* trunk/common.c, trunk/mpg123.c: restricted gapless hack to layer
	  3, added --help info on the gapless switch still need proper
	  track begin/end and mono/stereo (even 8bit?) handling

2006-06-16 14:51  thor

	* trunk/README.new: this will become the new README eventually...
	  still in the works

2006-06-16 03:35  thor

	* trunk/common.c, trunk/common.h, trunk/mpg123.c, trunk/mpg123.h:
	  Added a first hack to make gapless output (skipping delays and
	  padding), activated via --gapless. This only works for single
	  layer3 files with Lame tag and without resampling and only for
	  stereo now. It's the technical proof-of-concept.

2006-06-14 10:46  thor

	* notes/insight.txt, trunk/common.c, trunk/mpg123.c,
	  trunk/mpg123.h: Now being able to detect and skip (even
	  interpret) the Xing/Lame tag that caused one frame of silence at
	  the beginning. Still want to implement skip of padding/delay
	  samples based on info in there.

2006-06-12 18:02  thor

	* trunk/Makefile, trunk/decode_i586_dither.s: Added the dithered
	  pentium decode from "ACS" <adrian.bacon@xs4all.nl> /
	  http://dither123.dyndns.org (GPL, currently - have to contact
	  him again). Modified the Makefile for that -- make
	  PENTIUM_DECODE=decode_i586 ... or make
	  PENTIUM_DECODE=decode_i586_dither ... -- along with some other
	  cleanups and hints for targets.

2006-06-12 03:18  thor

	* trunk/Makefile, trunk/dct64_MMX.s, trunk/decode_MMX.s,
	  trunk/decode_i386.c, trunk/layer2.c, trunk/layer3.c,
	  trunk/mpg123.h, trunk/tabinit.c, trunk/tabinit_MMX.s: Attempt to
	  backport the MMX stuff. It seems to work - and it's faster;-)
	  (testfile: 10s against 13s)

2006-06-12 02:01  thor

	* trunk/Makefile: trying to put env CFLAGS in place everywhere,
	  removing -D flags from generic target since they don't
	  compile... so many targets...

2006-06-12 00:21  thor

	* trunk/common.c: Finally got around to fix playback of that
	  dreaded file with a BMP (not "unsynched") in ID3V2 tag. Partial
	  backport from mhipp's trunk; now just ignoring the number of
	  bytes indicated by id3v2 frame header.

2006-06-04 20:26  thor

	* trunk/mpg123.c: The equalizer control patch just duplicated code
	  that got executed twice when usning an equalfile. Fixed that.

2006-05-14 11:30  thor

	* trunk/CHANGES, trunk/Makefile, trunk/decode_i386.c,
	  trunk/httpget.c, trunk/layer3.c, trunk/mpg123.c, trunk/mpg123.h,
	  trunk/version.h: - applied relevant stuff from Debian's 22: -
	  fix for CVE-2006-1655 (buffer overflow in III_i_stereo()) -
	  strict aliasing hack in WRITE_SAMPLE of decode_i386.c - fixed
	  http streaming through proxy by actually using the request
	  url... - buffer resync on Ctrl-C (cleaning, reducing pauses with
	  multiple files) - removed unused esdserver variable from
	  mpg123.h - did NOT apply the Debian Makefile/manpage changes
	  (going to rewrite that stuff anyway) - made the netbsd-i386
	  targets visible as netbsd-x86

2006-05-11 15:26  thor

	* trunk/version.h: forgot that

2006-05-11 12:56  thor

	* lgpl, trunk/lgpl: it's separate discussion...

2006-05-11 12:54  thor

	* trunk/CHANGES, trunk/Makefile, trunk/mpg123.c: netbsd targets
	  with and without realtime stuff (that seems to need -lpthread...)

2006-04-28 10:33  thor

	* trunk/lgpl/KIMURA_Takuhiro.key, trunk/lgpl/fromme.email,
	  trunk/lgpl/notes.txt, trunk/lgpl/x.email: I try and I try...
	  found some addresses from internet search; mailed... ...already
	  got some failures but also 2 responses (I'll add that no
	  notes.txt later)

2006-04-24 11:26  thor

	* trunk/lgpl/inventory.txt, trunk/lgpl/notes.txt,
	  trunk/lgpl/notex.txt: more investigation for license

2006-04-08 08:02  thor

	* trunk/NOTES.LGPL, trunk/lgpl/notex.txt: better there

2006-04-08 08:01  thor

	* trunk/CREDITS, trunk/NOTES.LGPL, trunk/lgpl,
	  trunk/lgpl/first.email, trunk/lgpl/no.list, trunk/lgpl/ok.list:
	  Further research into (non)licensed code and comnmunication.

2006-03-10 12:37  thor

	* trunk/CREDITS: some failed addresses

2006-03-10 03:22  thor

	* trunk/CREDITS: An attempt to gather a comprehensive list of
	  people who contributed to mpg123. So far not _all_ eMail
	  addresses failed;-)

2006-02-22 08:28  thor

	* trunk/JUKEBOX, trunk/README.sajber: Following a suggestion from
	  Nick, we avoid having both jukebox/ and JUKEBOX. It's a question
	  if this sajber jukebox interface will keep working anyway...

2005-12-24 00:41  thomas

	* trunk/BENCHMARKING.thor: just added my benchmark; nice to have
	  some numbers there...

2005-12-24 00:18  thomas

	* trunk/CHANGES, trunk/README, trunk/README.thor: now also final
	  thor5 doc-wise

2005-12-24 00:07  thomas

	* trunk/mpg123.c: really thor5 now (code): a trivial 0 instead of
	  NULL

2005-12-24 00:03  thomas

	* trunk/debian/changelog, trunk/httpget.c: Debian r20 httpget fix

2005-12-23 20:26  thomas

	* trunk/BUGS, trunk/CHANGES, trunk/Makefile, trunk/README,
	  trunk/README.thor, trunk/control_generic.c, trunk/decode.c,
	  trunk/decode_2to1.c, trunk/decode_4to1.c, trunk/decode_i386.c,
	  trunk/decode_ntom.c, trunk/equalizer.c, trunk/getlopt.c,
	  trunk/getlopt.h, trunk/mpg123.c, trunk/mpg123.h,
	  trunk/readers.c, trunk/version.h: Going towards version 5
	  Preliminary result from sessions on my (well, the university's)
	  Compaq XP1000. - introduced an extra flag to prevent equalfile
	  from being used as a bool all the time (confuses compilers and
	  is just not nice) - cared for real being whatever (float,
	  double, ...) in sscanf stuff of control_generic (mainly in my
	  added SEQ) - fixed the Alpha show-stopper: mixing up of int and
	  long pointers in getlopt

2005-02-24 20:09  thomas

	* trunk/control_generic.c: final final -thor4: just a
	  misunderstanding: break means end and that makes sense.

2005-02-24 19:33  thomas

	* trunk/Makefile: final -thor4: changed my modified target to
	  "linux-static"

2005-02-24 19:17  thomas

	* trunk/README.3DNOW, trunk/README.thor, trunk/dct36_3dnow.s,
	  trunk/debian, trunk/debian/README, trunk/debian/changelog,
	  trunk/debian/control, trunk/debian/control.alsa,
	  trunk/debian/copyright, trunk/debian/mime,
	  trunk/debian/postinst, trunk/debian/postrm, trunk/debian/prerm,
	  trunk/debian/rules, trunk/equalizer_3dnow.s,
	  trunk/getcpuflags.s: thor4: second stage.

2005-02-24 19:12  thomas

	* trunk/CHANGES, trunk/Makefile, trunk/audio.c, trunk/audio_esd.c,
	  trunk/audio_oss.c, trunk/audio_sun.c, trunk/buffer.c,
	  trunk/common.c, trunk/common.h, trunk/control_generic.c,
	  trunk/control_sajber.c, trunk/control_tk3play.c, trunk/dct64.c,
	  trunk/dct64_3dnow.s, trunk/dct64_i486.c, trunk/decode.c,
	  trunk/decode_3dnow.s, trunk/decode_i386.c, trunk/equalizer.c,
	  trunk/httpget.c, trunk/layer1.c, trunk/layer2.c, trunk/layer3.c,
	  trunk/mpg123.1, trunk/mpg123.c, trunk/mpg123.h, trunk/readers.c,
	  trunk/tabinit.c, trunk/term.c, trunk/test.pl, trunk/version.h,
	  trunk/xfermem.c: thor4: merge the Debian 0.59r-19 in for serious
	  bug fixing, a bit of docu

2005-02-24 16:40  thomas

	* trunk/CHANGES, trunk/control_generic.c, trunk/httpget.c,
	  trunk/mpg123.h, trunk/readers.c, trunk/version.h: thor-3: again
	  command parsing reworked; non-exit()ing open functions added:

2004-10-09 20:36  thomas

	* trunk/control_generic.c: Removed load-paused function that
	  wasn't really working anyway.

2004-10-08 16:12  thomas

	* trunk/control_generic.c: added version info in control_generic
	  startup message

2004-09-21 04:02  thomas

	* trunk/version.h: version info updated

2004-09-21 03:58  thomas

	* trunk/CHANGES, trunk/control_generic.c, trunk/mpglib: more info
	  in general and more useful info on JUMP

2006-02-20 05:37  thor

	* trunk/CHANGES, trunk/Makefile, trunk/README.cfa,
	  trunk/control_generic.c, trunk/decode_i586.s, trunk/mpg123.c,
	  trunk/mpg123.h, trunk/test.pl, trunk/version.h: Just going to
	  put mpg123-thor in here for a start; bridge to my CVS for that
	  one. 0.59r-ThOr(remote-err,eq,flushing) - added audio_flush()
	  calls to various places in control_generic.c to make sure there
	  is nothing left in there that hurts later
	  0.59r-realeq-remoteerr: - applied patch from Cool Feet Audio
	  project (nutcase@dtfm.org, see README.cfa) to use real-time
	  equalizer in remote mode - applied patch from AMF
	  (amf.sourceforge.net) by Steve Grundell for remote communication
	  not polluting the STDOUT where the audio data is read from
	  (instead using STDERR) ... and faster seeking, maybe The patches
	  go not cleanly together, but rejects are trivial. Thus, a
	  combined patch with both would makes sense. - modified (IMHO
	  improved) the control_generic command reading: now always making
	  sure that the full command is read up to a mandatory \n; also
	  reworked the application of the commands afterwards - added SEQ
	  command: simple eq with only 3 bands - added SILENCE command: I
	  don't want the playback messages when I don't read them (since
	  my frontend is reading the STDOUT it knows what is going on) -
	  added SLJ command: SILENCE-LOAD-JUMP... a hack for my hacked
	  mixplayd... maybe one should remove that again.

2006-02-20 05:11  thor

	* trunk: Going to start with version 0.59r as the new trunk...
	  this version is the one underlying the vast majority of current
	  patches (including mine;-). We'll see what good stuff there is
	  to port over from the 0.59s series.

2006-02-20 03:49  thor

	* tags/0.59r: version 0.59r as tag
	* mhipp/BENCHMARKING, mhipp/BUGS, mhipp/CHANGES, mhipp/COPYING,
	  mhipp/INSTALL, mhipp/Makefile, mhipp/README,
	  mhipp/README.remote, mhipp/audio.c, mhipp/audio.h,
	  mhipp/audio_aix.c, mhipp/audio_alib.c, mhipp/audio_alsa.c,
	  mhipp/audio_esd.c, mhipp/audio_hp.c, mhipp/audio_os2.c,
	  mhipp/audio_sgi.c, mhipp/audio_sun.c, mhipp/buffer.c,
	  mhipp/buffer.h, mhipp/common.c, mhipp/common.h,
	  mhipp/control_generic.c, mhipp/control_tk3play.c,
	  mhipp/dct64_3dnow.s, mhipp/dct64_i386.c, mhipp/decode_3dnow.s,
	  mhipp/decode_i386.c, mhipp/equalizer.c, mhipp/get1bit.h,
	  mhipp/getbits.c, mhipp/getbits.h, mhipp/getbits.s,
	  mhipp/getbits_.s, mhipp/getbits_bsdos.s, mhipp/httpget.c,
	  mhipp/l2tables.h, mhipp/layer1.c, mhipp/layer2.c,
	  mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c, mhipp/mpg123.h,
	  mhipp/mpglib/README, mhipp/mpglib/TODO, mhipp/mpglib/mpglib.h,
	  mhipp/plugin/Makefile, mhipp/plugin/README,
	  mhipp/plugin/dltst.c, mhipp/plugin/plugin.c,
	  mhipp/plugin/plugin.h, mhipp/precompiled,
	  mhipp/precompiled/linux-i386,
	  mhipp/precompiled/linux-i386/dct64_3dnow.o,
	  mhipp/precompiled/linux-i386/decode_3dnow.o, mhipp/readers.c,
	  mhipp/tabinit.c, mhipp/tables.h, mhipp/term.c, mhipp/term.h,
	  mhipp/tools/interface-and-phython, mhipp/version.h, mhipp/wav.c,
	  mhipp/xfermem.c: version 0.59r by Michael Hipp: - applied
	  audio_alib changes from Ralf Hildebrandt
	  <R.Hildebrandt@TU-BS.DE> - some 'paetsches' from DK - minor
	  optimizations in layer3 (dequantize/huffman) - BSDOS 4.0 with
	  gcc added to Makefile (<sms@moe.2bsd.com>) - Solaris-ESD patch
	  from Ryan Prosser <prosser@wam.umd.edu> - Added Frontend changes
	  from Bertrand Petit <elrond@phoe.netdev.net> - more DK
	  'paetsches' (final dk7-clubhaus edition), includes extended term
	  control - SGI audio fix for non RAD machines from Erik Mouw
	  <J.A.K.Mouw@its.tudelft.nl> - fixed ugly bug in layer3 dequant
	  for bt==2 (may cause high frequency clitchs) - AMD-3DNow
	  optimizations in decode and dct64 - OS/2 reworked from Samuel
	  Audet (see audio_os2.c for more) - added freebsd-esd make-entry
	  from Daniel O'Connor (darius@guppy.dons.net.au) - added enhanced
	  head_check from D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> -
	  applied 'xterm-title-patch' from "Wilson, Jeff D"
	  <jeff.wilson@wilcom.com> - more esd changes from Robert
	  Bihlmeyer <robbe@orcus.priv.at> - applied Hannu Napari's
	  <Hannu.Napari@hut.fi> SGI audio patches - minor changes in
	  httpget.c and mpg123.c - added native AIX support from
	  Juergen.Schoew@unix-ag.uni-siegen.de - applied playlist patch
	  from <psst@euskalnet.net> - more SGI audio patches from Gilles
	  Zunino <Gilles.Zunino@hei.fupl.asso.fr> - applied esdserver
	  patch from Matthew Parslow <roy@alpha.alphalink.com.au> - added
	  some fixes for control_generic

2006-02-20 03:42  thor

	* mhipp/BUGS, mhipp/CHANGES, mhipp/Makefile, mhipp/Makefile.win32,
	  mhipp/README, mhipp/TODO, mhipp/audio.h, mhipp/audio_esd.c,
	  mhipp/audio_mint.c, mhipp/audio_sun.c, mhipp/buffer.c,
	  mhipp/common.c, mhipp/decode.c, mhipp/decode_2to1.c,
	  mhipp/decode_4to1.c, mhipp/decode_i386.c, mhipp/decode_ntom.c,
	  mhipp/equalizer.c, mhipp/genre.h, mhipp/getlopt.c,
	  mhipp/layer3.c, mhipp/mpg123.c, mhipp/mpg123.h,
	  mhipp/mpglib/TODO, mhipp/version.h, mhipp/wav.c,
	  mhipp/xfermem.c: version 0.59q by Michael Hipp: - ESD fixes -
	  minor bugfixes (DK patch ;) - au and cdr 'support' (it's a hack)
	  - Fixed 'VBR' Bug in get_scale_fac1(). Thanx to
	  <ssonique@hotmail.com> for this. (Wasn't really a VBR Bug. The
	  new encoders just triggered it.) - Added equalizer patch from
	  <dlux@dlux.sch.bme.hu>

2006-02-20 03:41  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/audio.c,
	  mhipp/audio.h, mhipp/audio_alib.c, mhipp/audio_alsa.c,
	  mhipp/audio_esd.c, mhipp/audio_hp.c, mhipp/audio_sgi.c,
	  mhipp/audio_sun.c, mhipp/common.c, mhipp/control.c,
	  mhipp/control_sajber.c, mhipp/control_tk3play.c,
	  mhipp/dct64_i486.c, mhipp/decode_3dnow.s, mhipp/decode_i386.c,
	  mhipp/decode_i486.c, mhipp/decode_ntom.c, mhipp/genre.h,
	  mhipp/getlopt.c, mhipp/getlopt.h, mhipp/httpget.c,
	  mhipp/layer3.c, mhipp/mpg123.c, mhipp/mpg123.h, mhipp/mpglib,
	  mhipp/mpglib/Makefile, mhipp/mpglib/README,
	  mhipp/mpglib/common.c, mhipp/mpglib/dct64_i386.c,
	  mhipp/mpglib/decode_i386.c, mhipp/mpglib/huffman.h,
	  mhipp/mpglib/interface.c, mhipp/mpglib/layer3.c,
	  mhipp/mpglib/main.c, mhipp/mpglib/mpg123.h,
	  mhipp/mpglib/mpglib.h, mhipp/mpglib/tabinit.c, mhipp/readers.c,
	  mhipp/system.c, mhipp/term.c, mhipp/tools, mhipp/tools/ASF.info,
	  mhipp/tools/asfCDtomp3, mhipp/version.h, mhipp/wav.c,
	  mhipp/xfermem.c, mhipp/xfermem.h: version 0.59p by Michael Hipp:
	  - Added mpglib (see mpglib directory) - 'make generic' is more
	  generic now - Added HPUX/ALib support from Ducroquet Erwan
	  (ducroque@ufr-info-p7.ibp.fr) - Added EsoundD support from <fill
	  it in> - Added exp. relatime support (compile with -DSET_RT) -
	  Added linux-sparc patch from <hmm lost email) - Added genrepatch
	  from Shane Wegner <shane@CM.NU> - Added wav-File patch Samuel
	  Audet <guardia@cam.org> - Added SGI-RAD support from "J. Dean
	  Brederson" <jdb@cs.utah.edu> - Added sajberplay/FreeBSD patch
	  from Chou Ye-chi <is84002@cis.nctu.edu.tw> - Added 486
	  optimizations from Fabrice Bellard <bellard@email.enst.fr> -
	  Added combined output devices on SUN (ie Speaker and headphones
	  together) - Added audio_alsa.c (under GPL license) for the ALSA
	  sound system from A. Hermansen <ahermans@vf.telia.no> and J.
	  Kysela <perex@jcu.cz> -Added K6-3DNow patches from KIMURA
	  Takuhiro <kim@hannah.ipc.miyakyo-u.ac.jp>

2006-02-20 03:38  thor

	* mhipp/BUGS, mhipp/CHANGES, mhipp/COPYING, mhipp/Makefile,
	  mhipp/NOTES, mhipp/TODO, mhipp/audio.c, mhipp/audio.c.old,
	  mhipp/audio_oss.c, mhipp/buffer.c, mhipp/common.c,
	  mhipp/control.c, mhipp/control_tk3play.c,
	  mhipp/control_tk3play.h, mhipp/decode_i386.c,
	  mhipp/decode_ntom.c, mhipp/layer1.c, mhipp/layer2.c,
	  mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c, mhipp/mpg123.h,
	  mhipp/plugin, mhipp/plugin/Makefile, mhipp/plugin/README,
	  mhipp/plugin/dltst.c, mhipp/plugin/plugin.c,
	  mhipp/plugin/plugin.h, mhipp/version.h, mhipp/xfermem.c,
	  mhipp/xfermem.h: version 0.59o by Michael Hipp: - fixed Bug with
	  stereo streams on mono audio hardware for OSS - fixed a bug with
	  mono output and 1:1 (no) rate conversion - again changes in the
	  probe code - fix in the buffer code for the case, that audio
	  parameters are changing - more changes to the flexibel rate
	  converter, should now work when writing to STDOUT. - Added
	  Andy's (<andy@snoogie.demon.co.uk>) float2int speed up proposal
	  (check WRITE_SAMPLE in decode_i386.c) .. Maybe someone wanna
	  take the idea and put it into the decode_i586.s part? - Added
	  TK3Play support from Brian Foutz <foutz@anise.ee.cornell.edu>
	  (compiles but untested) - RIFF Header fix (according to Thomas
	  Niederreiter's <tn@tarantel.rz.fh-muenchen.de> patch) - m68k
	  patch from Stefan Gybas <cab@studbox.uni-stuttgart.de> applied -
	  minor additional PPC changes applied - resync and EOF hang fixed
	  - resync and bitrate correction relaxed - Slightly change
	  verbose output; added countdown

2006-02-20 03:35  thor

	* mhipp/BUGS, mhipp/CHANGES, mhipp/Makefile, mhipp/Makefile.win32,
	  mhipp/NOTES, mhipp/README, mhipp/TODO, mhipp/audio.c,
	  mhipp/audio.c.old, mhipp/audio.h, mhipp/audio_dummy.c,
	  mhipp/audio_hp.c, mhipp/audio_nas.c, mhipp/audio_os2.c,
	  mhipp/audio_oss.c, mhipp/audio_sgi.c, mhipp/audio_sun.c,
	  mhipp/audio_win32.c, mhipp/buffer.c, mhipp/common.c,
	  mhipp/control.c, mhipp/decode.c, mhipp/decode_2to1.c,
	  mhipp/decode_4to1.c, mhipp/decode_i386.c, mhipp/decode_ntom.c,
	  mhipp/equalizer.c, mhipp/httpget.c, mhipp/layer1.c,
	  mhipp/layer2.c, mhipp/layer3.c, mhipp/mpg123.c, mhipp/mpg123.h,
	  mhipp/system.c, mhipp/tabinit.c, mhipp/version.h,
	  mhipp/xfermem.c: version 0.59n by Michael Hipp: - fixed shuffle
	  bug - added memory mapped IO for file reading - added MPEG 2.5
	  12kHz and 8kHz table entry - started flexibel rate conversion ..
	  - new '-Z' / '--random' option - minor clean-up - splitted audio
	  file in audio system dependend smaller parts - started system
	  stream support (external program: system.c) - unsigned 8 bit
	  (instead of ulaw) is now default for 8bit operation - Linux PPC
	  patch from Grant Erickson <eric0139@tc.umn.edu> applied - added
	  BSDi patch from Peter Berger <peterb@hoopoe.psc.edu>, who
	  reported a failure when catching signals - minor bug fix in the
	  control interface for sajber jukebox - fixed the ugly 'Ctrl-Z in
	  buffer mode' bug .. YES ;) - added buffer preload when underrun
	  occurs (preload = 1/8 buffer size)

2006-02-20 03:26  thor

	* mhipp/BUGS, mhipp/CHANGES, mhipp/INSTALL, mhipp/Makefile,
	  mhipp/Makefile.win32, mhipp/README, mhipp/README.WIN32,
	  mhipp/audio.c, mhipp/audio.h, mhipp/buffer.c, mhipp/common.c,
	  mhipp/control.c, mhipp/decode.c, mhipp/decode_2to1.c,
	  mhipp/decode_4to1.c, mhipp/decode_i386.c, mhipp/decode_i586.s,
	  mhipp/equalize.dat, mhipp/getbits_bsdos.s, mhipp/httpget.c,
	  mhipp/layer1.c, mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c,
	  mhipp/mpg123.h, mhipp/version.h, mhipp/xfermem.c: version 0.59m
	  by Michael Hipp: - Bug with RIFF header streams fixed. - HTTP
	  auth option patch from Henrik P Johnson <king@one.se> - NetBSD
	  patch(s) added from <mycroft@NetBSD.ORG> and
	  <augustss@cs.chalmers.se> - Added advanced shuffle support from
	  Steven Tiger Lang <tiger@tyger.org> - fixed bug with too large
	  big_value field - fixed (hopefully) the bug with the '-a' option
	  - work-around for some pedantic compilers in fr->synth init -
	  some changes for the 'generic' version - applied NAS bug-fix
	  patch - new (good) MPEG 2.5 tables (from Niklas Beisert) - added
	  WIN32 support from Tony Million - added some bug fixes from
	  Niklas Beisert - fixed another ugly bug in layer3 dequantize
	  (wrote over the border of the 'xr' field) - a minor HPUX clean
	  up - added BSD patch from Kevin Brintnall <kbrint@visi.com> -
	  added Makefile.win32 - added NAS big endian fix

2006-02-20 03:24  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/audio.c,
	  mhipp/common.c, mhipp/decode.c, mhipp/decode_2to1.c,
	  mhipp/decode_4to1.c, mhipp/decode_i386.c, mhipp/decode_i586.s,
	  mhipp/equalize.dat, mhipp/equalizer.c, mhipp/layer3.c,
	  mhipp/mpg123.c, mhipp/mpg123.h, mhipp/tabinit.c,
	  mhipp/version.h: version 0.59l by Michael Hipp: - simple
	  equalizer support (to be continued) - added NAS patch from
	  Martin Denn <mdenn@unix-ag.uni-kl.de> - real mono support -
	  added pentium optimized decode_i586 from Stefan Bieschewski
	  <stb@acm.org> - fixed a bug in MS dequantize function

2006-02-20 03:22  thor

	* mhipp/CHANGES, mhipp/INSTALL, mhipp/Makefile, mhipp/README,
	  mhipp/audio.c, mhipp/audio.h, mhipp/buffer.c, mhipp/common.c,
	  mhipp/decode.c, mhipp/getbits.s, mhipp/httpget.c,
	  mhipp/mpg123.c, mhipp/mpg123.h, mhipp/version.h,
	  mhipp/xfermem.c, mhipp/xfermem.h: version 0.59k by Michael
	  Hipp/Oliver Fromme: - fixed "Accept" header in httpget.c - fixed
	  buffer overflow (causing core dumps) in httpget.c - fixed
	  display of song length - fixed -b (buffer) problem on SGI / IRIX
	  -- it definitely works now - fixed problem when files with
	  different sample rates where played, it now works with -b
	  (buffer), too - fixed order of local variables in decode.c to
	  work around a compiler bug in ultrix - fixed Makefile for ultrix
	  - reverted to old getbits.s (the new one could cause coredumps)
	  - more compact MPEG header display in non-verbose mode - small
	  fixes in buffer code and elsewhere

2006-02-20 03:19  thor

	* mhipp/CHANGES, mhipp/INSTALL, mhipp/JUKEBOX, mhipp/Makefile,
	  mhipp/README, mhipp/common.c, mhipp/control.c, mhipp/get1bit.h,
	  mhipp/getbits.s, mhipp/jukebox, mhipp/jukebox/README,
	  mhipp/jukebox/audio.h, mhipp/jukebox/controldata.h,
	  mhipp/layer3.c, mhipp/mpg123.c, mhipp/mpg123.h, mhipp/version.h:
	  version 0.59j by Michael Hipp: - added sajber jukebox control
	  interface (it's currently a big hack) (see 'JUKEBOX' file for
	  more) - added simple rewind facility .. (only used by sajber
	  interface at the moment)

2006-02-20 03:14  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/TODO,
	  mhipp/audio.c, mhipp/audio.h, mhipp/buffer.c, mhipp/common.c,
	  mhipp/getbits.s, mhipp/httpget.c, mhipp/layer2.c,
	  mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c, mhipp/mpg123.h,
	  mhipp/tables.h, mhipp/version.h: version 0.59i by Michael Hipp:
	  - added front-end (remote) patch from "Brian J. Swetland"
	  <swetland@uiuc.edu> - added OS2 patches from Niclas Lindstrom
	  <nil@wineasy.se> - fixed 'rewind bug' - added patches from Leo
	  Broukhis <leo@zycad.com> - added shuffle patch from Tillmann
	  Steinbrecher <tst@darmstadt.netsurf.de> - added i386-getbits
	  from M.Stekelenburg <m.stekelenburg@student.utwente.nl> - added
	  fallback to 8bit if no 16bit samples support (currently linux
	  only) - added (slightly changed) outburst patch from Antti
	  Andreimann <anttix@cyberix.edu.ee> - added 'http accept' patch
	  from Hur TaeSung <saturn@arari.snu.ac.kr> - fixed buffer mode bug

2006-02-20 03:10  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/audio.c,
	  mhipp/audio.h, mhipp/buffer.c, mhipp/common.c, mhipp/decode.c,
	  mhipp/decode_2to1.c, mhipp/decode_4to1.c, mhipp/decode_i386.c,
	  mhipp/layer1.c, mhipp/layer2.c, mhipp/layer3.c, mhipp/mpg123.c,
	  mhipp/mpg123.h, mhipp/tabinit.c, mhipp/version.h: version 0.59h
	  by Michael Hipp - added '--8bit' option to force 'UNSIGNED 8
	  BIT' playing - pcm buffer type changed to 'unsigned char *' -
	  plays 2:1 and 4:1 with the real frequency (ie 11025/22050
	  instead of 44100) - program (re)sets (changed) frequency for
	  every frame - buffer mode is broken

2006-02-20 03:08  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/TODO,
	  mhipp/audio.c, mhipp/common.c, mhipp/dct64.c,
	  mhipp/decode_2to1.c, mhipp/decode_4to1.c, mhipp/layer1.c,
	  mhipp/layer2.c, mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c,
	  mhipp/mpg123.h, mhipp/version.h, mhipp/xfermem.c,
	  mhipp/xfermem.h: version 0.59g by Michael Hipp (with f...):
	  0.59g: (MH) ------ - added support for MPEG 2.5 (it's a HACK!)
	  .. mpg123 understands and plays 2.5 but it does it wrong. (you
	  will hear this!) - Fixed wrong values in BandInfo struct for
	  32kHz mode - Some performance improvements and minor changes and
	  bug-fixes. - Tried the new imdct from the maplay1.2+ (version
	  1.81) package. (but it was slightly slower on my system,
	  currently disabled) 0.59f: (OF) ------ HP-UX audio fix (provided
	  by Damien Clermonte). Buffering (-b option) hopefully fixed.
	  Please test!

2006-02-20 03:05  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/common.c,
	  mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c, mhipp/mpg123.h:
	  version 0.59e by Michael Hipp: added Audio MPEG 2.0 support (but
	  near untested) (MH)

2006-02-20 03:03  thor

	* mhipp/CHANGES, mhipp/Makefile, mhipp/README, mhipp/audio.c,
	  mhipp/buffer.c, mhipp/common.c, mhipp/dct64.c,
	  mhipp/dct64_i386.c, mhipp/decode.c, mhipp/decode_2to1.c,
	  mhipp/decode_4to1.c, mhipp/decode_i386.c, mhipp/getlopt.c,
	  mhipp/getlopt.h, mhipp/mpg123.1, mhipp/mpg123.c, mhipp/mpg123.h,
	  mhipp/xfermem.c, mhipp/xfermem.h: version 0.59d by Michael Hipp,
	  including at least 0.59c (a?, b?): 0.59d: (MH) ------ minor
	  modifications to dct64_i386.c removed duplicated dependency
	  'dct64.o' in Makefile 0.59c: (OF) ------ Another complete rework
	  of the buffer system (-b option) (normally uses mmap(), but it
	  can also use SYSV-ShMem because mmap() is broken on linux).

2006-02-20 02:59  thor

	* mhipp/CHANGES, mhipp/INSTALL, mhipp/Makefile, mhipp/README,
	  mhipp/TODO, mhipp/audio.c, mhipp/buffer.c, mhipp/cmpl3,
	  mhipp/common.c, mhipp/dct64.c, mhipp/decode.c,
	  mhipp/decode_2to1.c, mhipp/decode_4to1.c, mhipp/decode_i386.c,
	  mhipp/getbits.s, mhipp/getbits_.s, mhipp/getlopt.c,
	  mhipp/getlopt.h, mhipp/httpget.c, mhipp/layer3.c,
	  mhipp/mpg123.1, mhipp/mpg123.c, mhipp/mpg123.h: version 0.59 by
	  Michael Hipp, with step 0.58 in there: 0.59: (MH) -----
	  extracted dct64() from decode*.c files. some changes to dct64()
	  and decode*.c to allow auto-increment/decrement removed
	  bit-counter in getbit-functions. Layer3 part2 now counts it
	  itself. 0.58: (OF) ----- Bugfix: not closing the audio device
	  caused a few samples to be lost. Bugfix: audio_set_rate() was
	  not called (!?!). Additional command line options
	  "--doublespeed" and "--halfspeed" (couldn't find better names).
	  See the manpage. Complete redesign of command line options. See
	  the manpage. Changed the buffer algorithm (-b). I'm not sure
	  whether it's better or worse now. Supports multiple files on the
	  command line. Pressing Ctrl-C will skip to the next MPEG file,
	  pressing it twice within one second will abort mpg123
	  completely. See the "INTERRUPT" section in the manpage. Support
	  for http URLs. See also the -p option in the manpage. Support
	  for list files. See also the -@ option in the manpage.

2006-02-20 02:54  thor

	* mhipp/CHANGES, mhipp/INSTALL, mhipp/Makefile, mhipp/README,
	  mhipp/TODO, mhipp/audio.c, mhipp/buffer.c, mhipp/cmpl3,
	  mhipp/common.c, mhipp/decode.c, mhipp/decode_2to1.c,
	  mhipp/decode_4to1.c, mhipp/decode_i386.c, mhipp/decode_int.c,
	  mhipp/huffman.c, mhipp/huffman.h, mhipp/layer1.c,
	  mhipp/layer2.c, mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c,
	  mhipp/mpg123.h, mhipp/tabinit.c: version 0.57 by Michael Hipp,
	  stepping over version 0.56: 0.57: (MH) ----- Put the
	  downsampling code together with the full quality decode into one
	  binary. (new options -2to1,-4to1) Optimizations in the dct12.
	  Removed the 'int' version. 0.56: (OF) ----- Additional command
	  line option "-rs" to try to resync on "broken" MPEG streams (now
	  called "--resync" or "-y"). Additional command line option "-b"
	  to use audio output buffering. See the manpage for additional
	  information. Changed a few variable names and some other minor
	  fixes, so the source compiles more cleanly (without warnings) on
	  most platforms (for example, the FreeBSD port compiles without
	  warnings using "-Wall -ansi -pedantic"). Makefile changes: moved
	  "solaris" to "solaris-gcc", new target "solaris" (using Sun's
	  SparcWorks cc, faster tha gcc!), new targets "aix" and "generic".

2006-02-20 02:50  thor

	* mhipp/CHANGES, mhipp/COPYING, mhipp/INSTALL, mhipp/Makefile,
	  mhipp/README, mhipp/TODO, mhipp/audio.c, mhipp/common.c,
	  mhipp/decode.c, mhipp/decode_2to1.c, mhipp/decode_4to1.c,
	  mhipp/decode_i386.c, mhipp/decode_lp.c, mhipp/huffman.h,
	  mhipp/layer1.c, mhipp/layer2.c, mhipp/layer3.c, mhipp/mpg123.c,
	  mhipp/mpg123.h: version 0.55 by Michael Hipp: removed some
	  obsolete code from layer3.c (MH) changed scalefac stoing in
	  layer3 (MH) decode_4to1.c added again. Renamed decode_lp.c to
	  decode_2to1.c (MH) (both not optimized .. still expterimental)
	  Minor cleanups and optimizations in layer3. (MH) Removed some
	  (probable) minor bugs. (MH) Changed 2**(...) scaling (and
	  omitted a few muls) (MH) Changed Makefile (OF) Changed
	  dequantize to reorder with a mapping table (you can disable this
	  by undefining MAP in layer3.c) (MH) removed the 'dummy' scale
	  step for mixed mode (MH) Changed copy policy (MH) Modified
	  dequant-reorder-mapping (MH)

2006-02-20 02:09  thor

	* mhipp, mhipp/CHANGES, mhipp/INSTALL, mhipp/Makefile,
	  mhipp/README, mhipp/TODO, mhipp/audio.c, mhipp/common.c,
	  mhipp/decode.c, mhipp/decode_i386.c, mhipp/decode_int.c,
	  mhipp/decode_lp.c, mhipp/getbits.s, mhipp/getbits_.s,
	  mhipp/huffman.c, mhipp/huffman.h, mhipp/layer1.c,
	  mhipp/layer2.c, mhipp/layer3.c, mhipp/mpg123.1, mhipp/mpg123.c,
	  mhipp/mpg123.h, mhipp/tables.h, tags: Starting reconstruction of
	  Michael Hipp's trackable work (downloadable release versions) in
	  svn. This is version 0.54. Of course this is not the beginning,
	  but it is what I was able to get. Changes from 0.53b to 0.54 (by
	  Michael Hipp): Minor changes in the documents .. huffman.c:
	  x->len,y->len removed .. always '15' for the important cases
	  audio.c: some additions to the SOLARIS audio code First noted
	  changes at all: from 0.53a to 0.53b by Oliver Fromme: see
	  CHANGES file

