Commit Graph

815 Commits

Author SHA1 Message Date
snigdha
90f0f64d5b Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey 2014-04-01 08:29:25 -04:00
Daniel Holbert
a00a50512c Bug 989425: Remove unused variable 'DTLS_FINGERPRINT_LENGTH' from PeerConnectionImpl.cpp. r=mt 2014-03-28 17:58:19 -07:00
Randell Jesup
67919b2f71 Bug 986764: release all webrtc sub-modules before deleting engine r=gcp 2014-03-26 17:58:25 -04:00
Jan Beich
a0cc624457 Bug 985848 - Use videodev2.h on DragonFly/DPorts as well. r=jesup 2014-03-24 08:57:58 -04:00
Jan-Ivar Bruaroey
cd8307646e Bug 964127 - Add a/v sync telemetry. r=bwc 2014-03-14 16:46:31 -04:00
Kyle Huey
84360900b0 Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg 2014-03-15 12:00:17 -07:00
Kyle Huey
510a49016d Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg 2014-03-15 12:00:15 -07:00
Jan-Ivar Bruaroey
b31835c861 Bug 970686: Undo extensions to wrong rtcp methods in webrtc.org r=jesup 2014-03-13 22:28:12 -04:00
Jan-Ivar Bruaroey
57b144b21b Bug 970686: Outbound getStats: Fixed RTCP timestamps and remote packets/bytes received. r=jesup 2014-03-14 14:34:02 -04:00
Ethan Hugg
1776571e5f Bug 982371 - Signaling - Filter remotepartyname in the calllogger. r=jesup 2014-03-12 12:04:18 -07:00
Gian-Carlo Pascutto
5eb3621aee Bug 877954 - Add additional logging for WebRTC adaption & resolution changes. r=jesup 2014-03-13 11:06:39 +01:00
Gian-Carlo Pascutto
739c10fdfb Bug 877954 - Enable QM if load adaption is enabled. r=jesup 2014-03-13 11:06:27 +01:00
Gian-Carlo Pascutto
fece01ade1 Bug 877954 - Push load state to media optimization. Add simple CPU adaption rules. r=jesup 2014-03-13 11:05:42 +01:00
Gian-Carlo Pascutto
3fefb76168 Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup 2014-03-13 11:05:27 +01:00
Jan-Ivar Bruaroey
fe2bc5a3f5 Bug 964127: Add a/v sync status to about:webrtc. r=jesup 2014-03-12 17:13:20 -04:00
Randell Jesup
da2a501066 Bug 964127: Add logging of webrtc a/v sync status r=jib 2014-03-12 20:11:49 -04:00
Ehsan Akhgari
98311f51be Bug 981428 - Move OSX -framework flags to moz.build; r=mshal 2014-03-10 20:18:33 -04:00
Randell Jesup
3c46e23828 Bug 981680: Upstream webrtc patch for avsync (r5102) rs=jesup 2014-03-11 00:36:12 -04:00
Byron Campen [:bwc]
1391072dab Bug 979471 - Populate ICE stats for DataChannels when we have a null selector. r=jib 2014-03-10 08:41:35 -07:00
Randell Jesup
4b980a852d Bug 980096: fix leaks of VoiceEngines by reinstating use of ScopedCustomReleasePtr r=khuey
--HG--
rename : media/webrtc/signaling/src/media-conduit/MediaEngineWrapper.h => media/webrtc/signaling/src/common/MediaEngineWrapper.h
2014-03-09 00:18:50 -05:00
Byron Campen [:bwc]
1e9703c504 Bug 786234 - Part 6: Move RTCP handling back to the transmit pipeline. r=jesup, r=ethanhugg 2014-02-25 09:22:31 -08:00
Byron Campen [:bwc]
cd1137e11e Bug 786234 - Part 5: More detailed test-cases. r=ehugg 2014-01-17 17:11:00 -08:00
Byron Campen [:bwc]
a3eb800b88 Bug 786234 - Part 4: Fix a bug in mediapipeline_unittest where RTP packets were
mashed together into a single buffer five at a time, preventing the receive
pipeline from successfully decrypting them, and causing the packet counts to
be wrong. (This should fix 947663) r=ehugg
2014-01-17 17:10:17 -08:00
Byron Campen [:bwc]
964dc99bb7 Bug 786234 - Part 3: Plumbing for filtration, and bundle usage detection. r=abr 2014-01-14 16:29:42 -08:00
Byron Campen [:bwc]
e7761b04eb Bug 786234 - Part 2.2: Compensate for some build system gotchas. r=abr 2014-01-14 16:31:27 -08:00
Byron Campen [:bwc]
83869a10c0 Bug 786234 - Part 2.1: RTCP filtering logic. r=abr 2014-01-09 15:12:25 -08:00
Byron Campen [:bwc]
a14dd974ac Bug 786234 - Part 2: Implementation of the filtering logic itself, plus a unit-test. r=abr 2013-12-19 16:19:05 -08:00
Gian-Carlo Pascutto
4848b0287e Bug 978827 - Remove bogus assertion in OpenSL input backend. r=jesup 2014-03-06 15:11:52 +01:00
Byron Campen [:bwc]
bc2949dab7 Bug 970690 - Part 1: Add transport field to ICE candidate stats. r=jib 2014-02-26 11:12:37 -08:00
Byron Campen [:bwc]
88008dfd1d Bug 958221 - Part 3: New webidl for WebrtcGlobalInformation, c++ impl, and removing logging-related stuff from PeerConnectionImpl. r=jib 2014-02-20 09:35:35 -08:00
Byron Campen [:bwc]
6322dddd87 Bug 958221 - Part 2: Simplify the statistics accessors, and rename things to better describe what they do. r=jib 2014-02-20 09:33:55 -08:00
Byron Campen [:bwc]
0044ef7d1c Bug 958221 - Part 1: Move (but not alter) some code as step one in refactoring the GetStats functionality so it can be used by other classes. r=jib 2014-01-24 14:48:15 -08:00
Ulrich Weigand
5d45690169 Bug 976648 - WebRTC endian config for powerpc64le-linux support. r=jesup 2014-02-28 09:57:03 -05:00
Ryan VanderMeulen
760e2a311f Backed out changeset 6f05267b4afc (bug 798033) for Android bustage. 2014-03-05 09:55:52 -05:00
snigdha
ef5d7c4e73 Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey 2014-03-05 08:47:45 -05:00
Jan-Ivar Bruaroey
8576953acf Bug 978239 - Synchronize WindowsRealTimeClock to unmess RTCP timestamps. r=jesup 2014-02-28 15:42:24 -05:00
Gian-Carlo Pascutto
784c8ca252 Bug 974378 - Make webrtc.org OpenSL ES output code optional. Increase input buffers. r=jesup 2014-02-26 19:55:07 +01:00
Martin Thomson
6a3f07e86b Bug 884573 - Part 2: Identity assertion generation and verification for WebRTC. r=abr 2014-02-10 14:41:46 -08:00
Martin Thomson
195ba6315f Bug 884573 - Part 1: Add a=identity support for sipcc. r=abr 2014-01-08 11:55:04 -08:00
Adam Roach [:abr]
fdc4ea7fd0 Backed out changeset 4f7eac2b16ca (bug 786234) 2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
b1127dd936 Backed out changeset 1dea344fa608 (bug 786234) 2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
f5dfa23228 Backed out changeset 53d8b186e574 (bug 786234) 2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
f17dbb14ab Backed out changeset c5334aea6433 (bug 786234) 2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
91c06fc26a Backed out changeset c8083d830fa6 (bug 786234) 2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
d8a0061268 Backed out changeset 2d1f70b91712 (bug 786234) 2014-02-24 12:29:09 -06:00
Byron Campen [:bwc]
09d8655294 Bug 786234 - Part 5: More detailed test-cases. r=ethanhugg 2014-01-17 17:11:00 -08:00
Byron Campen [:bwc]
be144d1e5d Bug 786234 - Part 4: Fix a bug in mediapipeline_unittest where RTP packets were mashed together into a single buffer five at a time, preventing the receive pipeline from successfully decrypting them and causing the packet counts to be wrong. r=ethanhugg 2014-01-17 17:10:17 -08:00
Byron Campen [:bwc]
8c4cea2760 Bug 786234 - Part 3: Plumbing for filtration and bundle usage detection. r=abr 2014-01-14 16:29:42 -08:00
Byron Campen [:bwc]
ece5d7abbf Bug 786234 - Part 2.2: Compensate for some build system gotchas. r=abr 2014-01-14 16:31:27 -08:00
Byron Campen [:bwc]
a0b95ba944 Bug 786234 - Part 2.1: RTCP filtering logic. r=abr 2014-01-09 15:12:25 -08:00