gstreamer/ext/speex
Sebastian Dröge 3fa17e67a4 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.
2008-09-02 08:51:04 +00:00
..
gstspeex.c ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to enhance code readability; change speexenc... 2006-10-12 19:02:51 +00:00
gstspeexdec.c ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme... 2008-09-02 08:51:04 +00:00
gstspeexdec.h ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme... 2008-09-02 08:51:04 +00:00
gstspeexenc.c ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme... 2008-09-02 08:51:04 +00:00
gstspeexenc.h ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme... 2008-09-02 08:51:04 +00:00
Makefile.am Fix build with LDFLAGS='-Wl,-z,defs' (#410997) 2007-02-24 22:57:49 +00:00