complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format and documen...
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 6 Oct 2006 05:31:27 +0000 (05:31 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 6 Oct 2006 05:31:27 +0000 (05:31 +0000)
commitcc5c1d8837185ac60630fd8cc78cf1585fa84720
treece0f058928d96f336d68f8be5eea3d781c864cd2
parentb73fff6ee97e4958fc1eb66e3fff097b97dc6be2
complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format and documentation, multichannel support for AIFF and WAVE, channel mapping, new --channel-map=none option to flac, saving and restoring of WAVEFORMATEXTENSIBLE channel mask to/from tag, robust handling of "odd" sample resolutions (i.e. not multiple of 8 bits) for AIFF and WAVE
src/flac/decode.c
src/flac/decode.h
src/flac/encode.c
src/flac/encode.h
src/flac/main.c
src/flac/utils.c
src/flac/utils.h
src/test_streams/main.c
test/test_flac.sh