diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-09-02 08:51:04 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-09-02 08:51:04 +0000 |
| commit | 3fa17e67a45c2362e741dfa0047388035e1f589f (patch) | |
| tree | 3e4f97795d8b95ad869af013d1d2c8d6ea6057fe /ChangeLog | |
| parent | 1ebf38c9592572c2cea05cc0a06644f558c0139b (diff) | |
ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme...
Original commit message from CVS:
* ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
* ext/speex/gstspeexdec.h:
* ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
* ext/speex/gstspeexenc.h:
Use integer encoding and decoding functions instead of converting
the integer input to float in the element. The libspeex integer
functions are doing this for us already or, if libspeex was compiled
in integer mode, they're doing everything using integer arithmetics.
Also saves some copying around.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-09-02 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data): + * ext/speex/gstspeexdec.h: + * ext/speex/gstspeexenc.c: (gst_speex_enc_encode): + * ext/speex/gstspeexenc.h: + Use integer encoding and decoding functions instead of converting + the integer input to float in the element. The libspeex integer + functions are doing this for us already or, if libspeex was compiled + in integer mode, they're doing everything using integer arithmetics. + Also saves some copying around. + 2008-09-01 Tim-Philipp Müller <tim.muller at collabora co uk> * configure.ac: |
