summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-03 11:38:22 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-03 11:38:22 +0000
commite3e4257ac93a5a7926650ed9898b547ba19a3fd3 (patch)
treeef40fec5436194ad4217739607efbaebcaa1fdbb /ChangeLog
parent826f568cb4c8bfc83c2f45f31132f28863a001ee (diff)
ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits and read the depth from the streaminfo he...
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback), (gst_flac_dec_write): Support decoding of all depths between 4 and 32 bits and read the depth from the streaminfo header if needed. Also support all sampling rates between 1 and 655350 Hz. * ext/flac/gstflacenc.c: (gst_flac_enc_caps_append_structure_with_widths), (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps), (gst_flac_enc_chain): * ext/flac/gstflacenc.h: Support encoding in all bit depths supported by the streamable subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates between 1 Hz and 655350 Hz.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 548fbe18..cc564bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
+ (gst_flac_dec_write):
+ Support decoding of all depths between 4 and 32 bits and read the
+ depth from the streaminfo header if needed. Also support all sampling
+ rates between 1 and 655350 Hz.
+
+ * ext/flac/gstflacenc.c:
+ (gst_flac_enc_caps_append_structure_with_widths),
+ (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
+ (gst_flac_enc_chain):
+ * ext/flac/gstflacenc.h:
+ Support encoding in all bit depths supported by the streamable
+ subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
+ between 1 Hz and 655350 Hz.
+
+2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* ext/flac/gstflacenc.c: (gst_flac_enc_init),
(gst_flac_enc_sink_getcaps):
Support encoding of up to 8 channels.