aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/neteq/test
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2015-12-11Adding Opus to RTPencode.minyue
2015-11-18modules/audio_coding: Remove some codec include dirskjellander@webrtc.org
2015-11-06Pass audio to AudioEncoder::Encode() in an ArrayViewkwiberg
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-29Make an enum class out of NetEqDecoder, and hide the neteq_decoders_ tablekwiberg
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-07-22Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .pkasting
2015-06-12Reland "Upconvert various types to int.", neteq portion.Peter Kasting
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Match existing type usage better.Peter Kasting
2015-06-11Revert "Upconvert various types to int."Peter Kasting
2015-06-11Prepare to convert various types to size_t.Peter Kasting
2015-06-10Manual cleanups following clang-formatting.Peter Kasting
2015-06-10Upconvert various types to int.Peter Kasting
2015-06-03Run clang-format --style=Chromium on four files I'm otherwise touching.Peter Kasting
2015-05-27Clarify boolean flags in neteq_opus_quality_test.Minyue Li
2015-05-27Refactor common_audio/vad: Create now returns the handle directly instead of ...Bjorn Volcker
2015-05-22Update NetEq Quality Test.Minyue Li
2015-05-12Add NetEqIlbcQualityTestHenrik Lundin
2015-05-12Add NetEqPcmuQualityTestHenrik Lundin
2015-05-08Modify NetEqQualityTestHenrik Lundin
2015-04-22Reformatting RTPtimeshift.cc file.Ivo Creusen
2015-03-18Renaming neteq_opus_fec_quality_test.minyue@webrtc.org
2015-03-16Prevent crash in NetEQ when decoder overflow.minyue@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-23Misc. cleanup split out of https://webrtc-codereview.appspot.com/37699004/ :pkasting@chromium.org
2015-02-10pcm16b: Make input arrays const and use uint8_t[] for byte arrayskwiberg@webrtc.org
2015-02-09G711: Make input arrays const and use uint8_t[] for byte arrayskwiberg@webrtc.org
2015-01-20Setting Opus target application.minyue@webrtc.org
2015-01-14Move system_wrappers.gyp files to the proper directory.andresp@webrtc.org
2014-12-17Remove or rename typedefs with _t prefixes.pbos@webrtc.org
2014-12-11Adding DTX to WebRTC Opus wrapper (relanding).minyue@webrtc.org
2014-12-10Remove CELT support from audio_coding.pbos@webrtc.org
2014-12-09Revert 7846 "Adding DTX to WebRTC Opus wrapper"minyue@webrtc.org
2014-12-09Adding DTX to WebRTC Opus wrapperminyue@webrtc.org
2014-12-09Move the AudioDecoder interface out of NetEqkwiberg@webrtc.org
2014-12-08Make an AudioEncoder subclass for iLBCkwiberg@webrtc.org
2014-12-03Revert r7798 ("Move the AudioDecoder interface out of NetEq")kwiberg@webrtc.org
2014-12-03Move the AudioDecoder interface out of NetEqkwiberg@webrtc.org
2014-12-02AudioEncoder subclass for G722kwiberg@webrtc.org
2014-12-01Move and rename neteq/test/RTPcat to neteq/tools/rtpcathenrik.lundin@webrtc.org
2014-12-01Adding a new test helper RtpFileWriter and use it in RTPcathenrik.lundin@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-04Remove the useless dummy state parameter to WebRtcG711_*kwiberg@webrtc.org
2014-10-13Some WebRtcIsac_* and WebRtcIsacfix_* functions: type encoded stream as uint8[]kwiberg@webrtc.org
2014-09-24WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_tkwiberg@webrtc.org