Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
43cb716e55eab1cf1ae8afd2ac79b51a604d0fa5
/
webrtc
/
modules
/
audio_coding
/
neteq
/
neteq_unittest.cc
0d83857
NetEq: Convert AverageIAT from int to float calculations
by henrik.lundin
· 9 years ago
5adaf73
AudioCodingModule: Specify decoders using SdpAudioFormat
by kwiberg
· 9 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 9 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 9 years ago
42feb51
NetEq: New test for muted state during CNG
by henrik.lundin
· 9 years ago
17e3fa1
Removed sync packet support from NetEq.
by ossu
· 9 years ago
c766804
NetEq: Update CNG code to accommodate 48 kHz sample rate
by henrik.lundin
· 9 years ago
549d80b
NetEq: only update current_rtp_payload_type_ when validated
by henrik.lundin
· 9 years ago
64a7eab
Update tests and DTX check for Opus 1.1.3.
by flim
· 9 years ago
1cd4664
Disable some Opus tests pending an update
by flim
· 9 years ago
108ecec
Removed LEGACY_BITEXACT from neteq_impl.cc and updated the ACM unit tests.
by ossu
· 9 years ago
612c25e
NetEq: Fix stats counting in muted mode
by henrik.lundin
· 9 years ago
e352578
Moved injection of AudioDecoderFactory into voe::Channel.
by ossu
· 9 years ago
46ba49c
Let PacketSource::NextPacket() return an std::unique_ptr
by henrik.lundin
· 9 years ago
7a92681
NetEq: Implement muted output
by henrik.lundin
· 9 years ago
c7a6569
Revert of Disable failing modules_unittests for UBSan. (patchset #1 id:40001 of https://codereview.webrtc.org/1915813002/ )
by pbos
· 9 years ago
53ff70f
Reland "Avoiding overflow in cross correlation in NetEq."
by minyue
· 9 years ago
4f90677
Making NetEq bitexactness test independent on reference files.
by minyue
· 9 years ago
d98d457
Remove "This file includes unit tests" comments.
by Peter Boström
· 9 years ago
c23bf2e
Disable failing modules_unittests for UBSan.
by kjellander@webrtc.org
· 9 years ago
0d96ab7
NetEq::GetPlayoutTimestamp returns empty during CNG
by henrik.lundin
· 9 years ago
9a410dd
Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t>
by henrik.lundin
· 9 years ago
55480f5
Remove the type parameter to NetEq::GetAudio
by henrik.lundin
· 9 years ago
6d8e011
Change NetEq::GetAudio to use AudioFrame
by henrik.lundin
· 9 years ago
2d0c332
Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/neteq/
by kwiberg
· 9 years ago
c3a0983
Roll chromium_revision a8e5140..c6076f2 (372922:372974) incl. update to Opus v.1.1.2
by kjellander
· 9 years ago
72c08ed
Reenables several NetEq unittests on android.
by ivoc
· 10 years ago
6955870
Convert channel counts to size_t.
by Peter Kasting
· 10 years ago
49c454e
Cleaning neteq_unittest resource files.
by minyue
· 10 years ago
e2976c8
Remove DISABLED_ON_ macros.
by Peter Boström
· 10 years ago
93c08b7
Adding bit exactness test for Opus decoding in NetEq.
by minyue
· 10 years ago
5f026d0
Update NetEq network statistics in neteq_unittest.
by minyue
· 10 years ago
866df66
Typo fix: Enable a bunch of tests that were accidentally disabled
by kwiberg
· 10 years ago
4cf61dd
NetEq: Add codec name and RTP timestamp rate to DecoderInfo
by henrik.lundin
· 10 years ago
d89814b
NetEq: Add new method last_output_sample_rate_hz
by henrik.lundin
· 10 years ago
3c652b6
modules/audio_coding: Remove some codec include dirs
by kjellander@webrtc.org
· 10 years ago
ee2bac2
AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments
by kwiberg
· 10 years ago
288886b
Pass audio to AudioEncoder::Encode() in an ArrayView
by kwiberg
· 10 years ago
ee1879c
Make an enum class out of NetEqDecoder, and hide the neteq_decoders_ table
by kwiberg
· 10 years ago
7464089
audio_coding: rename interface -> include
by Henrik Kjellander
· 10 years ago
06b869f
Delete iSAC-fb from NetEq
by henrik.lundin
· 10 years ago
98ab3a4
Don't link with audio codecs that we don't use
by kwiberg
· 10 years ago
9c3efd0
Reland: Implement NetEq's CurrentDelay function
by henrik.lundin
· 10 years ago
1bb8cf8
NetEq/ACM: Refactor how packet waiting times are calculated
by Henrik Lundin
· 10 years ago
dce40cf
Update a ton of audio code to use size_t more correctly and in general reduce
by Peter Kasting
· 10 years ago
1d34fe9
Adds support for webrtc::test::ResourcePath on iOS
by henrika
· 10 years ago
b7e5054
Match existing type usage better.
by Peter Kasting
· 10 years ago
a2c7940
Ensures that modules_unittests runs on iOS
by henrika
· 10 years ago
5abd3e1
Revert r9359 "Implement NetEq's CurrentDelay function"
by Henrik Lundin
· 10 years ago
d8a03fa
Implement NetEq's CurrentDelay function
by Henrik Lundin
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
7d721ee
Adding speech_expand_rate to NetEQ Network Statistics.
by minyue@webrtc.org
· 10 years ago
2c1bcf2
Adding decoded_fec_rate to NetEQ Network Statistics.
by minyue@webrtc.org
· 10 years ago
648f5d6
pcm16b: Make input arrays const and use uint8_t[] for byte arrays
by kwiberg@webrtc.org
· 10 years ago
c93437e
Add test NetEqDecodingTest.CngFirst
by henrik.lundin@webrtc.org
· 11 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 11 years ago
966a708
Use RtpFileSource in NetEqDecodingTest
by henrik.lundin@webrtc.org
· 11 years ago
7cbc4f9
Set NetEq playout mode through the Config struct
by henrik.lundin@webrtc.org
· 11 years ago
3c0aae1
Change gflags and gmock includes to be full paths.
by kjellander@webrtc.org
· 11 years ago
9b8102c
Use a deterministic input in NetEqBgnTest
by henrik.lundin@webrtc.org
· 11 years ago
4e4b098
Merge NetEqDecodingTest.TestBitExactnesst and .TestNetworkStatistics
by henrik.lundin@webrtc.org
· 11 years ago
ea25784
Change how background noise mode in NetEq is set
by henrik.lundin@webrtc.org
· 11 years ago
9c55f0f
Rename neteq4 folder to neteq
by henrik.lundin@webrtc.org
· 11 years ago
[Renamed (99%) from webrtc/modules/audio_coding/neteq4/neteq_unittest.cc]
94454b7
Fix the chain that propagates the audio frame's rtp and ntp timestamp including:
by wu@webrtc.org
· 11 years ago
1b9df05
Revert 6257 "Rename neteq4 folder to neteq"
by henrik.lundin@webrtc.org
· 11 years ago
[Renamed (99%) from webrtc/modules/audio_coding/neteq/neteq_unittest.cc]
a90f6d6
Rename neteq4 folder to neteq
by henrik.lundin@webrtc.org
· 11 years ago
[Renamed (99%) from webrtc/modules/audio_coding/neteq4/neteq_unittest.cc]
48438c2
Enabling NetEq bit-exactness test for Win x64
by henrik.lundin@webrtc.org
· 11 years ago
b4e80e0
Re-enable almost all NetEqDecodingTests for Android
by henrik.lundin@webrtc.org
· 11 years ago
116ed1d
Include buffer size limits in NetEq config struct
by henrik.lundin@webrtc.org
· 11 years ago
35ead38
Adding a config struct to NetEq
by henrik.lundin@webrtc.org
· 11 years ago
8d1cdaa
NetEq changes.
by turaj@webrtc.org
· 11 years ago
24779fe
Fix a bug where network freeze during CNG causes delay
by henrik.lundin@webrtc.org
· 11 years ago
ca8cb95
Implement a test for an old corner-case in NetEq
by henrik.lundin@webrtc.org
· 11 years ago
3ecc162
Remove std:: prefixes from C functions in webrtc/.
by pbos@webrtc.org
· 11 years ago
ed865b5
NetEq4: Changing the behavior of playout_timestamp_ update
by henrik.lundin@webrtc.org
· 11 years ago
fcfc6a9
Small refactoring of NetEq unittest for CNG with clock drift
by henrik.lundin@webrtc.org
· 11 years ago
f6a638e
Trivial rename of non-compile time consts.
by andrew@webrtc.org
· 11 years ago
e7ce437
Fixing lint errors in NetEq4
by henrik.lundin@webrtc.org
· 12 years ago
5272eb8
Don't register iSAC-swb and iSAC-fb in NetEqDecodingTest.
by turaj@webrtc.org
· 12 years ago
78b41a0
Fix issues with sequence number wrap-around in jitter statistics.
by turaj@webrtc.org
· 12 years ago
58cd316
Address Clag Analyzer issues.
by turaj@webrtc.org
· 12 years ago
fe5d36b
Move RtcpStatistics to webrtc/common_types.h, to be used by vie as well.
by sprang@webrtc.org
· 12 years ago
a6101d7
Update sampling rate and number of channels of NetEq4 if decoder is changed.
by turaj@webrtc.org
· 12 years ago
7b75ac6
Sync-packet insertion into NetEq4. This is related to r3883 & r4052 for NetEq 3.
by turaj@webrtc.org
· 12 years ago
3fdeddb
Disable a NetEq unittest on Android. The test tries to register iSAC-swb as send codec and fails.
by turaj@webrtc.org
· 12 years ago
ff43c85
API add to set background noise mode.
by turaj@webrtc.org
· 12 years ago
7bb5436
Better error treatment in NetEqImpl::InsertPacketInternal()
by minyue@webrtc.org
· 12 years ago
a950300b
Disables unit tests that don't work on Android for Android.
by henrike@webrtc.org
· 12 years ago
6eba277
Disable audio_coding_unittests on Win x64 in code.
by kjellander@webrtc.org
· 12 years ago
6e3968f
Fix NetEq4 unit tests for VS2012
by henrik.lundin@webrtc.org
· 12 years ago
73deaad
Removing a hack for CNG
by henrik.lundin@webrtc.org
· 12 years ago
ac59dba
Adding iSAC-fb support
by henrik.lundin@webrtc.org
· 12 years ago
4892448
Re-enabling NetEqDecodingTest.TestBitExactness and .TestNetworkStatistics
by henrik.lundin@webrtc.org
· 12 years ago
63464a9
Enabling unit tests for NetEq4 in the bots
by henrik.lundin@webrtc.org
· 12 years ago
e1d468c
Fix a few small nits in NetEq4
by henrik.lundin@webrtc.org
· 12 years ago
d94659d
Initial upload of NetEq4
by henrik.lundin@webrtc.org
· 12 years ago