From e3e4257ac93a5a7926650ed9898b547ba19a3fd3 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 3 Aug 2008 11:38:22 +0000 Subject: 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. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 548fbe18..cc564bd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-08-03 Sebastian Dröge + + * 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 * ext/flac/gstflacenc.c: (gst_flac_enc_init), -- cgit