David Major
439b6323b8
Bug 1193546: Fix the way that webrtc requests warnings-as-errors. r=glandium f=jesup
2015-08-13 11:58:01 -04:00
Randell Jesup
8a46b9565d
Bug 1189040: add a whitelist for network interfaces to use with ICE/webrtc r=ekr
2015-08-12 19:45:36 -04:00
EKR
797e0a84c4
Bug 1189041 - Add option to only gather addresses for default route. r=bwc
2015-08-12 10:53:15 -04:00
Randell Jesup
8aaa21ddc0
Bug 1188407: switch packetloss to a rate from total-packets-lost-per-update r=jib
2015-08-11 15:15:06 -04:00
Randell Jesup
d6b054a3b7
Bug 1188376
: Split Hello Telemetry values from general WebRTC r=jib
2015-08-11 15:15:06 -04:00
Byron Campen [:bwc]
23cdea28c6
Bug 1173601 - Add a=simulcast support. r=mt
2015-08-06 14:59:55 -05:00
Glenn Randers-Pehrson
d1568e6491
Bug 1192522
- Update libpng/LICENSE to mention two files that are MPL-licensed. r=jrmuizel
2015-08-08 08:04:00 -04:00
Ryan VanderMeulen
2bba6eff71
Merge fx-team to m-c. a=merge
2015-08-11 10:52:41 -04:00
Chris Peterson
dff75cb1d3
Bug 1192587 - Build media/libav in unified mode. r=qDot
2015-08-06 19:39:26 -07:00
Chris Peterson
acaa451962
Bug 1192586 - Suppress warnings in third-party library media/libav. r=qDot
2015-08-02 22:31:00 -07:00
Mark Capella
0c3d112f1c
Bug 1191872 - Move annotations to org.mozilla.gecko.annotation package, r=jchen
2015-08-10 19:19:51 -04:00
Paul Kerr [:pkerr]
11e59e0bf7
Bug 1188970: Fix usage of forward slash in constructing webrtc trace file path. r=rjesup
...
Replaced the chain of logic that attempted to determine the location of the temporary
directory with a call to nsDirectoryService.
Use nsIFile object to append file name to path in an OS independent manner.
2015-08-07 13:46:55 -07:00
Jan-Ivar Bruaroey
23608d3c09
Bug 1187775 - skip host and reflexive ICE candidates if relay-only. r=bwc
2015-08-05 08:22:55 -04:00
Jan-Ivar Bruaroey
3f6eb608ed
Bug 1187775 - Plumb RTCConfiguration.iceTransportPolicy down to NrIceCtx. r=smaug, r=bwc
2015-07-30 10:11:52 -04:00
Jean-Yves Avenard
d0cc670eb7
Bug 1190258: P1. Use getter to access MediaRawData mData and mSize member. r=cpearce
2015-08-06 18:48:44 +10:00
Nils Ohlmeier [:drno]
1ec6d203e2
Bug 1189961 - added DNS AAAA convertion to nICEr transport addr. r=bwc
2015-07-31 18:18:02 -07:00
Byron Campen [:bwc]
2c7478cdc7
Bug 1173599 - a=imageattr support. r=mt
2015-07-30 14:45:51 -05:00
Aryeh Gregor
3713e55caa
Bug 1190823 - Move OwningNonNull.h to xpcom/base/; r=froydnj
2015-08-05 15:28:27 +03:00
Andre Natal
9abb5afb49
Bug 1180113 - Introducing g2p algorithm inside pocketsphinx to allow out of dictionary words to be added to grammars. r=smaug
...
Signed-off-by: Andre Natal <anatal@gmail.com>
2015-08-05 00:33:00 +02:00
Nils Ohlmeier [:drno]
2b27df7560
Bug 1190720 - only check IP version for STUN server IPs. r=bwc
2015-08-03 23:38:36 -07:00
Nils Ohlmeier [:drno]
4259d8c57d
Bug 1190615 - Skip non-UDP STUN servers for UDP sockets. r=bwc
...
CLOSED TREE
2015-08-03 16:26:20 -07:00
EKR
6eeb11fd3f
Bug 1178349 - Enable ice_unittests on desktop linux on CI. r=bwc
...
CLOSED TREE
2015-08-04 06:07:55 -07:00
Jean-Yves Avenard
a34d61f9a4
Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe
...
CLOSED TREE
2015-08-04 13:43:17 -04:00
Byron Campen [:bwc]
0939d03286
Bug 1142105 - Part 3: Extract more SDP-related functionality out of JsepSessionImpl, and some readability improvements. r=mt
2015-07-29 13:10:24 -05:00
Ryan VanderMeulen
7e4ccf8bec
Backed out changeset 62561970f611 (bug 1178349) for Android crashes.
...
CLOSED TREE
2015-08-03 15:34:17 -04:00
EKR
6a03597c4d
Bug 1178349 - Re-enable ice_unittest on Linux. r=drno
2015-08-01 07:22:12 -07:00
EKR
f4dd34bb52
Bug 1177921 - Fix typo in STUN server name. r=drno
2015-08-01 06:03:35 -07:00
Nils Ohlmeier [:drno]
d79fc8d13f
Bug 1189198 - don't start STUN transactions with a protocol mis-match. r=mtseng
2015-07-31 11:23:26 -07:00
Makoto Kato
629ba560a7
Bug 830801 - Part 2. Remove NOMINMAX define from moz.build. r=mshal
2015-08-03 10:07:09 +09:00
JW Wang
dd02890934
Bug 1189866 - revert code that accidentally got into bug 1187817 patch 5. r=me.
2015-08-01 13:58:39 +08:00
JW Wang
0af35fe560
Bug 1187817. Part 5 - assert some code in the audio thread and don't enter the monitor. r=kinetik.
2015-07-31 13:26:06 +08:00
JW Wang
9afacdd82c
Bug 1189197 - enqueue a silent frame to kick off the buffer queue callbacks. r=kinetik.
2015-07-31 13:25:59 +08:00
Jean-Yves Avenard
1bbb2a972c
Bug 1183196: [MSE] P2. Do not ignore tracks other than the first one. r=kentuckyfriedtakahe
...
When used in the MP4ContainerParser, the MoofParser set the trackID as 0 ; indicating that all tracks are to be parsed. However it set later the trackID to the first one found, causing to ignore all following tracks.
2015-07-30 20:42:44 +10:00
Nils Ohlmeier [:drno]
9251df3f85
Bug 1187472 - only log UDP and TCP candidate gathering failures. r=bwc
2015-07-24 14:01:11 -07:00
Wes Kocher
cb7dc67ce2
Merge b2ginbound to central, a=merge
2015-07-29 20:19:12 -07:00
Jessica Jong
d9b0280e17
Bug 1167132 - Part 15: [NetworkManager] Move network information into a separate interface (NetworkInterfaceList). r=echen
2015-07-29 02:16:00 -04:00
Byron Campen [:bwc]
5aa036a145
Bug 1142105 - Part 2: Move some stuff from JsepCodecDescription into /sdp r=mt
2015-07-23 16:55:08 -05:00
Bobby Holley
59c4d9cf6c
Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj
2015-07-29 10:44:59 -07:00
Ehsan Akhgari
5663fff04a
Bug 1188212 - Fix more constructors in media; r=cpearce
2015-07-28 08:53:33 -04:00
Glenn Randers-Pehrson
4e5433f7b5
Bug 1186977 - Update embedded libpng to version 1.6.18. r=jmuizelaar
2015-07-26 20:26:00 +02:00
Gian-Carlo Pascutto
53d712402f
Bug 1186657. r=jesup,nchen
2015-07-28 08:55:06 +02:00
Jean-Yves Avenard
1bb3795c3d
Bug 1186149: P1. Allow both first sample flags flag and sample flags simultaneously. r=kentuckyfriedtakahe
2015-07-28 14:11:04 +10:00
Jean-Yves Avenard
e512b7da33
Bug 1186718 - Ensure ESDS have valid size. r=kentuckyfriedtakahe
2015-07-27 16:25:17 -04:00
Jean-Yves Avenard
4024185dbe
Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe
2015-07-27 11:27:34 -04:00
Ryan VanderMeulen
89f3a33336
Merge fx-team to m-c. a=merge
2015-07-27 10:39:37 -04:00
Wes Kocher
c18f2ecbfb
Merge m-c to fx-team, a=merge
2015-07-24 13:48:31 -07:00
Wes Kocher
bb95c6c968
Merge b2ginbound to central, a=merge
2015-07-24 13:47:05 -07:00
Qiang Lu
9d8feab426
Bug 1178069 - Check devices capability before enable use of vp8 hardware acceleration using android.media.MediaCodecList and android.media.MediaCodecInfo r=jrmuizel
2015-07-24 12:45:55 -07:00
Xidorn Quan
9c765046a1
Bug 1186784 followup - Fix bustage on CLOSED TREE
2015-07-25 00:08:40 +10:00
Xidorn Quan
9c7aa7d0a3
Bug 1186784 - Disable snprintf definition in libav on VC2015. r=glandium
2015-07-24 23:06:50 +10:00