Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 208eeb8b1b7bb51bba095eb93ef0795f > files > 6

libccaudio0.5-0.5.3-1mdk.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.5.3
- more header fixes.