Nils Ohlmeier [:drno]
ed0be7dfd8
Bug 1224845 - close sockets on errors and don't connect to IPv4 TURN TCP from IPv6 sockets. r=jesup
2016-01-28 10:53:56 -08:00
Rudolfs Bundulis
07c31f2daa
Bug 1235427: [mp4] Properly parse tfhd box. r=jya
2016-02-05 16:09:37 +11:00
Gerald Squelart
0664e26fa1
Bug 1237848 - Updated update.py patch - r=rillian
2016-02-04 11:29:02 +11:00
Gerald Squelart
87feabd84d
Bug 1237848 - Check lookahead ctx - r=rillian
...
Copied from https://chromium-review.googlesource.com/324510
2016-02-04 11:29:00 +11:00
Byron Campen [:bwc]
aebaefad06
Bug 1244338 - Don't try to clean up |ctx| if null. r=drno
2016-02-01 16:22:17 -06:00
Byron Campen [:bwc]
10fb43a543
Bug 1231973 - Allow NAT simulator to be enabled with the pref system. r=drno
2015-12-16 14:26:02 -06:00
Nils Ohlmeier [:drno]
9d815381cf
Bug 1214269 - read multiple DTLS packets from NSS if present. r=mt r=jesup
2015-11-03 17:21:35 -08:00
Randell Jesup
29c2248186
Bug 1219339: switch GetStaticInstance to use IPC's Singleton<T> impl r=froyd
2016-01-14 00:16:49 -05:00
Mike Hommey
ede9563425
Bug 1245035 - Move LOCAL_INCLUDES to moz.build in media/omx-plugin/lib/ics/libvideoeditorplayer. r=mshal
2016-02-03 08:41:24 +09:00
Mike Hommey
ed70e77c8d
Bug 1245027 - Move LOCAL_INCLUDES to moz.build in media/libvpx. r=mshal
2016-02-03 08:41:23 +09:00
Birunthan Mohanathas
9bed3781f9
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
Byron Campen [:bwc]
2b40da56f0
Bug 1234578 - Assert if PCM is destroyed improperly. r=rjesup
2016-01-29 14:54:47 -06:00
Jean-Yves Avenard
3c49e87858
Bug 1244523: [mp4] P3. Skip four bytes when we hit a zero length box, r=kentuckyfriedtakahe
...
Similar to bug 1180101, but don't handle only the last box in the file.
2016-02-02 16:27:48 +11:00
Byron Campen [:bwc]
8c396e68e6
Bug 1231971 - Refactor the NAT simulator to use e10s sockets when appropriate. r=drno
2016-01-20 17:25:26 -06:00
Phil Ringnalda
863943dfb7
Back out 7 changesets (bug 1235261) for cpptest failures in TestTArray
...
CLOSED TREE
Backed out changeset d66c3f19a210 (bug 1235261)
Backed out changeset 467d945426bb (bug 1235261)
Backed out changeset 32b61df13142 (bug 1235261)
Backed out changeset c50bb8ed4196 (bug 1235261)
Backed out changeset 0ff0fa6fe81f (bug 1235261)
Backed out changeset df70e89669da (bug 1235261)
Backed out changeset 064969357fc9 (bug 1235261)
2016-01-31 10:10:57 -08:00
Birunthan Mohanathas
f94b4ff6a2
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-01-31 17:12:12 +02:00
Kyle Huey
94f653c385
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Randell Jesup
3854285c82
Bug 1242199: Add lower-limit WebRTC bandwidth pref for testing r=pkerr
2016-01-28 23:49:46 -05:00
Randell Jesup
766780d266
Bug 1243607: make webrtc bitrate prefs take precedence over automatic bitrate selection r=pkerr
2016-01-27 21:55:42 -05:00
Paul Kerr [:pkerr]
3d9ecccf0b
Bug 1221786: clear about:webrtc logs for private browsing sessions. r=jib
...
No WebRTC session statistics will be saved until all PeerConnections
in private browsing window end. In addition, the shared
WebRTC ICE signalling log for that e10s process is disabled until the
private session close.
2016-01-26 08:08:25 -08:00
Nigel Babu
662e3f1bc8
Backed out changeset ebf10602138c (bug 1243607) for test_peerConnection_verifyVideoAfterRenegotiation.html timeout
2016-01-28 13:24:31 +05:30
Nigel Babu
919772ab2a
Backed out changeset 5d8f454c269e (bug 1243607) for test_peerConnection_verifyVideoAfterRenegotiation.html timeout
2016-01-28 13:24:23 +05:30
Randell Jesup
1f5ab1ba0f
Bug 1243607: Fix out-of-order limit checks in WebRTC bandwidth settings rs=me
2016-01-28 00:37:41 -05:00
Randell Jesup
91f4950365
Bug 1243607: make webrtc bitrate prefs take precedence over automatic bitrate selection r=pkerr
2016-01-27 21:55:42 -05:00
Paul Kerr [:pkerr]
0580cec53c
Bug 1209252 - Part 2: typo fix for compile issue. r=bustage on a CLOSED TREE
2016-01-27 18:09:19 -08:00
Matthew Gregan
ff13b11667
Bug 1243234 - Move mp4parse-rust initialization into constructor and clean up try_rust. r=giles
...
Initializing in the constructor better matches libstagefright's behaviour
(and avoids reading and copying the stream contents every time
GetNumberTracks() is called).
Also restricts the size of the buffer to 1MB. This will be handled in the
future by passing the parser a DataSource-like interface for reading from
the stream.
2016-01-28 14:25:18 +13:00
Matthew Gregan
1dac0b7b19
Bug 1243234 - Remove now-unnecessary StagefrightPrivate wrapper. r=giles
2016-01-28 14:25:18 +13:00
Matthew Gregan
08e6ca56e3
Bug 1243234 - Move mp4parse-rust code into MP4MetadataRust impl. r=giles
...
Most of the interface is stubbed with asserts and only GetNumberTracks() is
called on both libstagefright and mp4parse-rust variants.
This also moves the libstagefright vs mp4parse-rust comparisons up into
MP4Metadata.
2016-01-28 14:25:18 +13:00
Matthew Gregan
e8b48377d1
Bug 1243234 - Hide MP4Metadata behind an impl pointer. r=giles
...
This is temporary (until libstagefright is removed) and intended to make
swapping between and comparing the results of the libstagefright and
mp4parse-rust versions simpler.
2016-01-28 14:25:18 +13:00
Ralph Giles
81e16f5e16
Bug 1243234 - Update rust mp4parse telemetry reporting. r=kinetik
...
As of mp4parse 0.2.0 error codes are positive, as gecko telemetry
requires, so we no longer need to invert them. However, the return
code is still signed, so assert to catch future errors.
Also fix a bug in track comparison telemetry. We were only counting
tracks when parsing failed.
2016-01-28 14:25:18 +13:00
Ralph Giles
c79a3089b8
Bug 1243234 - Update rust mp4parse to v0.2.1. r=kinetik
...
- Invert return codes.
- Preliminary VP9 and Opus sample entry support.
- Fix a string parsing error which caused street.mp4 to fail.
2016-01-28 14:25:18 +13:00
Ralph Giles
86796b6dcf
Bug 1243234 - Update script for mp4parse v0.2.1. r=kinetik
...
Bump the default version.
2016-01-28 14:25:18 +13:00
Ralph Giles
5d873c02c9
Bug 1243234 - Move mp4parse into a crate subdirectory. r=kinetik
...
If we can get this to work it will be less confusing, I think.
Byteorder has to be in a subdir while we're treating it as a mod.
We may have to add yet another directory when we have crate support
but until then all the rust code is at least self-contained..
2016-01-28 14:25:18 +13:00
Paul Kerr [:pkerr]
11e4400955
Bug 1209252: add buttons to clear session and signaling logs. r=jib, r=sicking
2016-01-27 16:05:10 -08:00
Randell Jesup
79c5c4f767
Bug 1243275: Update libcubeb to pick up device-change-notification changes and a pulse fix rs=kinetik
2016-01-27 07:57:35 -05:00
Matthew Gregan
c5aae23c29
Bug 1242807 - Fix mp4parse-rust's error reporting via telemetry. r=giles
2016-01-26 14:27:35 +13:00
Nils Ohlmeier [:drno]
00f823a33b
Bug 1242334: fixed jesp session test bustage CLOSED TREE. r=jesup r=bustage
2016-01-25 00:28:41 -08:00
Randell Jesup
6d7f067bc5
Bug 1242324: Give VP9 priority over vp8 when both are enabled r=drno
2016-01-25 01:46:08 -05:00
Randell Jesup
bee9b78632
Bug 1237023: Update of cherry-pick of VP9: add some base files, compiles-and-works r=pkerr
2016-01-24 23:14:05 -05:00
Randell Jesup
4962aa068b
Bug 1237023: Cherry-pick VP9 packetization/jitter-buffer/encoder code from Webrtc.org 48 r=pkerr
2016-01-24 23:13:26 -05:00
Xidorn Quan
b473dcb36e
Bug 1237909 part 1 - Remove unused TransportLayer::RunOnThread function. r=bwc
2016-01-25 14:52:34 +11:00
Nils Ohlmeier [:drno]
366f4f1c7d
Bug 1117984: added proxy connection state enum. r=bwc
2016-01-20 15:55:35 -08:00
Landry Breuil
a61c2fb734
Bug 1242152 - fix sndio build after full-duplex API changes r=kinetik
2016-01-24 10:59:58 +01:00
Hector Zhao
b296b6d8fd
Bug 1153849 - Use MOZ_JPEG_CFLAGS when build libyuv with system jpeg. r=jesup
2016-01-21 23:19:13 +08:00
Nils Ohlmeier [:drno]
58bc6672db
Bug 1241690: reduce logging output for unconnected PCs. r=bwc
2016-01-21 12:04:28 -08:00
Chris Peterson
854ffd21a6
Bug 1242120 - Remove switch fallthrough to avoid -Wimplicit-fallthrough warning in dom/canvas/. r=mtseng
...
dom/canvas/WebGLContextGL.cpp:1329:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
2016-01-22 21:36:49 -08:00
Byron Campen [:bwc]
805ab6b140
Bug 1231507 - Part 1: selectSsrc chrome-only API for SSRC-based filtering of receive tracks. r=drno, r=smaug
2015-12-09 15:37:38 -05:00
Randell Jesup
323102381b
Bug 1194259: nsresult != NS_IMETHODIMP rs=bustage
2016-01-22 04:32:50 -05:00
Randell Jesup
0ebfe23923
Bug 1194259: Make ICE IP restriction to default routes work in E10S r=jesup,mcmanus,drno
2016-01-22 02:47:01 -05:00
Randell Jesup
ebe394665e
Bug 1241476: Update libcubeb from upstream rs=kinetik
...
Import of upstream git rev 2de1ab50e16763fd88ec1b5bae30422de598eed0
Updated update.sh script as well
2016-01-21 22:17:46 -05:00