Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 80b37826fd5bb082ee593c5c98bbacef > files > 6

libccaudio1_0-1.0.6-2mdk.i586.rpm

Changes from 0.1 to 0.2.0
- added CDAudio class.
- endian aware header parsing and endian as part of info block.
- case insensitive compares added.
- dialogic adpcm uniquely identified.
- riff (wave) create/read support added.
- 8, 16, and 32 bit pcm linear audio formats added.

Changes from 0.2.0 to 0.2.1
- fixed endian calculations.
- protect conversion routines from div. by zero.
- fixed mulaw in au header reading.
- fixed frame fill routine.

Changes from 0.2.1 to 0.2.2
- added AudioSample and AudioTone classes.

Changes from 0.2.2 to 0.2.3
- fixed broken test in configure.
- added "strings.h" for portability, unixware, AIX.

Changes from 0.2.3 to 0.2.4
- fixed open for r/o file access.
- FreeBSD package support.

Changes from 0.2.4 to 0.2.5
- fixed memory leaks.
- added debug support.

Changes from 0.2.5 to 0.2.6
- doxygen manuals

Changes from 0.2.6 to 0.2.7
- added getBuffer and putBuffer for physical i/o.

Changes from 0.2.7 to 0.3.0
- Anu Gupta's changes for .wav/riff file header processing.
- Virtualization of I/O so that Common C++ URLStream could be used.

Changes from 0.3.0 to 0.3.1
- modern FreeBSD ports support.
- support for AudioCodec encoding classes and registeration based
  codec modules for potential DSO support.

Changes from 0.3.1 to 0.4.0
- further work on transcoding codec support.
- named codec searching.

Changes from 0.4.0 to 0.4.1
- ccAudio becomes GNU ccAudio.

Changes from 0.4.1 to 0.5.0
- c++ header fixes and minor changes.
- tone generation extended to allow continual frame regeneration.
- codec registration class can now synthesis tones.
- namespace support now used.

Changes from 0.5.0 to 0.5.1
- ccAudio now uses Common C++ for common configuration and attributes.

Changes from 0.5.1 to 0.5.2
- header changes.

Changes from 0.5.2 to 0.9.1
- riff header update fix on create.

Changes from 0.9.1 to 0.9.2
- FreeBSD ports build fixed.

Changes from 0.9.2 to 0.9.3
- updated build.

Changes from 0.9.3 to 1.0rc1
- some fixes for riff/wave header creation
- rpm files split into base and devel.

Changes from 1.0rc1 to 1.0rc2
- Mingw32 compile support added.
- major win32 target build bugs fixed.

Changes from 1.0rc2 to 1.0
- wavetest1 added, and now passes.  Wave file creation for
  at least PCM works fine now.
- Many APIs documented.
- getAbsolutePosition and getErrorStr methods added for 
  better wave support.
- Some Win32 versions of functions were fixed.

Changes from 1.0.0 to 1.0.1
- fix man build and install.

Changes from 1.0.1 to 1.0.2
- fix for mulaw .wav files
- new wavetest2.

Changes from 1.0.2 to 1.0.3
- fix for gcc 3.2 things in wavetests.
- fix for rh6.2 spec file rpm build.

Changes from 1.0.3 to 1.0.4
- fix for FreeBSD

Changes from 1.0.4 to 1.0.5
- code cleanup

Changes from 1.0.5 to 1.0.6
- signed linear raw by .sw, .raw
- big fix in padding of multi-byte audio formats.