summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-18 16:47:25 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-18 16:47:25 +0000
commit8327499026cf5d86c95d73e75d500fa68747d1dd (patch)
treebbbcee929c35b65715f1204582d991bac6750c12 /ChangeLog
parent37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73 (diff)
downloadgst-plugins-bad-8327499026cf5d86c95d73e75d500fa68747d1dd.tar.gz
gst-plugins-bad-8327499026cf5d86c95d73e75d500fa68747d1dd.tar.bz2
gst-plugins-bad-8327499026cf5d86c95d73e75d500fa68747d1dd.zip
ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also how we get samples from wavpack); outpu...
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples), (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain), (gst_wavpack_dec_change_state): * ext/wavpack/gstwavpackdec.h: Output audio in native byte order (which is also how we get samples from wavpack); output samples with 21-24 bit depth with 32 bit width (makes things easier for us).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e9ed65a..7fe59f34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2006-07-18 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
+ (gst_wavpack_dec_format_samples),
+ (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
+ (gst_wavpack_dec_change_state):
+ * ext/wavpack/gstwavpackdec.h:
+ Output audio in native byte order (which is also how we get
+ samples from wavpack); output samples with 21-24 bit depth
+ with 32 bit width (makes things easier for us).
+
+2006-07-18 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
(gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
(gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),