Sign in
webrtc
/
src
/
webrtc
/
6c79878c3206699b2a5d076564e7d74b3e28f771
6c79878
Attempt to fix FYI bots.
by tommi@webrtc.org
· 10 years ago
db5c754
AppRTCDemo (Android): built-in AEC should be enabled if device supports it and in combination with Java-based audio layer
by henrika@webrtc.org
· 10 years ago
3d69237
Revert 7846 "Adding DTX to WebRTC Opus wrapper"
by minyue@webrtc.org
· 10 years ago
59cfd6d
Add histograms for receive statistics:
by asapersson@webrtc.org
· 10 years ago
09299c2
Adding DTX to WebRTC Opus wrapper
by minyue@webrtc.org
· 10 years ago
32494ca
Adding an codec interal CNG test in NetEq.
by minyue@webrtc.org
· 10 years ago
866b22b
Merge VP8 changes.
by pbos@webrtc.org
· 10 years ago
f41b165
Move the AudioDecoder interface out of NetEq
by kwiberg@webrtc.org
· 10 years ago
96568c2
Add video send bitrates to histogram stats:
by asapersson@webrtc.org
· 10 years ago
55326d8
Set CHECKOUT_SOURCE_ROOT environment variable for Android test wrapper.
by kjellander@webrtc.org
· 10 years ago
3e907c2
Remove no longer used video codec test framework.
by stefan@webrtc.org
· 10 years ago
44271fd
Add AudioEncoder::Max10MsFramesInAPacket
by henrik.lundin@webrtc.org
· 10 years ago
72cfef7
Bugfix in AudioDecoderTest
by henrik.lundin@webrtc.org
· 10 years ago
a5f17c8
Change all system clock types to int64_t in bitrate_controller.
by stefan@webrtc.org
· 10 years ago
dc0466a
Add const qualifier to WebRtcPcm16b_Encode
by henrik.lundin@webrtc.org
· 10 years ago
c10f0e6
ATTRIBUTE_UNUSED expanded to empty on MSVS, so be sure to use the variable.
by kwiberg@webrtc.org
· 10 years ago
db1e503
Make an AudioEncoder subclass for iLBC
by kwiberg@webrtc.org
· 10 years ago
0668dba
Cleaned up real_fft APIs due to non-existing NEON code
by bjornv@webrtc.org
· 10 years ago
0261d88
Change type of nack_last_time_sent_full_ from uint32_t to int64_t.
by asapersson@webrtc.org
· 10 years ago
b357f65
Adjust some parameters for VP9 tests.
by marpan@webrtc.org
· 10 years ago
871e148
Add codereview.settings to the /webrtc subdirectory
by kjellander@webrtc.org
· 10 years ago
04b5c53
Add support for parsing header only RTP dumps with bwe_rtp_play.
by stefan@webrtc.org
· 10 years ago
57a3a82
Merge remote bitrate estimator changes.
by pbos@webrtc.org
· 10 years ago
1c3ff4e
Relanding r7807.
by minyue@webrtc.org
· 10 years ago
8a7700f
Revert 7807 "Removing unused opus wrapper APIs."
by minyue@webrtc.org
· 10 years ago
c90f9c2
Removing unused opus wrapper APIs.
by minyue@webrtc.org
· 10 years ago
5b66cc8
Redo the change of https://webrtc-codereview.appspot.com/30949004/
by guoweis@webrtc.org
· 10 years ago
cb86fa9
Revert "Implement GetState() for channel's connectivity check state."
by guoweis@webrtc.org
· 10 years ago
75b5d25
Implement GetState() for channel's connectivity check state.
by guoweis@webrtc.org
· 10 years ago
b7ebe5b
Adding WebRtcSpl_MaxAbsValueW16 intrinsics version
by andrew@webrtc.org
· 10 years ago
9e2103c
add WebRtcIsacfix_AutocorrNeon's intrinsics version
by andrew@webrtc.org
· 10 years ago
ec40887
Rename internal AudioEncoder::Encode method to EncodeInternal
by henrik.lundin@webrtc.org
· 10 years ago
26e77e1
Remove need for assembly offset generation in aecm and ns module.
by andrew@webrtc.org
· 10 years ago
4a32048
Revert r7798 ("Move the AudioDecoder interface out of NetEq")
by kwiberg@webrtc.org
· 10 years ago
5ded9f9
Move the AudioDecoder interface out of NetEq
by kwiberg@webrtc.org
· 10 years ago
3d1af07
Adding a duration printout to neteq_rtpplay
by henrik.lundin@webrtc.org
· 10 years ago
0b55fd3
Add Android test runner script for WebRTC.
by kjellander@webrtc.org
· 10 years ago
bb8b302
TurnPort should ignore STUN binding reponses when using shared socket.
by jiayl@webrtc.org
· 10 years ago
0ac3fd9
Adjust parameter in videoprocessor_integration_test for vp9.
by marpan@webrtc.org
· 10 years ago
3e39691
Simplify audio_buffer APIs
by aluebs@webrtc.org
· 10 years ago
c428945
Re-enable test: VideoProcessorIntegrationTest.ProcessNoLossChangeBitRateVP9.
by marpan@webrtc.org
· 10 years ago
ba372c0
Remove -flax-vector-conversions flag for ARM NEON building.
by andrew@webrtc.org
· 10 years ago
422bafd
Clear 2 unused functions in audio processing aecm module.
by andrew@webrtc.org
· 10 years ago
f9aaa39
Adding a payload type to AudioEncoder objects
by henrik.lundin@webrtc.org
· 10 years ago
f088f16
AudioEncoder subclass for G722
by kwiberg@webrtc.org
· 10 years ago
512f947
Roll chromium_revision 309cf65..24b4c73
by kjellander@webrtc.org
· 10 years ago
44b7577
Use c++11 features in webrtc/base/network.cc as a test to see if we can use them.
by pthatcher@webrtc.org
· 10 years ago
29ea7da
Set simulcastIdx field to zero even if it has no meaning.
by andresp@webrtc.org
· 10 years ago
ee9497c
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
5576859
Adding EncodedInfo struct to AudioEncoder::Encode
by henrik.lundin@webrtc.org
· 10 years ago
35c0a57
Move and rename neteq/test/RTPcat to neteq/tools/rtpcat
by henrik.lundin@webrtc.org
· 10 years ago
81a1158
Add test NetEqDecodingTest.CngFirst
by henrik.lundin@webrtc.org
· 10 years ago
3b73273
Adding a new test helper RtpFileWriter and use it in RTPcat
by henrik.lundin@webrtc.org
· 10 years ago
173e417
Add framerate for complete received frames to histogram stats:
by asapersson@webrtc.org
· 10 years ago
03bee64
Make bands vector in SplittingFilter Analysis const
by aluebs@webrtc.org
· 10 years ago
3550277
Move ChannelBuffer class to channel_buffer file
by aluebs@webrtc.org
· 10 years ago
f800961
Remove unused RtpStatistics struct.
by pbos@webrtc.org
· 10 years ago
2755e82
Add receive bitrates to histogram stats:
by asapersson@webrtc.org
· 10 years ago
4d9d595
Implement 3 band splitting filter bank by upsampling and splitting twice into 2 bands
by aluebs@webrtc.org
· 10 years ago
4ab1d2b
Fix an ASSERT that fires in a browser test for renegotiation.
by jiayl@webrtc.org
· 10 years ago
1b53688
Enabling building with NEON on ARM64
by andrew@webrtc.org
· 10 years ago
101bf4d
Rename RtpFileReader::Packet to RtpPacket and move out of RtpFileReader
by henrik.lundin@webrtc.org
· 10 years ago
5e3f6b4
Implement settable min/start/max bitrates in Call.
by pbos@webrtc.org
· 10 years ago
e36c5bc
Add back EXPECT_TRUEs.
by pbos@webrtc.org
· 10 years ago
39f38e3
Reenable GetStats test.
by pbos@webrtc.org
· 10 years ago
b1bd389
Add wav output capability to neteq_rtpplay
by henrik.lundin@webrtc.org
· 10 years ago
db77c84
Add new test for VP8 packetizer to test tight partitions
by henrik.lundin@webrtc.org
· 10 years ago
45c5e1f
OWNERS: Remove tomasl@ and mallinath@
by kjellander@webrtc.org
· 10 years ago
5bcd6b4
Simplifying VideoReceiver and JitterBuffer.
by pbos@webrtc.org
· 10 years ago
0532dd7
Use vector of CSRCs for DeliverFrame & SetCSRCs.
by pbos@webrtc.org
· 10 years ago
a7fe477
Build fix for MIPS Android Webview build.
by andrew@webrtc.org
· 10 years ago
41266d1
Update mock_frame_dropper.h to use size_t
by kjellander@webrtc.org
· 10 years ago
0ab923a
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
65ff171
Fix problems if first packet into NetEq is rejected
by henrik.lundin@webrtc.org
· 10 years ago
20f13e2
Create a NetEq test for when the first incoming payload type is unknown
by henrik.lundin@webrtc.org
· 10 years ago
0c17c5e
Change default values for CpuOveruseOptions.
by asapersson@webrtc.org
· 10 years ago
254d2fc
Revert "Add DCHECK to ensure that NetEq's packet buffer is not empty"
by henrik.lundin@webrtc.org
· 10 years ago
aa4deed
Add DCHECK to ensure that NetEq's packet buffer is not empty
by henrik.lundin@webrtc.org
· 10 years ago
4741259
Add empty 3 band splitting filter API
by aluebs@webrtc.org
· 10 years ago
8c0fa3c
Fix ExpectedQueueTimeMs() to avoid truncation or overflow.
by pkasting@chromium.org
· 10 years ago
33bbae6
Add jmi field for packets discarded due to network error
by guoweis@webrtc.org
· 10 years ago
f08b85e
Annotate COMPILE_ASSERT with __attribute__((unused)).
by pbos@webrtc.org
· 10 years ago
581e4d0
Use RtpFileSource in NetEqDecodingTest
by henrik.lundin@webrtc.org
· 10 years ago
e4f3e74
Revert 7693 "Add jmi field for packets discarded due to network error" breaks chromium's webrtc_cases.
by henrike@webrtc.org
· 10 years ago
e415021
Wrap the splitting filter in its own class
by aluebs@webrtc.org
· 10 years ago
9d5b6d3
Disable EndToEnd.GetStats test.
by pbos@webrtc.org
· 10 years ago
9735284
Report total bitrate for all streams in GetStats.
by pbos@webrtc.org
· 10 years ago
799bae2
Make SetREMBData accept vector of SSRCs.
by pbos@webrtc.org
· 10 years ago
c54249f
Fix and enable CanReceiveFec test.
by pbos@webrtc.org
· 10 years ago
47f38b1
Set correct sample rate in far_frame in audioproc tool.
by bjornv@webrtc.org
· 10 years ago
1135e2c
Update isolate files for Android APK tests.
by kjellander@webrtc.org
· 10 years ago
e357ea6
Add jmi field for packets discarded due to network error
by guoweis@webrtc.org
· 10 years ago
a649ab7
Fix a platform check to use WEBRTC_WIN instead of OS_WIN.
by jiayl@webrtc.org
· 10 years ago
db62518
webrtc::Scaler: Preserve aspect ratio
by magjed@webrtc.org
· 10 years ago
aeae8cb
VideoSendStreamTest.SwapsI420VideoFrames: Initialize frame memory to avoid drmemory errors
by magjed@webrtc.org
· 10 years ago
b02f712
Change the static_library("webrtc") to a source set in the GN build.
by kjellander@webrtc.org
· 10 years ago
a9ccf58
replace inline assembly WebRtcAecm_CalcLinearEnergiesNeon by intrinsics.
by andrew@webrtc.org
· 10 years ago
9593b2d
replace inline assembly WebRtcAecm_StoreAdaptiveChannelNeon by intrinsics.
by andrew@webrtc.org
· 10 years ago
e4979ba
Use ScreenCapturer to capture the whole and clip to the window rect when the shared window is on the top.
by jiayl@webrtc.org
· 10 years ago
10a40c9
Bump to version 40
by tnakamura@webrtc.org
· 10 years ago
Next »