-0.1
First release

0.2:
Added 'data' in output header.

0.2.1:
Size in output header was 8 bytes to big, fixed.

0.2.2:
Added support for files > 2GB
Some compile warnings fixed.

0.2.3:
Progress indictor went negative after 2GB
Some code change a > sta for size_t return.

0.2.4:
Fixed version number (0.2.3 showed as 0.2.2)
Added example in -h how to convert 4ch wave to 4ch ac3 with ffmpeg.
Changed wave_header.h so typdef unsigned long is now uint_32 etc.., as this is more
portable, and actually fixes a bug.
Changed %lu to %u in debug reports in multimux and multidemux.
Removed multimux special format and multidemux.
Changed all stdout to stderr.
Added example for use with a fifo buffer to README.
Tested on AMD64 (gentoo Linux).
Removed various.c, and various unused vars, also struct timeval allocations, and get user params.
Now compiles on old and new versions of gcc and g++.


0.2.5-beta:
Added raw audio output, so output files longer then 4GB can be piped to ffmpeg.
This will stop when EOF or error is read on all input files.
Added display sample speed and number of input files, so user can use this to set ffmpeg parameters.
No progress report.

0.2.5:
Fixed '-h' for correct display command line flags.
Changed 'char' to uint8_t in wave_header.h
Changed header read and write to fix offsets in structure.
Added tests for incorrect headers in input files.
Added several checks on input headers (aborts and warnings).
Added check for too long output files.
Added example command line for piping to ffmpeg with correct parameters in case output file > 4GB
Added support for 8 bits per sample, silence = 128.
Added test for existing output file in pipe mode via ffmpeg for files > 4GB.
Added -f flag for full automatic encoding to AC3 via ffmpeg.
Fixed command lineprocessing to find all input files if only -f flag.
Dropped -o flag, all file output now to stdout.
Help changes.
Many more small changes.
Tested on g++

0.2.5.1:     
Added INSTALL
Added dependency on wave_header.h and multimux_proto.h in Makefile.
Removed some not needed sources.                                   


0.2.5.2:
Some 24 bits mode added ((experimental).
Added -s flag so only percentage is displayed when -f ffmpeg mode.
Added -ab nnnk (the k) for new ffmpeg kilobits.
Fixed a problem with output filesize > 4 GB.
Rewrote the system that stops writing when  all is written,
both for raw, normal, and ignore data size mode.
Now it is purely mathematical, not EOF dependent.
Added -s flag for only percentage display when piping via ffmpeg.





