Commit Graph

1894 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
6e411ef3aa Bug 1016724 - Make sure the word "gathering" appears in the timecard stamp for complete. r=jesup 2014-05-27 17:19:45 -07:00
Byron Campen [:bwc]
2f2b988125 Bug 891551 - Part 2: (Upliftable) Fix bugs where PR_WOULD_BLOCK_ERROR (or, in some cases, PR_NOT_CONNECTED_ERROR while a TCP socket was connecting) would cause sockets to be abandoned for no good reason (see also bug 985493 and 1001671). r=bwc 2014-05-02 10:49:00 -07:00
Carsten "Tomcat" Book
e096bc3ea7 merge b2g-inbound to mozilla-central 2014-05-28 14:33:48 +02:00
Randell Jesup
3e5a393123 Bug 743703: allow mirroring of trace logs to NSPR; fix backwards lazy allocation defines r=pkerr 2014-05-28 03:18:33 -04:00
Anthony Jones
c57c5e40c1 Bug 1014814 - Fix Android log r=glandium 2014-05-26 09:20:56 +12:00
Enda Mannion
944f1623f0 Bug 1003994 - H.246 and multiple video codec tests. r=jesup 2014-05-26 10:07:19 +01:00
Jan-Ivar Bruaroey
fd6c40896d Bug 970685, telemetry for WebRTC bandwidth, stats-tweak approach. r=jesup 2014-05-27 14:41:17 -04:00
Jan-Ivar Bruaroey
68e827df7d Bug 970685 - tweak internal RTCStatsQuery to use nsAutoPtr for report, so it can be stolen 2014-05-27 12:58:03 -04:00
EKR
017a4114a2 Bug 1015409 - Fix trickle between CreateOffer() and SetLocal(). r=bwc 2014-05-27 13:13:43 -07:00
Jan Beich
cfd3e70677 Bug 1014613 followup - Add one more fix for OpenBSD. 2014-05-26 16:05:53 +12:00
Anthony Jones
190b72aea9 Bug 1014626 - Fix Windows 64 build break 2014-05-26 15:52:01 +12:00
Randell Jesup
f4bb1be0ae 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
0f38f52f24 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
2dc6a27a54 Bug 1014921: Wallpaper 8x10 OMX H264 encode/decode mismatch by forcing IDRs r=jhlin 2014-05-24 18:28:03 -04:00
Randell Jesup
d6733b246b 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
8370108c2b 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
05874298f3 Bug 1015029: Use OMX_VIDEO_ControlRateConstantSkipFrames mode for H.264 OMX encoder r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
28f4f67da7 Bug 989945: add a bit more logging to H264 OMX codec r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
3c43eb9170 Bug 989945: Use configureDirect to set OMX HW H264 encoder config correctly r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
3cb67e15cc Bug 989945: increase logging for H264 OMX code r=jhlin 2014-05-24 18:28:02 -04:00
Randell Jesup
6ddd2f12d7 Bug 985253: Support H.264 RTP mode 1 support in webrtc signaling r=ehugg 2014-05-24 18:28:02 -04:00
Randell Jesup
f8592cfe05 Bug 985254: Add H264 codec-specific structure to carry negotiated data r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
146015cbf8 Bug 985254: Cleaup H264 packetization and jitter buffer r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
fef0238f25 Bug 985254: modify upstream h264 packetization patch to make it work r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
4a993a5cdc Bug 985254: review cleanups from H264 packetization patch r=pkerr 2014-05-24 18:28:01 -04:00
Randell Jesup
80e5a12d40 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
5d71bfa862 Bug 1004396: Make video codec default bitrates configurable for WebRTC r=ekr 2014-05-24 18:28:00 -04:00
Kyle Huey
8c5cca136c Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan 2014-05-23 12:53:17 -07:00
Jan-Ivar Bruaroey
98ea0e204d Bug 1013238 - Fix timer event crash on shutdown in recent PeerConnectionCtx change. r=jesup 2014-05-21 22:32:03 -04:00
Jan Beich
1e350332ac Bug 1014613 - Unbreak build on BSDs after bug 908503. 2014-05-23 14:07:29 +12:00
Anders Lund
efc993ca04 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]
743284e6c7 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
Matthew Gregan
e61b7687dc Bug 847903 - Limit active cubeb streams to 16 on OS X 10.6 and older. r=padenot 2014-05-19 14:16:56 +12:00
Anthony Jones
a5ed041766 Bug 908503: Change to stagefright demuxer; r=cpearce
Bug 908503: Build config changes for libstagefright demuxer; r=glandium
Bug 908503: Remove Chrome demuxer; r=cpearce
Bug 908503: Add conversion to Annex B; r=cpearce
2014-05-22 14:42:39 +12:00
Carsten "Tomcat" Book
a79c1ec7ff Backed out changeset 9b2588d41e3a (bug 969395) for bustage 2014-05-21 11:29:21 +02:00
Qiang Lu
c9bd29e3a3 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
Jan Beich
6acd76ea4b Bug 916589 - Rename __offsetof() to avoid conflict with platform-specific definition. r=docfaraday 2013-09-15 10:47:00 +02:00
EKR
b9c43f7c18 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
5a14073109 Bug 970685 - Thread approach for WebRTC telemetry for jitter, packet-loss and RTT. r=jesup 2014-05-10 08:54:41 -04:00
Mike Hommey
da40be23de Bug 1012232 - Only use the perf opcode on mips arches that support it. r=jesup 2014-05-20 08:48:35 +09:00
John Lin
32e9769fb9 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
fef547ad4e Backed out changeset 426b187eae45 (bug 1001422) wrong bugnumber in commit message 2014-05-19 11:44:00 +02:00
John Lin
3ba9c2eabc Bug 1001422 - Clear mOMXConfigured flag to correctly restart OMX H.264 encoder. r=jesup 2014-05-18 19:30:00 +02:00
John Lin
33b91e228f 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
f884ae7641 Bug 1011214: Release OMX monitor when shutting down Encoder output drain thread r=jhlin 2014-05-16 04:37:08 -04:00
Jacek Caban
c2b34b82c1 Bug 1010972 - Don't use MSVC assembly on mingw. r=jesup 2014-05-15 17:24:49 +02:00
Randell Jesup
71910ce4dc Bug 981780: fix disable-webrtc r=glandium 2014-05-09 14:40:32 -04:00
Martin Thomson
5acda6875e Bug 966066 - Add principal observer to RTCPeerConnection. r=jib 2014-04-25 10:34:00 -04:00
Wes Kocher
4104982fc3 Backed out 4 changesets (bug 908503) for breaking the Hamachi eng dep build on an otherwise CLOSED TREE
Backed out changeset 476cd5c9c5a9 (bug 908503)
Backed out changeset add95b3c2e7f (bug 908503)
Backed out changeset 30957caad928 (bug 908503)
Backed out changeset f6f386352d12 (bug 908503)
2014-05-12 21:18:31 -07:00
Anthony Jones
3898229d6e Bug 908503: Fix build issues and Hf build; r=cpearce 2014-05-13 14:53:54 +12:00