diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-10 23:55:17 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-10 23:55:17 +0000 |
commit | c288c226c914277aaff4cddebb460e5b00a1abbf (patch) | |
tree | ec9f256d942690c94adcf9fba6895e4252f635eb /ChangeLog | |
parent | 63739d94e6b61115d1b3685a178613fc39b6f6c7 (diff) |
gst/auparse/gstauparse.c: eee (32, 64) only unsupported formats are ADPCM/CCITT G.72x
Original commit message from CVS:
* gst/auparse/gstauparse.c:
fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
only unsupported formats are ADPCM/CCITT G.72x
reviewed by Ronald
* gst-libs/gst/audio/audio.h:
adds 24bit depth to PCM (x-raw-int)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> + + * gst/auparse/gstauparse.c: + fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64) + only unsupported formats are ADPCM/CCITT G.72x + reviewed by Ronald + * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int) + 2004-05-10 Wim Taymans <wim@fluendo.com> * ext/vorbis/Makefile.am: |