Commit Graph

925 Commits

Author SHA1 Message Date
Randell Jesup
51036cd19e Bug 743703: allow mirroring of trace logs to NSPR; fix backwards lazy allocation defines r=pkerr 2014-05-28 03:18:33 -04:00
Enda Mannion
2a2092dc76 Bug 1003994 - H.246 and multiple video codec tests. r=jesup 2014-05-26 10:07:19 +01:00
Jan-Ivar Bruaroey
93980709ca Bug 970685, telemetry for WebRTC bandwidth, stats-tweak approach. r=jesup 2014-05-27 14:41:17 -04:00
Jan-Ivar Bruaroey
723947759f Bug 970685 - tweak internal RTCStatsQuery to use nsAutoPtr for report, so it can be stolen 2014-05-27 12:58:03 -04:00
EKR
df92fcf432 Bug 1015409 - Fix trickle between CreateOffer() and SetLocal(). r=bwc 2014-05-27 13:13:43 -07:00
Randell Jesup
3e5d95d980 Bug 1014819: Replace OMX GetCodecConfig with straight caching of H.264 SPS/PPS r=jhlin 2014-05-24 18:28:03 -04:00
Randell Jesup
c102072fa1 Bug 985254: Modify H264 OMX code to deal with upstream code inserting start codes r=jhlin 2014-05-24 18:28:03 -04:00
Randell Jesup
388a6314ad Bug 1014921: Wallpaper 8x10 OMX H264 encode/decode mismatch by forcing IDRs r=jhlin 2014-05-24 18:28:03 -04:00
Randell Jesup
ff9cdaf529 Bug 997567: Send iframes for HW H264 encoder when bitrate changes with long GOP r=jhlin 2014-05-24 18:28:03 -04:00
Randell Jesup
d8de28f2bb Bug 997567: Support reconfiguration for frame-rate changes on OMX H.264 encoder r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
bc26a0f3d5 Bug 1015029: Use OMX_VIDEO_ControlRateConstantSkipFrames mode for H.264 OMX encoder r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
6143419992 Bug 989945: add a bit more logging to H264 OMX codec r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
9216b39c92 Bug 989945: Use configureDirect to set OMX HW H264 encoder config correctly r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
06ca7ee4bf Bug 989945: increase logging for H264 OMX code r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
88dd15fc1e Bug 985253: Support H.264 RTP mode 1 support in webrtc signaling r=ehugg 2014-05-24 18:28:02 -04:00
Randell Jesup
41ccb95961 Bug 985254: Add H264 codec-specific structure to carry negotiated data r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
fd032ddd4c Bug 985254: Cleaup H264 packetization and jitter buffer r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
295343b36e Bug 985254: modify upstream h264 packetization patch to make it work r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
fe6e9b77c7 Bug 985254: review cleanups from H264 packetization patch r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
72962eb159 Bug 985254: H264 RTP packetization imported from upstream patchset #10 r=jesup
https://webrtc-codereview.appspot.com/13399004/
2014-05-24 18:28:00 -04:00
Randell Jesup
3683c22e00 Bug 1004396: Make video codec default bitrates configurable for WebRTC r=ekr 2014-05-24 18:28:00 -04:00
Kyle Huey
8a1ded0d50 Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan 2014-05-23 12:53:17 -07:00
Jan-Ivar Bruaroey
a652a7f255 Bug 1013238 - Fix timer event crash on shutdown in recent PeerConnectionCtx change. r=jesup 2014-05-21 22:32:03 -04:00
Anders Lund
4fb3d4f35c Bug 942188 - Added parsing of ice-lite attribute and start ice checks as controlling if peer is ice-lite. r=abr 2014-05-16 01:32:00 -05:00
Byron Campen [:bwc]
a06fbf3117 Bug 1013729 - Null check in case PushLayers failed when registering for the DTLS connection signal. r=jesup 2014-05-21 08:49:03 -07:00
Carsten "Tomcat" Book
a161c852d2 Backed out changeset 9b2588d41e3a (bug 969395) for bustage 2014-05-21 11:29:21 +02:00
Qiang Lu
0869002d91 Bug 969395 - Add stub library for accesing VP8 HW codec through android native mediacodec interface. r=rjesup 2014-05-21 10:14:31 +08:00
EKR
b0ca419e1e Bug 1012999: When STUN global rate limit is exceeded, record this in telemetry. r=ekr 2014-05-19 19:16:38 -07:00
Jan-Ivar Bruaroey
904d9cd547 Bug 970685 - Thread approach for WebRTC telemetry for jitter, packet-loss and RTT. r=jesup 2014-05-10 08:54:41 -04:00
John Lin
335a321bf8 Bug 1011422 - Clear mOMXConfigured flag to correctly restart OMX H.264 encoder. r=jesup 2014-05-18 19:30:00 +02:00
Carsten "Tomcat" Book
c46f2f1ad5 Backed out changeset 426b187eae45 (bug 1001422) wrong bugnumber in commit message 2014-05-19 11:44:00 +02:00
John Lin
1b10c80f8a Bug 1001422 - Clear mOMXConfigured flag to correctly restart OMX H.264 encoder. r=jesup 2014-05-18 19:30:00 +02:00
John Lin
4482fb3908 Bug 1010841 - Handle on-demand key frame request in OMX H.264 encoder. r=jesup 2014-05-16 01:56:00 -04:00
Randell Jesup
9e7930e7fd Bug 1011214: Release OMX monitor when shutting down Encoder output drain thread r=jhlin 2014-05-16 04:37:08 -04:00
Randell Jesup
f83fd207cc Bug 981780: fix disable-webrtc r=glandium 2014-05-09 14:40:32 -04:00
Martin Thomson
e53bb3766c Bug 966066 - Add principal observer to RTCPeerConnection. r=jib 2014-04-25 10:34:00 -04:00
Neil Rashbrook
0b29793db8 Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg 2014-05-11 10:47:11 +01:00
Ryan VanderMeulen
d30bf9e6eb Backed out changeset 047f98eef5cf (bug 1007196) for intermittent failures. 2014-05-09 14:13:21 -04:00
Ethan Hugg
273eb13fb2 Bug 1007196 - Re-enable the Signaling unittests for Linux and OSX. r=ted 2014-05-07 13:04:34 -07:00
Chris Peterson
df47d0f97f Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in webrtc/signaling. r=jesup 2014-04-19 11:05:10 -07:00
Neil Rashbrook
a998ae77f6 Backout of bug 514280 changeset c738f7348dea for build failure on a CLOSED TREE 2014-05-08 20:35:09 +01:00
Neil Rashbrook
f9520ae677 Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg 2014-05-08 20:08:38 +01:00
Chris Peterson
78ae1f032d Bug 1005784 - Fix -Wuninitialized warnings in webrtc/modules/audio_device/linux/. r=jesup 2014-05-05 23:38:04 -07:00
Byron Campen [:bwc]
ed80aecb7c Bug 1002831 - Display remote and local SDP on about:webrtc. r=smaug, r=jib 2014-05-05 11:13:24 -07:00
Byron Campen [:bwc]
a0a82f96e2 Bug 970734 - Part 2: Record final ICE/media stats when PeerConnections are closed, so they show up in about:webrtc. r=smaug, r=jib 2014-05-05 09:35:57 -07:00
Robert O'Callahan
730a55616d Bug 1006248. Part 4: Use better #include paths for libstagefright headers in a couple of places. r=glandium
--HG--
extra : rebase_source : e8c7e019b0bc5bf60081aad158a7d89fbb261e29
2014-05-06 17:40:59 +12:00
Martin Thomson
33feea0ff7 Bug 1006112 - Fixing regressions in signaling_unittests. r=ekr 2014-05-05 14:19:00 +02:00
Martin Thomson
8b16c70404 Bug 942367 - Stream isolation for WebRTC r=bholley 2014-05-01 12:51:00 +02:00
Ethan Hugg
2da17470dd Bug 1002890 - Signaling unittests no longer need exceptions to mainthread checks. r=jesup 2014-04-28 19:45:40 -07:00
Ethan Hugg
4262180c0b Bug 819549 - Signaling unittests should dispatch to main thread when calling PC. r=jesup 2014-04-28 15:00:19 -07:00