Commit Graph

879 Commits

Author SHA1 Message Date
Martin Thomson
5471fc97e1 Bug 1006112 - Fixing regressions in signaling_unittests. r=ekr 2014-05-05 14:19:00 +02:00
Martin Thomson
c3c2709899 Bug 942367 - Stream isolation for WebRTC r=bholley 2014-05-01 12:51:00 +02:00
Ethan Hugg
3ae788c1d5 Bug 1002890 - Signaling unittests no longer need exceptions to mainthread checks. r=jesup 2014-04-28 19:45:40 -07:00
Ethan Hugg
2e714cf592 Bug 819549 - Signaling unittests should dispatch to main thread when calling PC. r=jesup 2014-04-28 15:00:19 -07:00
Randell Jesup
95437d211a Bug 985253: Send rtcp-fb for all video codecs, and fix answer generation for H.264 for rtcp-fb r=ehugg 2014-04-30 18:18:35 -04:00
John Lin
7e66846d66 Bug 1002402: typo fix for adjusting SPS/PPS timestamps r=jesup 2014-04-30 01:20:41 -04:00
John Lin
4fd3ee35e5 Bug 1002402: (temporary) change SPS/PPS timestamps so webrtc jitter buffer won't drop them r=jesup 2014-04-29 13:25:40 -04:00
Ed Morley
e41a3e1c8a Merge mozilla-central and inbound 2014-04-29 18:23:29 +01:00
Randell Jesup
4cfc4d0e45 Bug 1002306: don't accidentally disable non-H264 codecs in the OMX code r=ekr 2014-04-28 19:52:16 -04:00
John Lin
b9eab230af Bug 911046 - Get graphic buffers of decoded frames through gonk native window callback. r=jesup 2014-04-27 21:07:00 -04:00
John Lin
4bf83010dc Bug 1002402 - Support RTP H.264 input data in WebRTC OMX decoder. r=jesup 2014-04-28 23:37:00 +02:00
Byron Campen [:bwc]
ad61a0ec58 Bug 1001959 - Give up references to NrIceMediaStream on STS instead of main. r=jib 2014-04-28 09:01:29 -07:00
Birunthan Mohanathas
5f1fde8824 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Garvan Keeley
40aeac4872 Bug 1001708: Don't use ternary operator with class const statics r=jesup 2014-04-27 00:02:17 -04:00
Byron Campen [:bwc]
799148596a Bug 970690 - Part 2: Add basic telemetry for ICE. r=mt 2014-03-03 10:58:35 -08:00
Martin Thomson
6c6647cf1a Bug 1001539 - Fix compilation warning in ccsip_pmh.c. r=bwc 2014-04-25 10:58:00 -04:00
Paul Kerr [:pkerr]
8dc11ae04a Bug 970691 - Part 2: Restore digit stamping function to YuvStamper. r=jesup
Refactor digit writing method to use the new internals. Allows digit string
to wrap through multiple lines in a small frame.
2014-04-24 19:58:21 -07:00
Paul Kerr [:pkerr]
07fe6406b7 Bug 970691 - Part 1: Add timestamp to fake video. r=jesup
Update YuvStamper utility. Add a CRC32 to the encoded
payload and have the decode method us this to verify reception.
Wrap encoded values across multiple lines in the frame buffer
when necessary. Use YuvStamper to encode a timestamp in each fake video frame.
Extract the value in VideoConduit to calculate the video latency
and add this to a running average latency when enabled via config.
2014-03-22 16:35:43 -07:00
John
356b84852a Bug 999902 - Enable WebRTC OMX codec only when Android version >= 18. r=jesup 2014-04-23 02:59:00 +02:00
Wes Kocher
50c5a26e84 Backed out 2 changesets (bug 970691) for build bustage on a CLOSED TREE
Backed out changeset 83f7aec5a083 (bug 970691)
Backed out changeset 94348d189ed5 (bug 970691)
2014-04-23 18:26:05 -07:00
Paul Kerr [:pkerr]
c45ebab36f Bug 970691 - Part2: Restore digit stamping function to YuvStamper. r=jesup
Refactor digit writing method to use the new internals. Allows digit string
to wrap through multiple lines in a small frame.
2014-04-23 10:03:18 -07:00
Paul Kerr [:pkerr]
7db94a6847 Bug 970691 - Part 1: Add timestamp to fake video. r=jesup
Update YuvStamper utility. Add a CRC32 to the encoded
payload and have the decode method us this to verify reception.
Wrap encoded values across multiple lines in the frame buffer
when necessary. Use YuvStamper to encode a timestamp in each fake video frame.
Extract the value in VideoConduit to calculate the video latency
and add this to a running average latency when enabled via config.
2014-03-22 16:35:43 -07:00
John Lin
14da65f440 Bug 911046 - Part 6: Make H.264 preferred video codec when enabled in preferences. r=jesup, ekr 2014-04-21 23:44:00 +02:00
John Lin
9153e591e1 Bug 911046 - Part 5: Register H.264 external codec for B2G. r=jesup, ekr 2014-04-21 23:43:00 +02:00
John Lin
2a88e07bb8 Bug 911046 - Part 4: Add external H.264 HW video codec implementation for B2G. r=jesup 2014-04-21 23:42:00 +02:00
John Lin
704708f61b Bug 911046 - Part 2: Support 'handle-using' video frames for WebRTC on B2G. r=jesup, ekr 2014-04-21 23:41:00 +02:00
John Lin
7df65a157b Bug 911046 - Part 1: Support external codec in VideoConduit. r=jesup 2014-04-21 23:40:00 +02:00
Ethan Hugg
95043ad5a4 Bug 995380 - Signaling unittests should use the real main thread. r=jesup 2014-04-21 19:37:22 -07:00
Ryan VanderMeulen
ecb85b74fb Backed out changesets 1e581e74878d, 7d2138e87ca0, and 7cc66aee4341 (bug 942367) for B2G mochitest failures.
CLOSED TREE
2014-04-17 22:26:07 -04:00
Randell Jesup
dd18e038e2 Bug 996853: handle AUDIO_FORMAT_SILENCE in MediaPipeline and AudioSegment::WriteTo r=roc 2014-04-17 17:45:25 -04:00
Martin Thomson
33ae3b1f29 Bug 942367 - Part 3: Stream isolation for WebRTC. r=jib, r=bholley 2014-04-10 11:52:08 -07:00
Nils Ohlmeier [:drno]
969d5ff514 Bug 989936 - fire the onsignalingstatechanged event if close was called locally. r=jesup 2014-04-16 18:02:00 +02:00
Carsten "Tomcat" Book
e285a213e7 Backed out changeset e6c72bcaa64c (bug 942367) 2014-04-16 09:54:31 +02:00
Martin Thomson
d27d0a86fc Bug 942367 - Stream isolation for WebRTC. r=jib,bholley 2014-04-15 14:36:00 +02:00
Jonathan Watt
200e95e9eb Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow 2014-04-16 01:41:40 +01:00
Randell Jesup
a4d6a74a90 Bug 996329: remove trailing space from m=application SDP lines r=ehugg 2014-04-15 14:00:59 -04:00
Nils Ohlmeier [:drno]
10db806555 Bug 993780 - Ignore calls to SetSignalingState_m once PC is in close. r=jib,rjesup 2014-04-10 14:55:00 +02:00
Nils Ohlmeier [:drno]
99bc6d8fc4 Bug 994999 - Rename IsClosed() to HasMedia() and let IsClosed() return SignalingState instead. r=jesup, r=bwc 2014-04-13 16:17:51 -04:00
Ryan VanderMeulen
6c0f4a64ad Merge m-c to inbound on a CLOSED TREE. 2014-04-11 16:24:56 -04:00
Sotaro Ikeda
316d03c1bf Bug 990310 - Remove SurfaceDescriptor from media and GrallocImage r=nical,cajbir 2014-04-11 06:13:12 -07:00
Randell Jesup
41dac5d5ab Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot 2014-04-02 13:58:19 -04:00
Randell Jesup
052b1495d0 Bug 694814: Patch 2: modifications to webrtc.org single_rw_fifo r=glandium,ted 2014-04-02 13:58:19 -04:00
Randell Jesup
5ee0739764 Bug 694814: Patch 1: Add farend input to webrtc.org upstream rs=padenot 2014-04-02 13:58:19 -04:00
Paul Adenot
1be262b991 Bug 818822 - Update AudioConduit so it can work at 44.1kHz. r=jesup 2014-03-24 11:06:05 +01:00
Byron Campen [:bwc]
d256f9fe03 Bug 993141 - Fix bug where we were assuming DataChannel::mStream corresponded to the level. r=jib 2014-04-07 15:21:06 -07:00
Boris Zbarsky
79dab91ff6 Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
This patch was mostly generated with the following command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""

and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
d4bd64ee2c Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
This patch was mostly generated with this command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""

plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Peter Van der Beken
9bbd30a4ac Bug 990158 - Make inner windows use their wrapper cache. r=bz.
--HG--
extra : rebase_source : bc040c75280bb45ae7ab0ed302130ff5d7178153
2013-11-09 11:20:22 +01:00
Randell Jesup
3249c61d5b Backed out changeset 33072f5b4c66 (bug 818822) 2014-04-07 15:37:57 -04:00
Randell Jesup
88e7cce6aa Backed out changeset 89a615263614 (bug 694814) 2014-04-07 15:37:55 -04:00