Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
cb858ba3974c921627e81805e2ab4a2ae52c6619
cb858ba
Make an AudioEncoder subclass for iLBC
by kwiberg@webrtc.org
· 10 years ago
ee43263
Cleaned up real_fft APIs due to non-existing NEON code
by bjornv@webrtc.org
· 10 years ago
ed7824b
Change Android PeerConnectionUnittest to build using Chrome macros.
by perkj@webrtc.org
· 10 years ago
ba8138b
Change type of nack_last_time_sent_full_ from uint32_t to int64_t.
by asapersson@webrtc.org
· 10 years ago
aefe61a
PRESUBMIT: Add check for checkdeps.
by kjellander@webrtc.org
· 10 years ago
7db359b
Roll chromium_revision 24b4c73..8e72e1d
by kjellander@webrtc.org
· 10 years ago
d91d359
PRESUBMIT: Add iOS ARM64 trybots to default set.
by kjellander@webrtc.org
· 10 years ago
fb01376
Adjust some parameters for VP9 tests.
by marpan@webrtc.org
· 10 years ago
e2a9261
Improve AppRTCDemo connection speed by sending all
by glaznev@webrtc.org
· 10 years ago
bd8cc0b
Add codereview.settings to the /talk subdirectory
by kjellander@webrtc.org
· 10 years ago
5af8cd7
Add codereview.settings to the /webrtc subdirectory
by kjellander@webrtc.org
· 10 years ago
599e299
cricket::VideoFrame int64 to int64_t.
by kjellander@webrtc.org
· 10 years ago
9b5467e
Fix assertion failure when closing data channel, and add a unit test.
by bemasc@webrtc.org
· 10 years ago
4b407aa
Update AppRTCDemo README with information on 3-dot-apprtc server
by glaznev@webrtc.org
· 10 years ago
7169afd
With IPv6 enabled, it's important to know whether IPv6 is really used or not. BestConnection is tracked for this purpose. Also added a test case to verify the end to end behavior.
by guoweis@webrtc.org
· 10 years ago
369746b
Support new WebSocket signaling format.
by glaznev@webrtc.org
· 10 years ago
0b38478
Add support for parsing header only RTP dumps with bwe_rtp_play.
by stefan@webrtc.org
· 10 years ago
9f79fe6
Merge remote bitrate estimator changes.
by pbos@webrtc.org
· 10 years ago
33ccdfa
Relanding r7807.
by minyue@webrtc.org
· 10 years ago
52bc4f4
Revert 7807 "Removing unused opus wrapper APIs."
by minyue@webrtc.org
· 10 years ago
c0991fe
Roll chromium_revision 24b4c73..f27c369
by kjellander@webrtc.org
· 10 years ago
e54a634
Removing unused opus wrapper APIs.
by minyue@webrtc.org
· 10 years ago
8c9ff20
Redo the change of https://webrtc-codereview.appspot.com/30949004/
by guoweis@webrtc.org
· 10 years ago
fd84229
Revert "Implement GetState() for channel's connectivity check state."
by guoweis@webrtc.org
· 10 years ago
ff72f9e
Implement GetState() for channel's connectivity check state.
by guoweis@webrtc.org
· 10 years ago
fd4acf6
Adding WebRtcSpl_MaxAbsValueW16 intrinsics version
by andrew@webrtc.org
· 10 years ago
3a52458
add WebRtcIsacfix_AutocorrNeon's intrinsics version
by andrew@webrtc.org
· 10 years ago
8dc21dc
Rename internal AudioEncoder::Encode method to EncodeInternal
by henrik.lundin@webrtc.org
· 10 years ago
d1fac61
Remove need for assembly offset generation in aecm and ns module.
by andrew@webrtc.org
· 10 years ago
3800e13
Revert r7798 ("Move the AudioDecoder interface out of NetEq")
by kwiberg@webrtc.org
· 10 years ago
00ba1a7
Move the AudioDecoder interface out of NetEq
by kwiberg@webrtc.org
· 10 years ago
0fb6ad2
Check if cpu_monitor_ exists before Stop().
by pbos@webrtc.org
· 10 years ago
fa914e2
Adding a duration printout to neteq_rtpplay
by henrik.lundin@webrtc.org
· 10 years ago
d8aed6b
Verify that cpu_monitor exists before calling Stop().
by asapersson@webrtc.org
· 10 years ago
c3e097c
Add Android test runner script for WebRTC.
by kjellander@webrtc.org
· 10 years ago
8e5c814
Convert DEPS to only reference Git repos
by kjellander@webrtc.org
· 10 years ago
511f8a8
TurnPort should ignore STUN binding reponses when using shared socket.
by jiayl@webrtc.org
· 10 years ago
001f3b9
Adjust parameter in videoprocessor_integration_test for vp9.
by marpan@webrtc.org
· 10 years ago
a7384a1
Simplify audio_buffer APIs
by aluebs@webrtc.org
· 10 years ago
ceca014
Re-enable test: VideoProcessorIntegrationTest.ProcessNoLossChangeBitRateVP9.
by marpan@webrtc.org
· 10 years ago
eb09542
Don't reset sequence number for a stream on deactivate/reactivate.
by pthatcher@webrtc.org
· 10 years ago
d019551
Change minimum video encoder initialization resolution to
by glaznev@webrtc.org
· 10 years ago
1751ee7
Remove -flax-vector-conversions flag for ARM NEON building.
by andrew@webrtc.org
· 10 years ago
ac68ef9
Clear 2 unused functions in audio processing aecm module.
by andrew@webrtc.org
· 10 years ago
beee9ce
Change back so that Android ApprtcDemo only use one MediaStream containing both audio and video.
by perkj@webrtc.org
· 10 years ago
7f1dfa5
Adding a payload type to AudioEncoder objects
by henrik.lundin@webrtc.org
· 10 years ago
0cd5558
AudioEncoder subclass for G722
by kwiberg@webrtc.org
· 10 years ago
84515f8
Roll chromium_revision 309cf65..24b4c73
by kjellander@webrtc.org
· 10 years ago
5950b64
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
146e0fd
Fix the build by putting in a typecast to avoid a comparison between
by pthatcher@webrtc.org
· 10 years ago
dea5173
Add start bitrate and vp8 hw acceleration option to Android AppRTCDemo.
by glaznev@webrtc.org
· 10 years ago
32ec0dd
(Auto)update libjingle 81063831-> 81073932
by buildbot@webrtc.org
· 10 years ago
7f72249
Set simulcastIdx field to zero even if it has no meaning.
by andresp@webrtc.org
· 10 years ago
273a414
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
1db20a4
Adding EncodedInfo struct to AudioEncoder::Encode
by henrik.lundin@webrtc.org
· 10 years ago
20446e7
Move and rename neteq/test/RTPcat to neteq/tools/rtpcat
by henrik.lundin@webrtc.org
· 10 years ago
c93437e
Add test NetEqDecodingTest.CngFirst
by henrik.lundin@webrtc.org
· 10 years ago
8331714
Adding a new test helper RtpFileWriter and use it in RTPcat
by henrik.lundin@webrtc.org
· 10 years ago
4796301
Whitespace change to force builds.
by kjellander@webrtc.org
· 10 years ago
e75f2ce
Add FORCE_HTTPS_COMMIT_URL to codereview.settings.
by kjellander@webrtc.org
· 10 years ago
cc7755b
Whitespace change
by kjellander@webrtc.org
· 10 years ago
74499ef
Add whitespace.txt file.
by kjellander@webrtc.org
· 10 years ago
2c13f65
Add a platform specific typedef for SOCKET in the peerconnection_server example since it's not universally 'int'.
by tommi@webrtc.org
· 10 years ago
83b5200
Add framerate for complete received frames to histogram stats:
by asapersson@webrtc.org
· 10 years ago
cc144de
Make bands vector in SplittingFilter Analysis const
by aluebs@webrtc.org
· 10 years ago
8789376
Move ChannelBuffer class to channel_buffer file
by aluebs@webrtc.org
· 10 years ago
d87213a
Remove unused RtpStatistics struct.
by pbos@webrtc.org
· 10 years ago
7d4e6d0
Roll chromium_revision d8c9041..309cf65
by kjellander@webrtc.org
· 10 years ago
d952c40
Add receive bitrates to histogram stats:
by asapersson@webrtc.org
· 10 years ago
3e9ad26
Refactor iOS AppRTC parsing code.
by tkchin@webrtc.org
· 10 years ago
79b9eba
Implement 3 band splitting filter bank by upsampling and splitting twice into 2 bands
by aluebs@webrtc.org
· 10 years ago
7806d8f
Fix an ASSERT that fires in a browser test for renegotiation.
by jiayl@webrtc.org
· 10 years ago
a71bb60
Revert 7750 "Don't reset sequence number for a stream on deactiv..."
by sprang@webrtc.org
· 10 years ago
a56a2c5
Enabling building with NEON on ARM64
by andrew@webrtc.org
· 10 years ago
31f7a0e
Don't reset sequence number for a stream on deactivate/reactivate.
by sprang@webrtc.org
· 10 years ago
91d928e
Rename RtpFileReader::Packet to RtpPacket and move out of RtpFileReader
by henrik.lundin@webrtc.org
· 10 years ago
2faf7ee
Revert "Revert "This adds an Android apk for running tests on the Java layer of PeerConnection.""
by perkj@webrtc.org
· 10 years ago
58edb83
Add video encoder fps and bitrate statistics to Android AppRTCDemo UI.
by glaznev@webrtc.org
· 10 years ago
0087318
Implement settable min/start/max bitrates in Call.
by pbos@webrtc.org
· 10 years ago
b951eb1
Add back EXPECT_TRUEs.
by pbos@webrtc.org
· 10 years ago
ba25347
Reenable GetStats test.
by pbos@webrtc.org
· 10 years ago
dab5d92
Use mirror image for Android AppRTCDemo local preview.
by glaznev@webrtc.org
· 10 years ago
03499a0
Add wav output capability to neteq_rtpplay
by henrik.lundin@webrtc.org
· 10 years ago
aff1751
Add new test for VP8 packetizer to test tight partitions
by henrik.lundin@webrtc.org
· 10 years ago
dde19a6
sync_chromium.py: Check for chromium/src
by kjellander@webrtc.org
· 10 years ago
3398a4a
PRESUBMIT: Only notify GN changes for GYP files in webrtc/*
by kjellander@webrtc.org
· 10 years ago
8562f23
OWNERS: Remove tomasl@ and mallinath@
by kjellander@webrtc.org
· 10 years ago
4f16c87
Simplifying VideoReceiver and JitterBuffer.
by pbos@webrtc.org
· 10 years ago
9334ac2
Use vector of CSRCs for DeliverFrame & SetCSRCs.
by pbos@webrtc.org
· 10 years ago
308e7ff
Revert "This adds an Android apk for running tests on the Java layer of PeerConnection."
by kjellander@webrtc.org
· 10 years ago
2751f2a
This adds an Android apk for running tests on the Java layer of PeerConnection.
by perkj@webrtc.org
· 10 years ago
88d14f4
Remove expensive and unnecessary memory alloc for sending black frames on video
by thorcarpenter@google.com
· 10 years ago
1153322
Build fix for MIPS Android Webview build.
by andrew@webrtc.org
· 10 years ago
bdcf38c
cricket::VideoFrame: Refactor ConvertToRgbBuffer into base class
by magjed@webrtc.org
· 10 years ago
ad0e71c
Update mock_frame_dropper.h to use size_t
by kjellander@webrtc.org
· 10 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
edc6e57
Support loopback mode and command line execution
by glaznev@webrtc.org
· 10 years ago
6ff3ac1
Fix problems if first packet into NetEq is rejected
by henrik.lundin@webrtc.org
· 10 years ago
ed91068
Create a NetEq test for when the first incoming payload type is unknown
by henrik.lundin@webrtc.org
· 10 years ago
049e4ec
Change default values for CpuOveruseOptions.
by asapersson@webrtc.org
· 10 years ago
Next »