Dan Minor
5244e5c40e
Bug 1401540 - Allow empty BUNDLE groups; r=bwc
...
MozReview-Commit-ID: 9IIwUnaMZ1m
--HG--
extra : rebase_source : 87729e9303fe1220f53db2f203efc99d628e020a
2017-09-27 12:49:19 -04:00
Wes Kocher
eb9a2ed0f2
Merge inbound to central, a=merge
...
MozReview-Commit-ID: IqwKWn7ceHC
2017-09-29 14:47:25 -07:00
Dan Minor
5af93e95a8
Bug 1402818 - Set hwnd_ to NULL in PlatformUIThread::Stop(); r=pehrsons
...
We only create an event window in Start() if hwnd_ is NULL, but Stop() does
not set it to NULL. This causes the thread to no longer be a GUI thread if
Stop() and then Start() is called on the same thread leading to assertion
failures.
MozReview-Commit-ID: 5TpazUCqBuR
--HG--
extra : rebase_source : 461066e576af87b27c82075a15d6b5772282b54c
2017-09-28 16:32:31 -04:00
Alfredo.Yang
0e22fafb90
Bug 1404182 - add testcase for bug 1380468. r=kinetik
...
MozReview-Commit-ID: Kg9QeszWnNT
--HG--
extra : rebase_source : 110e38299efadd892ffdc0146f83117981b74f54
2017-09-29 10:55:29 +08:00
Andreas Pehrson
516c8198a1
Bug 1403714 - Only regard max_fs when set explicitly. r=dminor
...
MozReview-Commit-ID: DczP0bq96AW
--HG--
extra : rebase_source : c5ef2418b8e3fd0b236aee07e0628de1d596fed9
2017-09-28 18:34:36 +02:00
Munro Mengjue Chiang
4658732fb4
Bug 1382433
- use fixed fps instead of floating fps to avoid very low fps. r=jib
...
MozReview-Commit-ID: 2QUWJM2LNkK
--HG--
extra : rebase_source : 5e323539c0d600979726d552938c9f06ed5cf5e2
2017-09-27 18:50:54 +08:00
Andreas Pehrson
d918302551
Bug 1319446 - DirectMediaStreamListener, you are dead to me. r=padenot
...
MozReview-Commit-ID: KwztE5ogSj9
--HG--
extra : rebase_source : e8e6bb3548c5697c5db901c0310ea5067a30c895
2017-09-27 12:01:46 +02:00
Alfredo.Yang
99296b3786
Bug 1388991 - add test case for subtraction underfolw in SampleToChunkIterator. r=kinetik
...
MozReview-Commit-ID: 8IV0RkDL8r7
--HG--
extra : rebase_source : 196d0af229c3f5181c286999f60c63da5a7ca408
2017-09-28 10:51:18 +08:00
Alfredo.Yang
6b8eff34c3
Bug 1388991 - check subtraction underflow. r=kinetik
...
MozReview-Commit-ID: DYsqlXyjZs
--HG--
extra : rebase_source : 557265db7fb42fea0b8b9f212c32f854e96a95c7
2017-09-28 10:19:33 +08:00
Alfredo.Yang
b0d7f38b36
Bug 1395244 - add gtest for index out of bounds in rust mp4 parser. r=kinetik
...
MozReview-Commit-ID: HeFwZgOpMdK
--HG--
extra : rebase_source : 69a011964b7e58ac22adc31ffa99051776a67fe8
2017-09-05 15:13:02 +08:00
Dan Minor
6dfaaea25b
Bug 1403204 - Code that configures telephone-event should not assume that it is always last in the codec array; r=bwc
...
Instead, iterate over the values.
MozReview-Commit-ID: KtPmA9fnyIU
--HG--
extra : rebase_source : d0e377be835425e13e76b99b9bab66934cfe29b6
2017-09-26 15:29:22 -04:00
Alfredo.Yang
588fc5b9e0
Bug 1389527 - add testcase for invalid sample table. r=kinetik
...
MozReview-Commit-ID: 5e4oQPLtcuZ
--HG--
extra : rebase_source : 1a3364037f5fe49e732983d95758a2b670667452
2017-09-25 11:16:29 +08:00
Matthew Gregan
6e690e73d3
Bug 1403048 - Update media/audioipc to b5559d28. r=kamidphish
...
--HG--
extra : rebase_source : aeb3f0b9a45729fa21248983d34ce956e98a9b79
2017-09-26 15:49:26 +13:00
Dan Glastonbury
e0b3ce467e
Bug 1399978 - Update cubeb-pulse-rs to git commit 2e22e53. r=kinetik
...
MozReview-Commit-ID: INksO0nbT1F
--HG--
extra : rebase_source : ea7936f95c44972478878cb54b1e2a83c4fbc4fe
2017-09-25 15:23:30 +10:00
Alfredo.Yang
155d999aa3
Bug 1401071 - move fallible memory allocation github instead of including source and other nits. r=kinetik
...
MozReview-Commit-ID: 40Yg8wUqZ2g
--HG--
extra : rebase_source : a2c192c06ae85be6e71172702b4bb73eb912fc7b
2017-09-25 09:14:00 +08:00
Dan Minor
b73bb761aa
Bug 1402348 - fix webrtc.org screen_capturer_unittest and window_capturer_unittest segfault on Linux; r=jesup
...
We weren't defining USE_X11 when building the tests resulting in inconsistent
versions of the headers depending upon where they were compiled.
MozReview-Commit-ID: 298yRvIjXgb
--HG--
extra : rebase_source : 7406d14db3b41b8b5f579cc572ccb283064dbe29
2017-09-22 14:33:49 -04:00
Dan Minor
099dc8de4f
Bug 1382182 - Build signaling common using moz.build; r=ted,jesup
...
MozReview-Commit-ID: FSqL5enNAZC
--HG--
extra : rebase_source : 0430bc65e869a8215550ab67f03b81668c4ae473
2017-07-24 10:59:20 -04:00
Dan Minor
4643f4ab72
Bug 1382182 - Build peerconnection using moz.build; r=ted,jesup
...
MozReview-Commit-ID: IvG9Pf0PRfw
--HG--
extra : rebase_source : e5a17ddda32a0fb168f6fd84ae9c65c1cee7d020
2017-07-21 16:28:29 -04:00
Dan Minor
86aeffe744
Bug 1382182 - Build mediapipeline using moz.build; r=ted,jesup
...
MozReview-Commit-ID: 7yJMgrsCgzO
--HG--
extra : rebase_source : f2a076b9a944795ee18232043f082590134529fc
2017-07-21 15:20:08 -04:00
Dan Minor
ae9b639bdd
Bug 1382182 - Build media-conduit using moz.build; r=ted,jesup
...
MozReview-Commit-ID: I0mHRkY4owZ
--HG--
extra : rebase_source : 16e3844f0ccb6ae0a2a557e5b3abe4a777a48f0e
2017-07-21 12:07:07 -04:00
Dan Minor
21da3987a2
Bug 1382182 - Build sdp using moz.build; r=ted,jesup
...
MozReview-Commit-ID: fZRprTixrc
--HG--
extra : rebase_source : e3823847862d427f752ec581bb3f35e6809f2aec
2017-07-20 11:47:05 -04:00
Dan Minor
30d76b125c
Bug 1382182 - Build jsep using moz.build; r=ted,jesup
...
MozReview-Commit-ID: 9UhlBZi0yO0
--HG--
extra : rebase_source : 7ad69af2dfb61ad88fc5f87f4d17a09abbf23edc
2017-07-20 11:24:08 -04:00
Sebastian Hengst
c0dac760d3
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: It9WfByQfV3
2017-09-23 11:38:06 +02:00
Nils Ohlmeier [:drno]
093afd78ca
Bug 1402221: add Telemetry probe to find out rtcp-mux usage. r=bwc,francois
...
MozReview-Commit-ID: 1XmPbpSmAb1
--HG--
extra : rebase_source : b3ad189b8eec13ce1b75873c36008d371b10797c
2017-09-22 00:09:52 -07:00
Wes Kocher
5d514ba8e9
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 2XyrMOdIWok
2017-09-20 17:39:08 -07:00
Wes Kocher
a6b8d9e91b
Merge inbound to central, a=merge
...
MozReview-Commit-ID: JpqY5uEi1nf
2017-09-20 17:18:21 -07:00
Dan Minor
55f5ef6e16
Bug 1373843 - Add -fsanitize-coverage to cflags in nicer.gyp; r=posidron
...
I missed doing this in the original patch because my mozconfig defined the
CFLAGS globally to include -fsanitize-coverage.
MozReview-Commit-ID: 4QdiIgdfAm2
--HG--
extra : rebase_source : bfd1ef5097b91c23913c0349a04154f18f60eef5
2017-09-20 17:05:07 -04:00
Dan Minor
6e7bc1c221
Bug 1373843: Change assertion about message length to error in stun_codec.c; r=drno
...
MozReview-Commit-ID: 1oUEQk9vg1L
--HG--
extra : rebase_source : 8ca178eb1e356b06b09582e85a0e91a93648b29c
2017-09-19 15:29:22 -04:00
Michael Froman
cfcc1ed74d
Bug 1396419 - adding null checks to avoid intermittent crash. r=drno
...
MozReview-Commit-ID: 3ywGT90q1NQ
--HG--
extra : rebase_source : d759c1e430da4c7c272d835219e69fb238e8205f
2017-09-18 21:36:33 -05:00
Nils Ohlmeier [:drno]
a8d005b348
Bug 1373843: Add a libfuzzer test for the stun parser; r=decoder
...
MozReview-Commit-ID: BWUnBIMhT5C
--HG--
extra : rebase_source : 8d8c6de040601621f5f64c8a7cf5a99486ae9879
2017-06-16 16:01:19 -07:00
Jean-Yves Avenard
53ef359a19
Bug 1389304 - Don't include samples that won't be demuxed in range calculation. r=kikuo
...
Invalid samples with empty content won't ever be demuxed. As such they can't participate in buffered range calculations.
MozReview-Commit-ID: 9LPhyKKMSyM
--HG--
extra : rebase_source : 229f19f08eba6e59b5585699805df9df9fd482b9
2017-09-19 09:11:26 +02:00
Munro Mengjue Chiang
979c34dc04
Bug 1389534 - Enable continuous auto focus mode. r=jib
...
MozReview-Commit-ID: DrTkb9CxjlA
--HG--
extra : rebase_source : c65aabcf0939a20814690a4c3349846fde0be00a
2017-09-07 18:25:45 +08:00
Alex Chronopoulos
af3b468649
Bug 1400671
- Update cubeb from upstream to ac532ad. r=kinetik
...
MozReview-Commit-ID: Ek4onH23hPc
2017-09-18 01:56:08 +03:00
Nico Grunbaum
a531d080c3
Bug 1393095 - remote audio receiver stats missing;r=dminor,jesup
...
MozReview-Commit-ID: 9izPPOqybcK
--HG--
extra : rebase_source : 31578d7198929267e423a1c0c4b13cd49f110629
2017-09-13 01:38:35 -07:00
Gregory Szorc
3d5f58d635
Bug 1399878 - Fix case of LOCAL_INCLUDES; r=me
...
This fixes a typo introduced in 305e742634e5 and that broke
moz.build processing for MacOS.
2017-09-15 14:18:32 -07:00
Ted Mielczarek
0677fcfacf
bug 1399878 - Use LOCAL_INCLUDES instead of CFLAGS in some media moz.build files. r=gps
...
MozReview-Commit-ID: 3PUOniPnt54
--HG--
extra : rebase_source : 01accd7951a4af7018265e91040aa7005b061902
2017-09-14 06:39:27 -04:00
Dan Minor
48f0f26faf
Bug 1398820 - Do not add duplicate rtp extensions; r=bwc
...
MozReview-Commit-ID: G6wLXW7z05d
--HG--
extra : rebase_source : e90ca378082a899a2cb7961121b6822e2ba2a72c
2017-09-14 15:55:33 -04:00
Alex Chronopoulos
fce9feacea
Bug 1399905 - Update cubeb from upstream to 09a90a7. r=padenot
...
MozReview-Commit-ID: JoZj8q2nQPb
2017-09-14 18:35:15 +03:00
Ryan VanderMeulen
277d6a438f
Merge m-c to inbound. a=merge
2017-09-14 10:52:18 -04:00
Dan Minor
c9a33a6e73
Bug 1393687 - Fix handling of max-fr parameter; r=jesup
...
MozReview-Commit-ID: C30K1Pogm5u
--HG--
extra : rebase_source : e53ed34aed0c59b1495581562901b4e7cc78e3b0
2017-09-07 16:05:52 -04:00
Alfredo.Yang
71448a61d9
Bug 1389470 - fix for zero size memory leak. r=kinetik
...
MozReview-Commit-ID: F1hBnukiwKN
--HG--
extra : rebase_source : 1a2c4b32d7990d0483a4a78b29a8cd0c3079c68a
2017-09-14 10:29:43 +08:00
Alfredo.Yang
43be656b03
Bug 1389470 - use fallible memory allocation to avoid OOM. r=kinetik
...
MozReview-Commit-ID: BvqIe685Rfs
--HG--
extra : rebase_source : b030ba607474a285c8fb50e9198f126c36a011f9
2017-09-13 14:59:45 +08:00
Dan Minor
ceaff80d1d
Bug 1393687 - Use VideoAdapter to handle max-fs; r=jesup
...
This uses the VideoAdapter to handle the max-fs constraint rather than
attempting to calculate and enforce it manually within the VideoConduit.
The resolution is taken as the small of the max-fs constraint and the
latest request from the video sink.
The old unit tests for max-fs and max-fr are removed as the size
calculation has now been delegated to the VideoAdapter and the tests do
not verify whether or not video has actually been scaled.
MozReview-Commit-ID: 18khmiNageR
--HG--
extra : rebase_source : 9d4c80ab5d426721c5c409d81130f2a586c862ad
2017-09-11 13:43:32 -04:00
Sebastian Hengst
e4a2f44531
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 9SALJlvWgoZ
2017-09-13 13:32:44 +02:00
Nils Ohlmeier [:drno]
4ba00c2a5a
Bug 1396974: make tests ensure no bundle-only is present in inactive m-swctions. r=bwc
...
MozReview-Commit-ID: 5pnTygvwTSy
--HG--
extra : rebase_source : 4856491656e8503412a42cafbb8f9af2814a00f3
2017-09-08 13:05:13 -07:00
Nils Ohlmeier [:drno]
7b33b594d5
Bug 1396974: stop bundeling inactive m-sections. r=bwc
...
MozReview-Commit-ID: AXBtipHlW0Y
--HG--
extra : rebase_source : c1cf7cd11896a757472b47ccf8810cfca7c413d1
2017-09-08 12:26:19 -07:00
Dan Glastonbury
660a0a0bf8
Bug 1399009 - Update cubeb-pulse-rs to a386d91... r=kinetik
...
MozReview-Commit-ID: BnJpMCuDPOf
--HG--
extra : rebase_source : 37c652b29cc4732153ab5b8a45c0b02837026282
2017-09-12 15:31:18 +10:00
Randell Jesup
62c5b9fbfe
Bug 1396107: switch to using the same audio input method upstream webrtc.org does r=dminor,padenot
2017-09-12 10:14:41 -04:00
Chris Manchester
fab07bc443
Bug 1386876
- Replace all uses of NO_VISIBILITY_FLAGS with a template and remove NO_VISIBILITY_FLAGS. r=glandium
...
MozReview-Commit-ID: 194U1WMCAM0
--HG--
extra : rebase_source : 365b68b0a1772d238ae9b84966e53dcd1197fd85
2017-05-01 18:12:35 -07:00
Chris Manchester
c0a229d4c3
Bug 1386876
- Replace all uses of DISABLE_STL_WRAPPING with a template, remove DISABLE_STL_WRAPPING. r=glandium
...
MozReview-Commit-ID: FMEtb5PY7iP
--HG--
extra : rebase_source : 3cdee7528846462c758e623d6bcd2e6e17dbabff
2017-09-11 11:33:26 -07:00