Nathan Froyd
6c5fe582cc
Bug 1298418 - use clang modules with ffvpx's libavutil and clang-cl; r=mshal
...
clang-cl's <intrin.h> is not completely compatible with MSVC's
<intrin.h> by default, as clang-cl's version does not include all the
Intel intrinsic headers by default. clang-cl does this to make
<intrin.h> as small as possible, as this was shown to have significant
wins for compile time. Compiling with modules, however, includes all
the Intel intrinsic headers by default, so while upstream decides on a
general solution, we need to compile with modules locally.
MozReview-Commit-ID: BC1uureeQrx
--HG--
extra : rebase_source : f1127e909d0f9d3de99959933bcbc54af21fc6e2
2016-11-30 16:01:55 -05:00
Sylvestre Ledru
4b29662011
Bug 1320891 - Make some webrtc tests build with gcc 7.0 and --enable-warnings-as-errors r=bwc
...
MozReview-Commit-ID: 6autz34In8Z
--HG--
extra : rebase_source : a961415061a27db44835434e0eec2be067495656
2016-11-29 11:03:20 +01:00
Nils Ohlmeier [:drno]
8e17410821
Bug 1320150: only fire consent when previously connected. r=mjf
...
MozReview-Commit-ID: 4cj5gta8uet
--HG--
extra : rebase_source : 984b7ba3d75f9a25d8644db84d22fa97aac950d5
2016-11-24 00:01:44 -08:00
Carsten "Tomcat" Book
a666835bf5
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
extra : rebase_source : 7f6b0f633da54f747b30496110e5260a226fe249
2016-11-25 15:36:56 +01:00
Alfredo.Yang
371c0e7711
Bug 1317609 - support avc extra data. r=kinetik
...
MozReview-Commit-ID: Kza7utcIpFP
--HG--
extra : rebase_source : 80ce1ed379ff764e4a72fba3d2efdaf682f71f7e
2016-11-24 16:36:08 +08:00
Alfredo.Yang
f000f87291
Bug 1317609 - update rust mp4 parser to support avc extra data. r=kinetik
...
MozReview-Commit-ID: 7sWkDrXD8bs
--HG--
extra : rebase_source : cbee895e95f2c0f2ad3c06b03b65ab3c3ad6d34d
2016-11-25 09:08:37 +08:00
Dan Minor
af46587aa3
Bug 1317726 - sdp_file_parser should not depend on xpcom glue; r=drno
...
MozReview-Commit-ID: KDv3RzGurQx
--HG--
extra : rebase_source : a72246ebe3bc520855a37a001752230b25316153
extra : amend_source : 0e3a7509e013cc55d50227d07203a29ee55d6a6f
2016-11-15 11:53:47 -05:00
Jay Harris
7a7b0325f0
Bug 1319197 - Remove audio decoding from gmp-clearkey. r=cpearce
...
MozReview-Commit-ID: EA0AAoDjWUh
--HG--
extra : transplant_source : 1D%21%1C%21%15%F7A%CD%EF-%C9%8FS%ECl%A8%9A%DC%B5
2016-11-22 14:32:26 +13:00
Matthew Gregan
5d52935243
Bug 1319623 - Update libcubeb to 051cd847. r=achronop
2016-11-24 06:59:32 +13:00
Jean-Yves Avenard
dbdf58e128
Bug 1319277: P1. [ffmpeg] Resync ffvpx with 3.2 branch. r=gerald
...
Sync at version n3.2-65-gee56777
MozReview-Commit-ID: oFDGCF2dru
--HG--
extra : rebase_source : 1926411e040cd7ffcb7a590dada52e0b3c7a3fa7
2016-11-22 13:40:10 +11:00
Randell Jesup
660f174d3a
Bug 1308481: process maxBr/TIAS setting for all codecs, not just H264 r=bwc
2016-11-20 03:55:41 -05:00
Matthew Gregan
9905c5e828
Bug 1318619 - Update libcubeb to 13f167c2.
2016-11-21 07:30:16 +13:00
Sebastian Hengst
b6d231ee51
Backed out changeset 6a57b36e6c17 (bug 1308481) for assertions, e.g. in test_peerConnection_asymmetricIsolation.html. r=backout
2016-11-20 12:52:26 +01:00
Randell Jesup
3ba0d236a1
Bug 1308481: process maxBr/TIAS setting for all codecs, not just H264 r=bwc
2016-11-20 03:55:41 -05:00
Alex Chronopoulos
315350e00b
Bug 1221574 - [08] Add new file cubeb_array_queue.h. r=bustage-fix on a CLOSED TREE
...
MozReview-Commit-ID: F4aI4R8Zelg
2016-11-18 19:21:57 +02:00
Alex Chronopoulos
8c162d5faa
Bug 1221574 - [07] Update cubeb to b6315bb including full duplex for OpenSL ES. r=kinetik, r=padenot
...
MozReview-Commit-ID: 6VmQ4jccpJx
2016-11-18 18:00:49 +02:00
Alex Chronopoulos
a237a9fa61
Bug 1221574 - [01] Add queue array in update.sh script. r=padenot
...
MozReview-Commit-ID: IbFQeza1x2l
2016-11-18 18:00:47 +02:00
Alex Chronopoulos
8ca2f49e54
Bug 1318619 - Update cubeb upstream to 7f74039f92. r=kinetik
...
MozReview-Commit-ID: HDOkLLKKsm7
2016-11-18 12:30:23 +02:00
Dan Minor
77356a7daa
Bug 1317009 - Port jsep_session_unittest and jsep_track_unittest to xul gtest; r=bwc
...
MozReview-Commit-ID: spuZSAnSDC
--HG--
rename : media/webrtc/signaling/test/jsep_session_unittest.cpp => media/webrtc/signaling/gtest/jsep_session_unittest.cpp
rename : media/webrtc/signaling/test/jsep_track_unittest.cpp => media/webrtc/signaling/gtest/jsep_track_unittest.cpp
extra : rebase_source : 1f251167ef24d55bfbb7cd8b09b9fc5a65540724
2016-11-15 09:35:14 -05:00
Jan Beich
5dda8098df
Bug 1317764 - Unbreak --disable-tests build after bug 1316886. r=dminor
...
MozReview-Commit-ID: HP3syNOfdKH
--HG--
extra : rebase_source : a053c5d73194031711c603b641d40c5398ec5d0a
2016-11-15 19:17:48 +00:00
Andrew Osmond
f944648035
Bug 1315863 - Use PNG_MAXIMUM_INFLATE_WINDOW to ensure maximum compatibility with existing images. r=glennrp
2016-11-16 15:21:33 -05:00
Carsten "Tomcat" Book
e7ca75286b
Merge mozilla-central to inbound
2016-11-16 14:53:15 +01:00
Kan-Ru Chen
f8100451db
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
...
We will use the new type for the generated IPDL message handler
prototype to make sure correct error handling method is called.
MozReview-Commit-ID: AzVbApxFGZ0
2016-11-15 04:26:00 +01:00
Dan Minor
c9c8d9a11d
Bug 1316886 - Port sdp_file_parser unit test to standalone binary; r=drno
...
MozReview-Commit-ID: 15joXOZxHgq
--HG--
rename : media/webrtc/signaling/test/sdp_file_parser.cpp => media/webrtc/signaling/fuzztest/sdp_file_parser.cpp
extra : rebase_source : daa37f2d5164329adf2f5098547e0776e13755ed
2016-11-11 15:27:41 -05:00
Carsten "Tomcat" Book
5ad0e3405a
Merge mozilla-central to autoland
2016-11-14 10:36:41 +01:00
Martin Thomson
0b45b71319
Bug 1316261 - Configure trust anchors list to be empty for WebRTC, r=drno
...
MozReview-Commit-ID: ltSVAAp2WF
--HG--
extra : rebase_source : cd7e2aea72c74e8eda7089f5a540d3a839534acf
2016-11-12 10:57:21 +11:00
Alfredo.Yang
c9c1355882
Bug 1313556 - update rust parser for pssh parsing. r=rillian
...
MozReview-Commit-ID: KH8K7mizUHl
--HG--
extra : rebase_source : 8e53260bbfcee797bbf05c2504810c7a1ad81a55
2016-11-10 14:50:30 +08:00
Alfredo.Yang
e080effcaa
Bug 1313556 - Implement Crypto() for mp4 rust parser. r=kinetik
...
MozReview-Commit-ID: LtJp2J46V19
--HG--
extra : rebase_source : e8e56560bd211bfee4baccd8eb3fe44117efa3e2
2016-11-08 15:08:10 +08:00
Matthew Gregan
81105ff0ba
Bug 1314514 - Update libcubeb to 8bab182c. r=padenot
...
--HG--
rename : media/libcubeb/tests/common.h => media/libcubeb/gtest/common.h
rename : media/libcubeb/tests/moz.build => media/libcubeb/gtest/moz.build
rename : media/libcubeb/tests/test_audio.cpp => media/libcubeb/gtest/test_audio.cpp
rename : media/libcubeb/tests/test_devices.cpp => media/libcubeb/gtest/test_devices.cpp
rename : media/libcubeb/tests/test_duplex.cpp => media/libcubeb/gtest/test_duplex.cpp
rename : media/libcubeb/tests/test_record.cpp => media/libcubeb/gtest/test_record.cpp
rename : media/libcubeb/tests/test_resampler.cpp => media/libcubeb/gtest/test_resampler.cpp
rename : media/libcubeb/tests/test_sanity.cpp => media/libcubeb/gtest/test_sanity.cpp
rename : media/libcubeb/tests/test_tone.cpp => media/libcubeb/gtest/test_tone.cpp
2016-11-11 15:01:56 +13:00
Wes Kocher
791bd2888f
Backed out changeset 359999c77a46 (bug 1314514) for build bustage a=backout CLOSED TREE
...
--HG--
rename : media/libcubeb/gtest/common.h => media/libcubeb/tests/common.h
rename : media/libcubeb/gtest/moz.build => media/libcubeb/tests/moz.build
rename : media/libcubeb/gtest/test_audio.cpp => media/libcubeb/tests/test_audio.cpp
rename : media/libcubeb/gtest/test_devices.cpp => media/libcubeb/tests/test_devices.cpp
rename : media/libcubeb/gtest/test_duplex.cpp => media/libcubeb/tests/test_duplex.cpp
rename : media/libcubeb/gtest/test_record.cpp => media/libcubeb/tests/test_record.cpp
rename : media/libcubeb/gtest/test_resampler.cpp => media/libcubeb/tests/test_resampler.cpp
rename : media/libcubeb/gtest/test_sanity.cpp => media/libcubeb/tests/test_sanity.cpp
rename : media/libcubeb/gtest/test_tone.cpp => media/libcubeb/tests/test_tone.cpp
2016-11-15 12:03:51 -08:00
Matthew Gregan
2b9aa95d4c
Bug 1314514 - Update libcubeb to 8bab182c. r=padenot
...
--HG--
rename : media/libcubeb/tests/common.h => media/libcubeb/gtest/common.h
rename : media/libcubeb/tests/moz.build => media/libcubeb/gtest/moz.build
rename : media/libcubeb/tests/test_audio.cpp => media/libcubeb/gtest/test_audio.cpp
rename : media/libcubeb/tests/test_devices.cpp => media/libcubeb/gtest/test_devices.cpp
rename : media/libcubeb/tests/test_duplex.cpp => media/libcubeb/gtest/test_duplex.cpp
rename : media/libcubeb/tests/test_record.cpp => media/libcubeb/gtest/test_record.cpp
rename : media/libcubeb/tests/test_resampler.cpp => media/libcubeb/gtest/test_resampler.cpp
rename : media/libcubeb/tests/test_sanity.cpp => media/libcubeb/gtest/test_sanity.cpp
rename : media/libcubeb/tests/test_tone.cpp => media/libcubeb/gtest/test_tone.cpp
2016-11-11 15:01:56 +13:00
Carsten "Tomcat" Book
106d39cf20
Merge mozilla-central to mozilla-inbound
2016-11-15 12:33:34 +01:00
Dan Minor
91c5b2836f
Bug 1316888 - Port sdp_unittests to xul gtest; r=bwc
...
MozReview-Commit-ID: 12qrqpZq2pW
--HG--
rename : media/webrtc/signaling/test/sdp_unittests.cpp => media/webrtc/signaling/gtest/sdp_unittests.cpp
extra : rebase_source : 3fd494a06040a8046abb2ad21b2083e20b501260
2016-11-11 12:24:03 -05:00
Masatoshi Kimura
293cc1082e
Bug 1313280 - Suppress warnings from third-party sources. r=glandium
...
MozReview-Commit-ID: 4R6mPbWIrAm
MozReview-Commit-ID: D15liHKGXHv
MozReview-Commit-ID: KQj3wDLxRZI
--HG--
extra : rebase_source : 4743f1ed016dd8ce488f3cda1ea97ebba072c266
extra : source : 84f6d4e2d33bdf2d9f88d280894a7a5364cf451d
2016-11-04 22:51:17 +09:00
Alex Chronopoulos
eefc8725dd
Bug 1315928 - Update cubeb from upstream to f8467510a8b. r=kinetik
...
MozReview-Commit-ID: 7M6LVOGxTVB
2016-11-08 14:02:49 +02:00
Phil Ringnalda
8cc8f6829d
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 5HP4v5psQL6
2016-11-06 18:21:25 -08:00
Jan-Ivar Bruaroey
e3634f0da1
Bug 1311048 - Surface process id in application sharing for completeness (we never share own process). r=jesup
...
MozReview-Commit-ID: HShFSBMO0yx
--HG--
extra : rebase_source : e1e3f2b967d72b37995d78a00aa9abb215e3eacf
2016-11-04 00:59:47 -04:00
Jan-Ivar Bruaroey
0c777848be
Bug 1311048 - Make it compile on android. r=jesup
...
MozReview-Commit-ID: 7jwGgr0JVEt
--HG--
extra : rebase_source : 3c6e54e693d36a2236ff87304be02b388edecd87
2016-11-04 11:44:32 -04:00
Jan-Ivar Bruaroey
f6022d3538
Bug 1311048 - Pick out Firefox windows as scary by pid on Linux. r=jesup
...
MozReview-Commit-ID: CjkfnZWjCTl
--HG--
extra : rebase_source : 54efcf2da32fc3a673903765b3e888d49a745c24
2016-11-04 23:56:48 -04:00
Jan-Ivar Bruaroey
695cfd5856
Bug 1311048 - Pick out Firefox windows as scary by pid on Windows. r=jesup
...
MozReview-Commit-ID: DzlAVt1oJIs
--HG--
extra : rebase_source : 640dce53420d5b5d862244ef9d953cff899f1d1c
2016-11-03 17:21:56 -04:00
Matthew Gregan
100e73de5a
Bug 1315495 - Update libcubeb to 98b189d2. r=achronop
2016-11-06 11:51:33 +13:00
Matthew Gregan
e692f60826
Bug 1314496 - Update libcubeb to 8c41e564. r=padenot
2016-11-06 10:43:11 +13:00
Wes Kocher
db15df3e50
Merge m-c to inbound, a=merge CLOSED TREE
2016-11-04 15:19:49 -07:00
Phil Ringnalda
0a6e7a6139
Merge m-c to m-i
...
MozReview-Commit-ID: FPgY4by0sMY
2016-11-03 20:05:18 -07:00
Phil Ringnalda
0f32b67e2d
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: Hm1RxN6OaoZ
2016-11-03 19:32:48 -07:00
Dan Minor
65e7cb7fab
Bug 1314667 - Add bounds check when configuring simulcast streams; r=jesup a=dveditz
...
The webrtc.org code has a hard coded limit on the number of simulcast
streams. This adds a check to make sure we don't try to add more
streams than it can support. Since the jsep code orders by
decreasing resolution, if too many streams are passed in we will end up
dropping the lowest resolution ones.
2016-11-02 15:16:36 -04:00
Phil Ringnalda
c9fdc270b6
Merge m-c to autoland
...
--HG--
rename : dom/media/webaudio/compiledtest/TestAudioEventTimeline.cpp => dom/media/webaudio/gtest/TestAudioEventTimeline.cpp
2016-11-03 20:02:24 -07:00
Munro Mengjue Chiang
e2f31f9f1e
Bug 1273734 - [AVFoundation] Expose different FPS range as discrete capability; r=jib
...
MozReview-Commit-ID: 3k3r87VDhDR
--HG--
extra : rebase_source : 477e5e09ab7bc1b2b2685fc161f5336df9b7d553
2016-11-03 16:17:25 +08:00
Andreas Pehrson
5b5b7d3bc4
Bug 1309886 - End received tracks when MediaPipelineReceive is detached. r=drno
...
MozReview-Commit-ID: 86kqjtMhulR
--HG--
extra : rebase_source : 77265fcd4a038a4cc8edf77682a2b000c6ea506a
2016-10-13 15:50:29 +02:00
Phil Ringnalda
393b414467
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 48WAQwKUCpw
2016-11-02 19:28:38 -07:00