sys/qtwrapper/audiodecoders.c: Add ALAC support.
authorMichael Smith <msmith@xiph.org>
Thu, 30 Oct 2008 19:54:38 +0000 (19:54 +0000)
committerMichael Smith <msmith@xiph.org>
Thu, 30 Oct 2008 19:54:38 +0000 (19:54 +0000)
commita1ed30d406a02035b20a3deb2ddd1f67d811f726
tree2f79dbd8f6405e7cebc072bf32cb1b551899a4fb
parentaa67ed1d1478b118e57b85e465c3753608847866
sys/qtwrapper/audiodecoders.c: Add ALAC support.

Original commit message from CVS:
* sys/qtwrapper/audiodecoders.c:
Add ALAC support.
Fix decode of mono AAC files created by itunes.
Set output format correctly (don't ask quicktime to
resample for us).
Use a larger decode buffer to avoid problems with large
ALAC packets.
Fix decode to loop until we have all output data.
* sys/qtwrapper/qtutils.c:
Fix includes so we compile on more OSes.
ChangeLog
sys/qtwrapper/audiodecoders.c
sys/qtwrapper/qtutils.c