From a1ed30d406a02035b20a3deb2ddd1f67d811f726 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 30 Oct 2008 19:54:38 +0000 Subject: 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74c64db8..6eb7d259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-10-30 Michael Smith + + * 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. + 2008-10-30 Tim-Philipp Müller * configure.ac: -- cgit v1.2.1