summaryrefslogtreecommitdiff
path: root/modules/audio_coding/codecs/isac
AgeCommit message (Expand)Author
2014-11-03Roll chromium_revision: 28d1981..d3db2ffmarpan@webrtc.org
2014-10-31Build fix for MIPS32R6.andrew@webrtc.org
2014-10-28audio_coding/codecs/isac/fix: Replaced macro WEBRTC_SPL_RSHIFT_W32 with >>"bjornv@webrtc.org
2014-10-28common_audio: Removed trivial macro WEBRTC_SPL_UMUL_16_16bjornv@webrtc.org
2014-10-27isacfix: Refactor big-endian reading and writingkwiberg@webrtc.org
2014-10-20audio_coding/codecs/isac/main: Replaced macro WEBRTC_SPL_RSHIFT_W32 with >>bjornv@webrtc.org
2014-10-13iSAC tests: Type buffers as uint8_t[] to avoid castskwiberg@webrtc.org
2014-10-13WebRtcIsac_Decode et al.: Type encoded data as uint8[], not uint16[]kwiberg@webrtc.org
2014-10-13WebRtcIsac_UpdateBwEstimate et al.: Type byte streams as uint8, not uint16kwiberg@webrtc.org
2014-10-13Some WebRtcIsac_* and WebRtcIsacfix_* functions: type encoded stream as uint8[]kwiberg@webrtc.org
2014-10-09common_audio: Removed macro WEBRTC_SPL_LSHIFT_W16bjornv@webrtc.org
2014-10-08audio_coding: Replaced macro WEBRTC_SPL_RSHIFT_W16 with >>bjornv@webrtc.org
2014-10-07Prevent reading outside iSAC bitstream, if the stream is corrupted.turaj@webrtc.org
2014-09-29common_audio refactoring: Removed macro WEBRTC_SPL_LSHIFT_U32bjornv@webrtc.org
2014-09-24WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_tkwiberg@webrtc.org
2014-09-23Revert 7266 "WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type en..."andrew@webrtc.org
2014-09-22WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_tkwiberg@webrtc.org
2014-09-04Reland rev 7041 with BUILD.gn files.andresp@webrtc.org
2014-09-04Change gflags and gmock includes to be full paths.kjellander@webrtc.org
2014-09-03Revert 7041 " Audio codecs to include webrtc/typedefs.h"henrike@webrtc.org
2014-09-03Audio codecs to include webrtc/typedefs.handresp@webrtc.org
2014-08-31GN: Implement voice engine, common audio, audio coding and audio processingkjellander@webrtc.org
2014-08-29Add LTO support for Android Chromium.andrew@webrtc.org
2014-08-28common_audio: Removed macro WEBRTC_SPL_DIVbjornv@webrtc.org
2014-08-26Refactoring common_audio/signal_processing: Remove macro WEBRTC_SPL_UDIVbjornv@webrtc.org
2014-08-26Remove Android.mk build files.pbos@webrtc.org
2014-08-25Refactoring common_audio: Replace trivial multiplication macrobjornv@webrtc.org
2014-08-25Refactoring common_audio/signal_processing: Replaces trivial macrosbjornv@webrtc.org
2014-08-19Remove __inline from WebRtcIsacfix_Log2Q8.pbos@webrtc.org
2014-08-18MIPS optimizations for ISAC (patch #3)andrew@webrtc.org
2014-08-16Roll chromium_revision 288251:289723kjellander@webrtc.org
2014-08-15common_audio/signal_processing: Remove macro WEBRTC_SPL_UMUL_32_16_RSFT16bjornv@webrtc.org
2014-08-12common_audio/signal_processing: Removes macro WEBRTC_SPL_MUL_32_32_RSFT32bjornv@webrtc.org
2014-08-11Remove more dependencies on openssl, add dependency on boringssl. Continues o...henrike@webrtc.org
2014-07-21MIPS optimizations for ISAC (patch #2)andrew@webrtc.org
2014-07-11Landing pkasting's webrtc fixes for MSVC level 4 warnings in WebRTC.tommi@webrtc.org
2014-06-19Maintain constantness of the input to iSAC-fix decoder, and prevent heap-buff...turaj@webrtc.org
2014-06-16common_audio: Removes macro WEBRTC_SPL_LSHIFT_U16bjornv@webrtc.org
2014-06-11common_audio/signal_processing: Removes macro WEBRTC_SPL_RSHIFT_U16bjornv@webrtc.org
2014-06-11common_audio/signal_processing: Moves WEBRTC_SPL_UMUL_16_16_RSFT16 to iSAC fixbjornv@webrtc.org
2014-06-10MIPS optimizations for ISAC (patch #1)andrew@webrtc.org
2014-06-05The correct fix of workaround in r6261.bjornv@webrtc.org
2014-06-05common_audio/signal_processing: Removed macro WEBRTC_SPL_MUL_16_16_RSFT_WITH_...bjornv@webrtc.org
2014-06-02- Get rid of 'using' from .hsolenberg@webrtc.org
2014-05-23Avoid reading uninitialized values (outside baundary) in DFT arithmatic decod...turaj@webrtc.org
2014-05-16common_audio/signal_processing: Removes macro WEBRTC_SPL_UMUL_RSFT16bjornv@webrtc.org
2014-05-16common_audio/signal_processing: Removed macro WEBRTC_SPL_SUB_SAT_W16bjornv@webrtc.org
2014-04-29Fix iOS assembly compile error.kjellander@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-03-07This CL is to add Opus complexity knob and to test it.minyue@webrtc.org