Matthew Gregan
dad15223c7
Bug 1195061 - Correctly restore audio hardware mix format after attempting to use an alternative format. r=padenot
2015-08-18 10:59:14 +12:00
Mike Hommey
2b06635ca7
Bug 1194905 - Build libvpx neon code without -mthumb and -mfloat-abi=softfp. r=mshal
...
-mfloat-abi=softfp is hardcoding an ABI that may not match everything else
in Gecko, which is bound to fail. It's also unrelated to building NEON code.
-mthumb is also unrelated to building NEON code, and should be left as it
is for everything else.
Now, interestingly, we also have a VPX_ASFLAGS variable that just contains
the right things instead of hardcoding them in the moz.build, so just use
that instead.
2015-08-18 08:09:14 +09:00
Jean-Yves Avenard
68d25682a5
Bug 1194708: Properly find SPS NAL in some H264 streams. r=kentuckyfriedtakahe
...
With some encoding, we didn't detect the SPS. With AVC3 stream it would cause playback to never start on mac or linux (ffmpeg)
2015-08-17 10:28:37 +10:00
Chris Peterson
1fefafdced
Bug 1194951 - Suppress warnings in third-party code: pocketsphinx and sphinxbase. r=kdavis
2015-08-10 23:01:25 -07:00
Nils Ohlmeier [:drno]
cf2b2a3775
Bug 1037618 - Relax candidate verification for TCP. r=bwc
2015-08-10 16:31:12 -07:00
David Major
7b70cf2306
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
facda89249
Bug 1189040: add a whitelist for network interfaces to use with ICE/webrtc r=ekr
2015-08-12 19:45:36 -04:00
EKR
08b6404747
Bug 1189041 - Add option to only gather addresses for default route. r=bwc
2015-08-12 10:53:15 -04:00
Randell Jesup
18d153a924
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
56568c9dd8
Bug 1188376
: Split Hello Telemetry values from general WebRTC r=jib
2015-08-11 15:15:06 -04:00
Byron Campen [:bwc]
b54068f4f0
Bug 1173601 - Add a=simulcast support. r=mt
2015-08-06 14:59:55 -05:00
Glenn Randers-Pehrson
f526f6d9d4
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
bd520da34d
Merge fx-team to m-c. a=merge
2015-08-11 10:52:41 -04:00
Chris Peterson
23ba8736f9
Bug 1192587 - Build media/libav in unified mode. r=qDot
2015-08-06 19:39:26 -07:00
Chris Peterson
61228df275
Bug 1192586 - Suppress warnings in third-party library media/libav. r=qDot
2015-08-02 22:31:00 -07:00
Mark Capella
286196be2d
Bug 1191872 - Move annotations to org.mozilla.gecko.annotation package, r=jchen
2015-08-10 19:19:51 -04:00
Paul Kerr [:pkerr]
822fac2f3f
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
fd310e2cd0
Bug 1187775 - skip host and reflexive ICE candidates if relay-only. r=bwc
2015-08-05 08:22:55 -04:00
Jan-Ivar Bruaroey
fc835152ee
Bug 1187775 - Plumb RTCConfiguration.iceTransportPolicy down to NrIceCtx. r=smaug, r=bwc
2015-07-30 10:11:52 -04:00
Jean-Yves Avenard
0375d28fb1
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]
b447c7bb42
Bug 1189961 - added DNS AAAA convertion to nICEr transport addr. r=bwc
2015-07-31 18:18:02 -07:00
Byron Campen [:bwc]
999acf86c5
Bug 1173599 - a=imageattr support. r=mt
2015-07-30 14:45:51 -05:00
Aryeh Gregor
a3c0771347
Bug 1190823 - Move OwningNonNull.h to xpcom/base/; r=froydnj
2015-08-05 15:28:27 +03:00
Andre Natal
a81bfa37e9
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]
babb947cb3
Bug 1190720 - only check IP version for STUN server IPs. r=bwc
2015-08-03 23:38:36 -07:00
Nils Ohlmeier [:drno]
a1ebb7cb9b
Bug 1190615 - Skip non-UDP STUN servers for UDP sockets. r=bwc
...
CLOSED TREE
2015-08-03 16:26:20 -07:00
EKR
941f84ef68
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
4fbbd1bf55
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]
6cdf6622ab
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
ab5d403c27
Backed out changeset 62561970f611 (bug 1178349) for Android crashes.
...
CLOSED TREE
2015-08-03 15:34:17 -04:00
EKR
d0571a6cb5
Bug 1178349 - Re-enable ice_unittest on Linux. r=drno
2015-08-01 07:22:12 -07:00
EKR
555d75a25e
Bug 1177921 - Fix typo in STUN server name. r=drno
2015-08-01 06:03:35 -07:00
Nils Ohlmeier [:drno]
230e7cef07
Bug 1189198 - don't start STUN transactions with a protocol mis-match. r=mtseng
2015-07-31 11:23:26 -07:00
Makoto Kato
e92450872e
Bug 830801 - Part 2. Remove NOMINMAX define from moz.build. r=mshal
2015-08-03 10:07:09 +09:00
JW Wang
eb7c15daf1
Bug 1189866 - revert code that accidentally got into bug 1187817 patch 5. r=me.
2015-08-01 13:58:39 +08:00
JW Wang
a24dc83e0c
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
13ce72b0cf
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
c723b29dfe
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]
db75795000
Bug 1187472 - only log UDP and TCP candidate gathering failures. r=bwc
2015-07-24 14:01:11 -07:00
Wes Kocher
13400e57d2
Merge b2ginbound to central, a=merge
2015-07-29 20:19:12 -07:00
Jessica Jong
2f99cbb771
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]
4479ce2748
Bug 1142105 - Part 2: Move some stuff from JsepCodecDescription into /sdp r=mt
2015-07-23 16:55:08 -05:00
Bobby Holley
106e778c81
Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj
2015-07-29 10:44:59 -07:00
Ehsan Akhgari
7904f7befa
Bug 1188212 - Fix more constructors in media; r=cpearce
2015-07-28 08:53:33 -04:00
Glenn Randers-Pehrson
0f27729cfe
Bug 1186977 - Update embedded libpng to version 1.6.18. r=jmuizelaar
2015-07-26 20:26:00 +02:00
Gian-Carlo Pascutto
0f4ab35c44
Bug 1186657. r=jesup,nchen
2015-07-28 08:55:06 +02:00
Jean-Yves Avenard
bb47ae29cd
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
967a832978
Bug 1186718 - Ensure ESDS have valid size. r=kentuckyfriedtakahe
2015-07-27 16:25:17 -04:00
Jean-Yves Avenard
c9960234e9
Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe
2015-07-27 11:27:34 -04:00
Ryan VanderMeulen
aaaf344ec6
Merge fx-team to m-c. a=merge
2015-07-27 10:39:37 -04:00