Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
560dce5d48f4798ebcc0b77118db2e8853f48c18
/
talk
9c16c39
Sets the SCTP port codec in the native SessionDescription.
by jiayl@webrtc.org
· 11 years ago
53d8235
Ignore identical remote fingerprint in DtlsTransportChannelWrapper::SetRemoteFingerprint.
by jiayl@webrtc.org
· 11 years ago
ff27332
Implement ObjC DataChannel wrapper
by tkchin@webrtc.org
· 11 years ago
740e6b3
(Auto)update libjingle 65843899-> 65880186
by buildbot@webrtc.org
· 11 years ago
7c82ada
AppRTCDemo was blocking the main thread for network requests. This fixes it by making the background queue serial instead of using @synchronize to make the background operations serial.
by fischman@webrtc.org
· 11 years ago
a86c42c
libjingle_unittest now compiles and passes on iOS! (reland of r5986)
by fischman@webrtc.org
· 11 years ago
681f787
(Auto)update libjingle 65752960-> 65813736
by buildbot@webrtc.org
· 11 years ago
f04a6ea
MediaCodecVideoEncoder: limit MediaCodec bitrate to 95% of requested to avoid overshoot.
by fischman@webrtc.org
· 11 years ago
af6640f
(Auto)update libjingle 65729829-> 65752960
by buildbot@webrtc.org
· 11 years ago
f27fdeb
AppRTCDemo(android): don't initialize process-globals more than once.
by fischman@webrtc.org
· 11 years ago
7d825e9
Revert "libjingle_unittest now compiles and passes on iOS!"
by kjellander@webrtc.org
· 11 years ago
a0d3067
Use CreatePeerConnection method which accepts port_allocator.
by mallinath@webrtc.org
· 11 years ago
95cd155
libjingle_unittest now compiles and passes on iOS!
by fischman@webrtc.org
· 11 years ago
658a945
(Auto)update libjingle 65619249-> 65622932
by buildbot@webrtc.org
· 11 years ago
ff90ed6
(Auto)update libjingle 65561104-> 65619249
by buildbot@webrtc.org
· 11 years ago
2b93402
(Auto)update libjingle 65484212-> 65561104
by buildbot@webrtc.org
· 11 years ago
3f1aa24
(Auto)update libjingle 65469804-> 65484212
by buildbot@webrtc.org
· 11 years ago
0d915ff
Fix the return value of DtlsTransportChannelWrapper::SendPacket in the case of invalid RTP packet.
by jiayl@webrtc.org
· 11 years ago
504fc89
(Auto)update libjingle 65394435-> 65417850
by buildbot@webrtc.org
· 11 years ago
19b1be1
Provide GetStats method in RTCPeerConnection
by tkchin@webrtc.org
· 11 years ago
ec3d8ec
Fix typo by renaming RTCSessionDescriptonDelegate -> RTCSessionsDescriptionDelegate
by tkchin@webrtc.org
· 11 years ago
54fd700
Remove ASSERT in TransportChannelProxy::SetImplementation, when
by mallinath@webrtc.org
· 11 years ago
8e5ec52
(Auto)update libjingle 65152644-> 65219629
by buildbot@webrtc.org
· 11 years ago
29540b1
Revert "PeerConnectionFactory: delay deletion of owned threads."
by fischman@webrtc.org
· 11 years ago
1a87f52
(Auto)update libjingle 65151416-> 65151642
by buildbot@webrtc.org
· 11 years ago
cea024d
PeerConnectionFactory: delay deletion of owned threads.
by fischman@webrtc.org
· 11 years ago
aeb0c28
Update PRESUBMIT.py's list of "DO_NOT_SUBMIT_FILES".
by henrike@webrtc.org
· 11 years ago
0b3c6c3
(Auto)update libjingle 65086785-> 65104022
by buildbot@webrtc.org
· 11 years ago
39b868b
(Auto)update libjingle 65055925-> 65086785
by buildbot@webrtc.org
· 11 years ago
8f88f20
Expand the test max wait time from 1000ms to 2000ms.
by jiayl@webrtc.org
· 11 years ago
36eda7c
Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=996329, where the m line from firefox have a space at the end.
by wu@webrtc.org
· 11 years ago
1fd5b45
(Auto)update libjingle 64956819-> 64982143
by buildbot@webrtc.org
· 11 years ago
190b72a
Make libjingle Android example build without sourcing envsetup.sh
by kjellander@webrtc.org
· 11 years ago
ad4440a
In shared socket mode, use udp port as default receiver even if
by mallinath@webrtc.org
· 11 years ago
505f400
(Auto)update libjingle 64909599-> 64919255
by buildbot@webrtc.org
· 11 years ago
e98598d
Make everyone an OWNER for .gyp/.gypi add/delete purposes, talk/ edition.
by fischman@webrtc.org
· 11 years ago
1da6047
(Auto)update libjingle 64813990-> 64909599
by buildbot@webrtc.org
· 11 years ago
cf0b46c
iosdeviceinfo.cc: remove unnecessary file
by fischman@webrtc.org
· 11 years ago
f875f15
(Auto)update libjingle 64709629-> 64813990
by buildbot@webrtc.org
· 11 years ago
b884eb6
(Auto)update libjingle 64630087-> 64709629
by wu@webrtc.org
· 11 years ago
8dce41b
Remove erronuous commit message from auto sync.
by henrike@webrtc.org
· 11 years ago
15192f9
(Auto)update libjingle 64594651-> 64630087
by buildbot@webrtc.org
· 11 years ago
8f89497
Remove erronuous commit message.
by henrike@webrtc.org
· 11 years ago
61c1b8e
(Auto)update libjingle 64585415-> 64594651
by buildbot@webrtc.org
· 11 years ago
f824fde
(Auto)update libjingle 64326665-> 64585415
by henrike@webrtc.org
· 11 years ago
74a7c48
Removes unused thread causing compiler warnings.
by henrike@webrtc.org
· 11 years ago
4e39307
Compare the answer's media type against offer to make sure they are match. Otherwise we should return failure.
by wu@webrtc.org
· 11 years ago
09b0c10
Talk: fixes warning: local variable is initialized but not referenced due to only using the variable in question for asserts.
by henrike@webrtc.org
· 11 years ago
d1fe6b7
AppRTCDemo(android): fix a couple of SDP-related regressions.
by fischman@webrtc.org
· 11 years ago
f5bebd4
(Auto)update libjingle 64247466-> 64326665
by henrike@webrtc.org
· 11 years ago
1481491
(Auto)update libjingle 64147530-> 64247466
by wu@webrtc.org
· 11 years ago
5e760e7
Check the return value of the FromString call and return failure when then value is invalid. I.e. uses
by wu@webrtc.org
· 11 years ago
e387771
Remove webrtc_unittest.cc from talk presubmit script.
by wu@webrtc.org
· 11 years ago
05e7b44
(Auto)update libjingle 63948945-> 64147530
by wu@webrtc.org
· 11 years ago
49c5ba3
AppRTCDemo(iOS): now works in the iOS Simulator!
by fischman@webrtc.org
· 11 years ago
61e78fc
AppRTCDemo(iOS): remote-video reliability fixes
by fischman@webrtc.org
· 11 years ago
fe16488
AppRTCDemo(android): specify DtlsSrtpKeyAgreement:true in CreatePeerConnection's constraints.
by fischman@webrtc.org
· 11 years ago
4f2bd68
Silence pointless LS_WARNING about port 0 for active-only candidates.
by fischman@webrtc.org
· 11 years ago
987f2c9
(Auto)update libjingle 63913264-> 63948945
by wu@webrtc.org
· 11 years ago
f7d501d
(Auto)update libjingle 63884381-> 63913264
by wu@webrtc.org
· 11 years ago
a5586b5
Protect ENABLE_PROFILING to fix profiling=1.
by andrew@webrtc.org
· 11 years ago
cfe5e9c
(Auto)update libjingle 63837929-> 63884381
by wu@webrtc.org
· 11 years ago
b0ecc1c
(Auto)update libjingle 63777286-> 63837929
by henrike@webrtc.org
· 11 years ago
b25576a
talk/: enable _DEBUG in Debug for all posix
by fischman@webrtc.org
· 11 years ago
1ca08f6
Fix after auto update in r5787. APPRTCVideoView.h/m was removed incorrectly.
by henrike@webrtc.org
· 11 years ago
5fb7428
(Auto)update libjingle 63775799-> 63776369
by henrike@webrtc.org
· 11 years ago
a92fd74
(Auto)update libjingle 63773382-> 63775799
by henrike@webrtc.org
· 11 years ago
dce3feb
(Auto)update libjingle 63738002-> 63773382
by henrike@webrtc.org
· 11 years ago
ae3347a
Fix after auto update: removed files were brought back.
by henrike@webrtc.org
· 11 years ago
76d4f38
AppRTCDemo(iOS): allow rooms with no incoming audio.
by fischman@webrtc.org
· 11 years ago
6e3dbc2
(Auto)update libjingle 63648983-> 63738002
by henrike@webrtc.org
· 11 years ago
385a722
PeerConnection(iOS): make ARC-clean talk/.../objc* and talk/examples/ios
by fischman@webrtc.org
· 11 years ago
e42b8ab
Cleanups in libjingle to make it compile with chromium_code=1
by sergeyu@chromium.org
· 11 years ago
7fa1fcb
AppRTCDemo(ios): style/cleanup fixes following cr/62871616-p10
by fischman@webrtc.org
· 11 years ago
c693a2a
PeerConnection(iOS): fix case in #import statements.
by fischman@webrtc.org
· 11 years ago
1e6cb2c
(Auto)update libjingle 63560528-> 63648983
by wu@webrtc.org
· 11 years ago
152208a
(Auto)update libjingle 63547048-> 63560528
by henrike@webrtc.org
· 11 years ago
be7e26d
(Auto)update libjingle 63503990-> 63547048
by henrike@webrtc.org
· 11 years ago
0c6f0f9
Revert 5737 "Add system wrapper dependency to libjingle targets."
by mallinath@webrtc.org
· 11 years ago
5e83c65
(Auto)update libjingle 63493960-> 63503990
by henrike@webrtc.org
· 11 years ago
a8ebdb7
Revert "(Auto)update libjingle 63363208-> 63493960" (r5740)
by henrike@webrtc.org
· 11 years ago
5f768ad
(Auto)update libjingle 63363208-> 63493960
by henrike@webrtc.org
· 11 years ago
979f1f8
Add system wrapper dependency to libjingle targets.
by mallinath@webrtc.org
· 11 years ago
ffe2620
(Auto)update libjingle 63352036-> 63363208
by henrike@webrtc.org
· 11 years ago
8b61011
(Auto)update libjingle 63293120-> 63352036
by henrike@webrtc.org
· 11 years ago
e9793ab
(Auto)update libjingle 63111035-> 63293120
by henrike@webrtc.org
· 11 years ago
18e5911
(Auto)update libjingle 63089643-> 63111035
by henrike@webrtc.org
· 11 years ago
f45a550
(Auto)update libjingle 63019975-> 63089643
by henrike@webrtc.org
· 11 years ago
827faae
Fixing incorrect memset.
by mallinath@webrtc.org
· 11 years ago
c7bec84
(Auto)update libjingle 62948689-> 63019975
by henrike@webrtc.org
· 11 years ago
10bd88e
(Auto)update libjingle 62871616-> 62948689
by henrike@webrtc.org
· 11 years ago
d3d6bce
(Auto)update libjingle 62865357-> 62871616
by henrike@webrtc.org
· 11 years ago
0537634
(Auto)update libjingle 62713454-> 62865357
by henrike@webrtc.org
· 11 years ago
a01daf0
RTCPeerConnectionTest(objc): deflake by ignoring ICECompleted.
by fischman@webrtc.org
· 11 years ago
13320ea
PeerConnectionTest(objc): expect ICE Completed state post 61460797-p10
by fischman@webrtc.org
· 11 years ago
11aab0e
Populate VoiceReceiverInfo::delay_estimate_ms, jitter_buffer_ms, and jitter_buffer_preferred_ms to getStats.
by jiayl@webrtc.org
· 11 years ago
371243d
Remove std:: prefixes from C functions in talk/.
by pbos@webrtc.org
· 11 years ago
79047f9
(Auto)update libjingle 62691533-> 62713454
by henrike@webrtc.org
· 11 years ago
2d213e4
(Auto)update libjingle 62550414-> 62691533
by henrike@webrtc.org
· 11 years ago
f714e7f
Remove abs() use in PseudoTcp::process.
by pbos@webrtc.org
· 11 years ago
Next »