.. |
analysis.c
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
analysis.h
|
run_analysis() doesn't need to return the frame size anymore
|
2013-09-28 17:22:41 -04:00 |
mlp.c
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
mlp.h
|
Makes speech/music detection work with FIXED_POINT (code still float)
|
2013-09-06 16:32:50 -04:00 |
mlp_data.c
|
Fixes MSVC warnings
|
2013-06-27 03:40:44 -04:00 |
mlp_train.c
|
Adds silence probability to speech/music detector
|
2013-02-22 16:44:56 -05:00 |
mlp_train.h
|
Speech/music discrimination (not used for anything yet)
|
2012-07-13 14:50:34 -04:00 |
opus.c
|
Moves opus_packet_parse_impl() from opus_decoder.c to opus.c
|
2013-10-28 16:41:26 -04:00 |
opus_compare.c
|
Revert "Fixes a number of double promotions and missing casts."
|
2013-07-15 15:51:24 -07:00 |
opus_decoder.c
|
Moves opus_packet_parse_impl() from opus_decoder.c to opus.c
|
2013-10-28 16:41:26 -04:00 |
opus_demo.c
|
Remove now-unused check_decoder_option.
|
2013-10-28 11:40:00 -07:00 |
opus_encoder.c
|
Taking into account the frame size in more encoder decisions
|
2013-11-08 19:24:10 -05:00 |
opus_multistream.c
|
Splits out the Opus multi-stream encoder and decoder
|
2012-11-07 20:00:22 -05:00 |
opus_multistream_decoder.c
|
opus_packet_parse_impl() now computes the packet size with padding
|
2013-10-14 13:45:58 -04:00 |
opus_multistream_encoder.c
|
Fixes DISABLE_FLOAT_API build
|
2013-10-28 21:48:50 -04:00 |
opus_private.h
|
Fixes DISABLE_FLOAT_API build
|
2013-10-28 21:48:50 -04:00 |
repacketizer.c
|
Change few remaining instances of short to opus_int16
|
2013-05-18 02:50:40 -04:00 |
repacketizer_demo.c
|
Add fwrite() error handling in repacketizer_demo.
|
2012-04-24 13:41:23 -04:00 |
tansig_table.h
|
Makes speech/music detection work with FIXED_POINT (code still float)
|
2013-09-06 16:32:50 -04:00 |