Randell Jesup
e527489ee4
Bug 1234571: unregister encoded-frame callback when releasing codec databases r=pkerr
2015-12-31 16:36:39 -05:00
Phil Ringnalda
33c7af5cab
Back out 6 changesets (bug 1214462) for Win PGO build bustage, reftest failures and mochitest failures
...
CLOSED TREE
Backed out changeset 803dba2adb27 (bug 1214462)
Backed out changeset e1b318c9c1db (bug 1214462)
Backed out changeset 3a421412b161 (bug 1214462)
Backed out changeset 2b388a17f4be (bug 1214462)
Backed out changeset 6a290f27f9bc (bug 1214462)
Backed out changeset 3dbf22bf17a4 (bug 1214462)
2015-12-30 20:37:08 -08:00
Jean-Yves Avenard
95d58839d3
Bug 1214462: P6. Fix ffvpx compilation on android x86 and FreeBSD. r=glandium
2015-12-31 13:17:26 +11:00
Jean-Yves Avenard
f266d7b432
Bug 1214462: P2. Add mozilla build files to build ffvpx. r=glandium
2015-12-31 13:17:21 +11:00
Jean-Yves Avenard
7f036e4994
Bug 1214462: P1. Add ffvpx source code. r=kentuckyfriedtakahe
...
Code was extracted from FFmpeg n2.8.2
Files needed found using the command ./configure --disable-everything --disable-protocols --disable-demuxers --disable-muxers --disable-filters --disable-programs --disable-doc --disable-parsers --enable-parser=vp8 --enable-parser=vp9 --enable-decoder=vp8 --enable-decoder=vp9 --disable-static --enable-shared --disable-debug --disable-sdl --disable-libxcb --disable-securetransport --disable-iconv --disable-swresample --disable-swscale --disable-avdevice --disable-avfilter --disable-avformat --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --enable-asm --enable-yasm
2015-12-31 13:17:20 +11:00
Ehsan Akhgari
557cbedf75
Bug 1233983 - Make libvpx build with clang-cl; r=rillian
...
This has been submitted upstream:
https://chromium-review.googlesource.com/#/c/319392/
2015-12-30 18:33:41 -05:00
Mike Hommey
ef2eee800c
Bug 1235675 - Add the source directory to the -include directive in media/libsoundtouch/src/moz.build. r=mshal
...
This currently works in the recursive make backend because make readjusts with
the vpath to the source directory, but for other backends (like CompileDB),
the lack of clear path hurts. In fact, CompileDB currently reports the path as
being in the objdir.
2015-12-31 07:46:04 +09:00
Randell Jesup
913ef0d5c0
Bug 1210170: Add RID header extension send/receive/query support r=pkerr
2015-12-10 15:42:24 -05:00
Gerald Squelart
91033abdfe
Bug 1232069 - Check box sizes before alloc©. r=jya
2015-12-29 13:12:14 -05:00
Chris Peterson
f3abb8a9e8
Bug 1235235 - Fix -Wimplicit-fallthrough warning in media/mtransport/. r=ekr
...
media/mtransport/transportlayerdtls.cpp:872:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:03:13 -08:00
Andreas Pehrson
bb96f012d0
Bug 1232046 - Do not set a too low send bitrate in VideoConduit. r=jesup
...
--HG--
extra : commitid : JQgdklGkMRD
2015-12-11 16:27:33 -05:00
Nils Ohlmeier [:drno]
c69876f082
Bug 1229633: hash interface names on Windows. r=ekr
...
--HG--
extra : rebase_source : e76fc7866c70242ba957bd2c84c42c2f4fc2f592
2015-12-21 23:13:44 -08:00
Jean-Yves Avenard
b919d97460
Bug 1234778: Mark all audio frames as keyframes. r=kentuckyfriedtakahe
2015-12-24 09:05:50 +11:00
[:ng]
95eabf5454
Bug 1196542 - share only windows with non-zero area. r=pkerr
2015-12-11 09:02:00 -08:00
Jan Beich
b9ba40cc6b
Bug 1231117 - Use xlocale on DragonFly as well. r=jesup
...
--HG--
extra : transplant_source : %7F%8D%B37%8B%0B%22%99%8F%A5%81%ECS%C5%ED%24%94%21%1F%8B
2015-12-03 12:32:52 +00:00
Jan Beich
59274cab04
Bug 1231109
- Drop FreeBSD checks for unsupported versions. r=jld r=jesup
...
--HG--
extra : transplant_source : P%FC%E3%29%07%05%D4%8DA%A7%89%90%26%B4%D5%E2%60%89%0C%B0
2015-12-03 12:28:22 +00:00
Ralph Giles
51a6651735
Bug 1231169 - report rust mp4parse track status in telemetry. r=kinetik,vladan
2015-12-11 12:51:00 -08:00
Chris Pearce
966cf53003
Bug 1232527 - Call into WMF PDM to determine if WMF can decode instead of using GMPVideoDecoderTrialCreator. r=jwwang
...
Resurrect WMFDecoderModule::HasAAC() and HasH264(), and use those in
MediaKeySystemAccess.cpp to figure out whether we gmp-clearkey can decode,
rather than assuming Vista and later is always able to decode, as that's not
a valid assumption; Vista may not have the required Platfor Update installed,
or we may be on Windows N or KN without the Media Feature Pack.
--HG--
extra : commitid : 2QrVAGQ5OJa
extra : rebase_source : 8ad6e5c5f87cf2b2489f049543c021723927901a
2015-12-15 14:50:59 +13:00
Jan-Ivar Bruaroey
1eb7b6baab
Bug 1198345 - Split moar Hello Telemetry values from general WebRTC. r=jesup
...
--HG--
extra : transplant_source : %D3%26W%10y%14%B1%2B%94%E2%AFQ%85C%C6%A2%7E%F8%C8v
2015-12-10 23:38:02 -05:00
Nils Ohlmeier [:drno]
2e19c2bfed
Bug 1219557 - don't pair candidates from different reserved networks. r=mt r=bwc
...
--HG--
extra : transplant_source : %19xT%C2%94C%92%8C%F7%16%FA%5C%CE%3A%C5A%DB%D5%B1%29
2015-12-04 20:43:15 -08:00
Byron Campen [:bwc]
ae07995683
Bug 1231196: Fix init of PeerConnectionImpl::mThread for unit-tests and similar. r+drno
...
--HG--
extra : commitid : 8k9GcSpg0VM
extra : rebase_source : 46e5e41f8fd8565f73177a39a2428acd28efc12c
2015-12-08 16:39:43 -05:00
Jan Beich
b0cfac53cd
Bug 1231106 - Make BSDs fall-through to ASSERT as well. r=jesup
...
--HG--
extra : transplant_source : %E9%AA%E9%B4D-%1FV%80%AF%EF%B0%A6%DEq%ADS%3B%FD%CB
2015-12-03 12:18:29 +00:00
Alfredo Yang
7cc22cdf3a
Bug 1224887: add OpenMax IL headers. r=jya
2015-12-08 15:57:46 +05:30
Byron Campen [:bwc]
bc30932b74
Bug 1192390 - Part 2: Simulcast and RID negotiation. r=mt
...
--HG--
extra : transplant_source : %D1%CAj%05%C7%7B%92%D9%CDV%24j%FF%CB%24B%D4%03%92%5E
2015-11-02 09:32:16 -06:00
Byron Campen [:bwc]
dac8417d25
Bug 1192390 - Part 1: Lay architectural groundwork for simulcast negotiation. r=mt r=jesup
...
--HG--
extra : transplant_source : %CEG%9Fm%F3%20%9CH%F5%F5r%A2s%D7%C9%00%A2%B8G%25
2015-10-21 17:07:08 -05:00
Nils Ohlmeier [:drno]
b912f1ee3a
Bug 1006809 - update triggered check behavior to RFC 5245. r+bwc r=mjf
...
--HG--
extra : transplant_source : q%BDT%0A%29%7B%7C%A0%92%B1%AE%81%AA%EE%94%9B%A0b3%A7
2015-11-27 23:50:14 -08:00
Jacek Caban
317f57fccc
Bug 1228947 - mingw fixup.
2015-12-07 12:21:45 +01:00
Chris Peterson
46bb7c80dd
Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc
...
--HG--
extra : rebase_source : 4ab2c4a917ea90055e48bd6adcb53904f2266ee0
2015-11-27 20:49:55 -08:00
Chris Pearce
9654972991
Bug 1230026 - Support 'webm' initDataType format for MP4 ClearKey initData. r=gerald
2015-12-04 07:24:11 +13:00
Gian-Carlo Pascutto
cb4e1a83eb
Bug 1228788 - Force QT device release to happen on the main thread. r=jesup
2015-12-03 15:11:15 +01:00
Gerald Squelart
41cab4de4a
Bug 1224361 - Upstream update patch - r=rillian
2015-12-03 14:14:46 +11:00
Gerald Squelart
6dbc202a8a
Bug 1224361 - Clamp QIndex also in abs-value mode - r=rillian
2015-12-03 14:14:46 +11:00
Gerald Squelart
8267da9745
Bug 1224363 - Upstream update patch - r=rillian
2015-12-03 14:14:45 +11:00
Gerald Squelart
861f436e5e
Bug 1224363 - Clamp seg_lvl also in abs-value mode - r=rillian
...
Even when the segment feature data is in absolute mode, it is still read as a
6-bit value with an added sign, so it could have values between -63 and +63.
Later, this signed value is used without checks as a filter level, which is
used to access an entry in an array of size MAX_LOOP_FILTER+1=64.
This patch just extends the existing clamping (that was done only to relative-
mode data) to absolute mode data, before it is blindly 'memset' in
lfi->lvl[seg][0], which was where the out-of-bound filter_value was read in
subsequent vp8_loop_filter_row_simple.
2015-12-03 14:14:45 +11:00
Ralph Giles
a3ea7052ff
Bug 1229615 - Catch panics in mp4parse_get_track_info. r=kinetik
...
Wrap calls in a thread the way we do for read_mp4().
Patch from upstream.
2015-12-02 17:22:01 -08:00
Ralph Giles
3c67e8b631
Bug 1229615 - Conditionalize mp4parse.h export. r=kinetik
2015-12-02 17:21:54 -08:00
Matthew Gregan
dee904221c
Bug 1229615 - Compare track counts between rust and stagefright. r=rillian
...
Use the new capi calls in rust mp4parse v0.1.5 to query
audio and video track counts and compare with what we
get from stagefright.
2015-12-02 17:21:49 -08:00
Ralph Giles
be8ee9898b
Bug 1229615 - Don't reject files without edit lists. r=kinetik
...
Patch from upstream.
2015-12-02 17:21:41 -08:00
Wes Kocher
ef60ffb91e
Backed out 3 changesets (bug 1229615) for crashtest crashes in 0-timescale.html CLOSED TREE
...
Backed out changeset aa313047a6de (bug 1229615)
Backed out changeset 80aa7ecf9456 (bug 1229615)
Backed out changeset d7bf9994e1b0 (bug 1229615)
--HG--
extra : commitid : 782ajuO9h9t
2015-12-02 15:00:42 -08:00
Ralph Giles
fef6163774
Bug 1229615 - Conditionalize mp4parse.h export. r=kinetik
2015-12-02 12:22:09 -08:00
Matthew Gregan
6b03728600
Bug 1229615 - Compare track counts between rust and stagefright. r=rillian
...
Use the new capi calls in rust mp4parse v0.1.5 to query
audio and video track counts and compare with what we
get from stagefright.
2015-12-02 12:19:29 -08:00
Ralph Giles
8c0e42e151
Bug 1229615 - Don't reject files without edit lists. r=kinetik
...
Patch from upstream.
2015-12-02 12:25:00 -08:00
Bogdan Postelnicu
1bb9612250
Bug 1227481 - added a memset on aec. r=jesup
2015-12-02 05:05:00 +01:00
Nigel Babu
38aea49239
Backed out changeset df07a5d14903 (bug 1224887) for build bustage
...
Backed out changeset 0bc40a9a5804 (bug 1224887)
2015-12-02 14:51:20 +05:30
Alfredo Yang
0df87b95e9
Bug 1224887: add OpenMax IL headers. r=jya, with actual patch
...
CLOSED TREE
--HG--
extra : amend_source : 2daf9a39d8cdc1cc972d093faf5edd4ff1c14de6
2015-12-02 13:52:56 +05:30
Chris Pearce
373cfa1365
Bug 1229508 - Support current and previous GMP_API_DECRYPTORs. r=gerald
...
To allow GMPs time to update to new GMPDecryptor versions, we support the
latest GMPDecryptor version, and the previous.
In order to support a consistent interface to Gecko, we adapt the previous
GMPDecryptor version to the latest in the GMP child process. So Gecko always
thinks it's talking to the latest version.
We also make gmp-fake deliberately support the previous GMPDecryptor version,
to ensure this code path remains tested.
2015-12-02 15:37:09 +13:00
Ralph Giles
a0a2e12a73
Bug 1229612 - Update rust mp4parse to v0.1.5. r=kinetik
...
Adds query functions for track metadata.
2015-12-01 17:33:00 -08:00
Jean-Yves Avenard
87d0bbae43
Bug 1226842: Error rather than asserting when encountering error in sample table. r=gerald
2015-12-02 10:39:50 +11:00
Jean-Yves Avenard
9191c537d3
Bug 1229134: Check that memory allocation actually succeeded. r=gerald
2015-12-02 10:39:49 +11:00
Matthew Gregan
9a273aba8d
Bug 1225703 - Update in-tree libcubeb. r=padenot
2015-11-19 16:37:36 +13:00
Jan Beich
77930e373b
Bug 1228230 - Rely more on top-level configure auto-detection. r=qdot
...
--HG--
extra : commitid : zmjwDqqQv6
2015-11-27 07:37:33 +00:00
Gerald Squelart
a9a0ca3af0
Bug 1210319 - p3. Lowered useless log level - r=jya
...
--HG--
extra : commitid : 3l4NCSLhsWC
2015-12-01 13:46:07 -08:00
Gerald Squelart
23f5557d82
Bug 1210319 - p2. Minor intf clean-up, RIP trex - r=rillian
...
Made some class interfaces a bit more "C++11"-ish, to protect against some
possible issues.
Also removed 'trex', which was only used by code removed in previous patch.
--HG--
extra : commitid : FkTiMJ5sZLf
2015-12-01 13:45:55 -08:00
Gerald Squelart
f8723d92f6
Bug 1210319 - p1. Removed unused code - r=rillian
...
--HG--
extra : commitid : 6LU02OBJDFK
2015-12-01 13:45:42 -08:00
Jean-Yves Avenard
7ae8605a51
Bug 1229339: Partial revert of commit c15c9f37f. r=cpearce
...
Replacement of nsTArray<MediaByteRange> by MediaByteRangeSet in the MoofParser was incorrect.
2015-12-02 08:35:57 +11:00
Alexandros Chronopoulos
6aab2674ce
Bug 1202087 - Filter out non-shareable application for win8 or greater. r=jesup
2015-11-11 14:01:27 +02:00
Chris Pearce
d6743b5aff
Bug 1186406 - Copy input to ClearKey's decoder, so we can return its containing shmem earlier. r=gerald
...
We're failing in the "Very rough kill-switch" case in
GMPVideoDecoderParent::Decode() we find that too many shmems are in use when we
come to send a "Decode" message to the GMP, and that causes an error which
percolates up to cause the test failure.
This patch changes gmp-clearkey to copy the input encrypted and compressed
sample and immediately return the shmem to the parent process. We are
copying the data anyway when we decrypt, so we can rejigg things so that we
don't actually end up doing a second copy.
2015-12-01 18:13:58 +13:00
EKR
764814bceb
Bug 1227781 - Fix crash with bogus STUN parameters. r=bwc
2015-11-30 12:15:19 -08:00
Jean-Yves Avenard
5b14282671
Bug 1227396: P14. Reduce memory usage of sample index for audio tracks. r=cpearce
...
All samples in an audio track are keyframes. As such, use block on 128 samples instead.
2015-11-30 11:36:39 +11:00
Jean-Yves Avenard
bb0aacbf79
Bug 1227396: P13. Refactor how MP4 buffered range is calculated. r=cpearce
...
We now use an index of samples made of block of samples delimited by keyframes. The search is performed using a binary search. This allows to quickly find which blocks are found within the media cache.
On a 8 core mac pro, this leads to a 67% improvement on CPU time spent playing a long MP4 video (from 112s CPU to 45s CPU)
The optimisation is only possible if all mp4 data chunks are continuous (which they almost always are)
2015-11-30 11:29:37 +11:00
Jean-Yves Avenard
219b4520a6
Bug 1227396: P10: Remove stray function definition. r=cpearce
2015-11-30 11:29:35 +11:00
Jean-Yves Avenard
fdf27ff498
Bug 1227396: P9. Remove unnecessary monitor. r=cpearce
...
The Index and MoofParser are now only used via the MP4Demuxer which is guaranteed to always be called on the same taskqueue.
2015-11-30 11:29:35 +11:00
Jean-Yves Avenard
a7975b198f
Bug 1227396: P8. Replace MediaByteRange with Interval<int64_t> typedef. r=cpearce
...
It's now okay to simplify.
2015-11-30 11:29:34 +11:00
Jean-Yves Avenard
c8c275cee2
Bug 1227396: P7. Replace nsTArray<MediaByteRange> with dedicated MediaByteRangeSet object. r=cpearce
2015-11-30 11:29:34 +11:00
Jean-Yves Avenard
70f2124283
Bug 1227396: P2. Rename some MediaByteRange methods. r=cpearce
...
Will facilitate the replacement of MediaByteRange by Interval<int64_t>
2015-11-30 11:29:30 +11:00
Nigel Babu
80fe8e107c
Backed out changeset 8631caf756eb (bug 1225703) for Cpp bustage on OS X 10.10 debug
...
--HG--
extra : amend_source : 0bacde9a70f022e574c638e207d4786a0572ef7b
2015-11-27 12:20:58 +05:30
Chris Pearce
efc8956d13
Bug 1228461 - Implement keyids initData type for ClearKey. r=gerald
2015-11-27 17:13:40 +13:00
Chris Pearce
ad73151891
Bug 1228461 - Don't assert we must have keys for keyIds we've seen in ~ClearKeySession(). r=gerald
2015-11-27 17:13:35 +13:00
Matthew Gregan
44147bd7ac
Bug 1225703 - Update in-tree libcubeb. r=padenot
2015-11-19 16:37:36 +13:00
Carsten "Tomcat" Book
b9c3b3b73f
Backed out changeset 5ecd639be1a4 (bug 1202087) for bustage
2015-11-26 12:44:02 +01:00
Alexandros Chronopoulos
aeef183f90
Bug 1202087 - Filter out non-shareable application for win8 or greater. r=jesup
2015-11-11 14:01:27 +02:00
Mike Hommey
b5c0f9f920
Bug 1224452 - Quote passthru variables. r=gps
...
Ideally, we should properly make and shell quote everything we print out
in makefiles, but that's a can of worms I don't want to open just yet. So
I'll limit myself to just passthru variables.
2015-11-26 08:51:02 +09:00
Mike Hommey
6a40d83fb7
Bug 1224452 - Straighten up a couple things in some moz.builds. r=gps
...
We're going to change how e.g. CFLAGS are printed out in backend.mk, and
to fit that model, the data in the corresponding moz.build variables
need to be straightened up.
2015-11-26 08:50:52 +09:00
Paul Kerr [:pkerr]
c4670b9125
Bug 1226347 - Part 2: Allow control of AEC via prefs. r=rjesup
2015-11-24 08:32:11 -08:00
Randell Jesup
7d22cc9c0c
Bug 1226347: Import cherry-pick of AEC changes from 43->48 (delay-agnostic AEC). r=pkerr
2015-11-23 11:11:58 -05:00
Wes Kocher
dba42704d1
Backed out 2 changesets (bug 1226347) for build bustage CLOSED TREE
...
Backed out changeset da34ad5d6957 (bug 1226347)
Backed out changeset 63d13b6b43ee (bug 1226347)
--HG--
extra : commitid : 4yYcYyidto4
2015-11-24 09:02:03 -08:00
Paul Kerr [:pkerr]
46b05602ec
Bug 1226347 - Part 2: Allow control of AEC via prefs. r=rjesup
2015-11-24 08:32:11 -08:00
Randell Jesup
05d80d2f86
Bug 1226347: Import cherry-pick of AEC changes from 43->48 (delay-agnostic AEC). r=pkerr
2015-11-23 11:11:58 -05:00
Gerald Squelart
ed2eee2066
Bug 1227052 - Use delete[] for sinf->IPMPData. r=jya
...
--HG--
extra : rebase_source : d8197fdc08c009dedd25f83ef2a7fc68356043a7
2015-11-24 08:46:54 +01:00
Glenn Randers-Pehrson
60a6d95d13
Bug 1224244 - Update in-tree libpng to version 1.6.19. r=seth
2015-11-23 20:20:00 +01:00
Wes Kocher
6b785bc5a4
Backed out changeset 3f51676191a6 (bug 1225703) for cpp unittest failures on at least Windows CLOSED TREE
...
--HG--
extra : commitid : CP7XWRFUyfV
2015-11-22 23:00:58 -08:00
Matthew Gregan
43f3a0941b
Bug 1225703 - Update in-tree libcubeb. r=padenot
2015-11-23 15:12:05 +13:00
Chris Pearce
f74bb6b010
Bug 1226430 - Remove alg from ClearKey license parser. r=gerald
2015-11-23 09:58:51 +13:00
Boris Zbarsky
35f1292e72
Bug 1225603. Codegen ToJSValue overloads for Web IDL enums. r=smaug,jib
2015-11-21 12:15:11 -05:00
Randell Jesup
9cf12febe9
Bug 1220493: clean up validation of RTP headers r=pkerr
2015-11-19 11:49:25 -05:00
Landry Breuil
f468ad9584
Bug 1226146: fix sndio audio_device backend after webrtc 43 landing in bug 1198458 r=jesup NPOTB
2015-11-19 09:48:26 -05:00
Byron Campen [:bwc]
d43453c07e
Bug 1175609 - Bring onnegotiationneeded in line with spec. r=mt
...
--HG--
extra : transplant_source : %D3Z%87AP%CC%BA%AA%0B%27z%A9bh%01%0A3%40%C7U
2015-11-16 17:05:39 -06:00
Randell Jesup
d116f80e84
Bug 1198458: Fix typo in merges in OMX rs=bustage,kwierso
...
on a CLOSED TREE
2015-11-18 15:55:24 -05:00
Jan Beich
16d38a8bc6
Bug 1198458 Unbreak build on BSDs by fixing non-POSIX thread includes/usage. r=jesup
...
on a CLOSED TREE
2015-11-18 15:21:51 -05:00
Randell Jesup
9c83bc8f96
Bug 1198458: Rollup of changes previously applied to media/webrtc/trunk/webrtc and fixes to those rs=jesup r=froyd,jib,bwc,jesup,gcp,sotaro,pkerr,pehrsons
...
Landing as one rolled-up patch to avoid breaking regression tests, and in
keeping with previous WebRTC imports. Broken out parts that needed review
are on the bug.
2015-11-18 15:03:25 -05:00
Randell Jesup
1d652361f7
Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup
...
https://chromium.googlesource.com/external/webrtc
git checkout -b my_branch refs/remotes/branch-heads/43
commit 6979b024d7cebfdcd1e8f66da59ea157bbc9e47e (I believe)
--HG--
rename : media/webrtc/trunk/webrtc/build/tsan_suppressions_webrtc.cc => media/webrtc/trunk/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
rename : media/webrtc/trunk/webrtc/modules/audio_processing/utility/fft4g.c => media/webrtc/trunk/webrtc/common_audio/fft4g.c
rename : media/webrtc/trunk/webrtc/modules/audio_processing/utility/ring_buffer.c => media/webrtc/trunk/webrtc/common_audio/ring_buffer.c
rename : media/webrtc/trunk/webrtc/modules/audio_processing/utility/ring_buffer.h => media/webrtc/trunk/webrtc/common_audio/ring_buffer.h
rename : media/webrtc/trunk/webrtc/modules/audio_processing/utility/ring_buffer_unittest.cc => media/webrtc/trunk/webrtc/common_audio/ring_buffer_unittest.cc
rename : media/webrtc/trunk/webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_tests.isolate => media/webrtc/trunk/webrtc/modules/audio_coding/audio_codec_speed_tests.isolate
rename : media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/neteq_opus_fec_quality_test.cc => media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc
rename : media/webrtc/trunk/webrtc/modules/audio_processing/agc/analog_agc.c => media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c
rename : media/webrtc/trunk/webrtc/modules/audio_processing/agc/analog_agc.h => media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.h
rename : media/webrtc/trunk/webrtc/modules/audio_processing/agc/digital_agc.c => media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c
rename : media/webrtc/trunk/webrtc/system_wrappers/source/system_wrappers_unittests.isolate => media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_unittests.isolate
2015-11-18 15:03:22 -05:00
Ralph Giles
e416737ae7
Bug 1225221 - vpx: allow 8k video. r=kinetik
...
Result of running update.sh with the new limit.
2015-11-16 11:10:00 -08:00
Ralph Giles
8f6696f4d2
Bug 1225221 - vpx: Allow 8k video in update.sh. r=kinetik
...
Raise the allowed frame size limit to allow 8k video
per gecko bug 1222145.
2015-11-16 11:09:00 -08:00
Ralph Giles
e37a108abb
Bug 1225217 - vpx: restore linux avx2 code in libvpx. r=kinetik
...
revert bug 1063356 part 5 now that all continuous integration
builds have sufficiently recent toolchains.
2015-11-16 10:58:00 -08:00
Landry Breuil
679a3084dd
Bug 911450: followup, fix CriticalSectionScoped scope NPOTB r=jesup
2015-11-17 19:05:52 +01:00
Carsten "Tomcat" Book
a22ff2640a
Merge mozilla-central to mozilla-inbound
2015-11-17 12:33:46 +01:00
Carsten "Tomcat" Book
1cf9b8b2ab
merge mozilla-inbound to mozilla-central a=merge
2015-11-17 12:26:16 +01:00
Landry Breuil
3f9b5a64be
Bug 911450: webrtc sndio audio_device backend r=jesup
...
Most of the code originally from Alexandre Ratchov <alex@caoua.org>
2015-11-16 23:14:16 +01:00
Nils Ohlmeier [:drno]
1d8c0abcc0
Bug 1221837 - Accept hard coded codec numbers without rtpmaps. r=bwc
...
--HG--
rename : dom/media/tests/mochitest/test_peerConnection_basicAudio.html => dom/media/tests/mochitest/test_peerConnection_basicAudioPcmaPcmuOnly.html
extra : rebase_source : ca8ab16272e2b3fc58019518d3d31e43430e7283
2015-11-15 23:26:46 -08:00
David Anderson
8e086a182c
Remove Gonk usage of ImageContainer::CreateImage. (bug 1222910, r=sotaro)
2015-11-17 00:09:01 -08:00
David Anderson
27bfc27d62
Decouple SharedRGBImage and PlanarYCbCrImage from ImageContainer. (bug 1222910, r=mattwoodrow)
2015-11-17 00:09:01 -08:00
Wes Kocher
c0ece6bf0d
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : 2bzybQqlwy0
2015-11-16 17:28:26 -08:00
Byron Campen [:bwc]
a52533a8a3
Bug 1218326: Prevent datachannel operations on closed PeerConnections. r=jesup a=lizzard
...
--HG--
extra : commitid : 40ebY3LMneO
extra : rebase_source : b66bef2b46b8a70932e38824128cd930a9fba987
2015-10-28 12:48:17 -05:00
sajitk
582e1a55fa
Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian
2015-11-15 14:49:01 +01:00
Jan de Mooij
dabcd72958
Bug 1237201 part 6 - Handle Vector OOM in media/webrtc/. r=jesup
2016-01-14 15:19:33 +01:00
Randell Jesup
d7077c329c
Bug 1218217: bustage fix for static assert r=bustage
...
on a CLOSED TREE
2016-01-14 02:35:45 -05:00
Randell Jesup
6036210fe2
Bug 1218217: avoid buffersize overflow even if codec is unbounded in dimensions r=pkerr
2016-01-14 02:08:46 -05:00
Randell Jesup
f2eebc5e16
Bug 1237224: Check sending framesize is set before calculating max fps when max-mbps is negotiated r=pkerr
2016-01-14 02:06:44 -05:00
James Willcox
f15ace1296
Bug 1221228 - Work around busted OpenSL causing hangs/reboots on Android r=padenot
2015-11-13 08:40:46 -06:00
Ralph Giles
68f3cf2767
Bug 1218124 - Add vpx_once patch to update script. r=gerald
...
From 3fae7b20918a3a3c8a9dc6e7f92aef0d19fb20fa Mon Sep 17 00:00:00 2001
2015-11-12 17:00:07 -08:00
Ralph Giles
168bcdfbd5
Bug 1218124 - Use InterlockCompare in win32 vpx_once(). r=gerald
...
From 64f73cc1f7f57ca6643b027eae63041fec408ea8 Mon Sep 17 00:00:00 2001
2015-11-06 16:42:49 -08:00
Nils Ohlmeier [:drno]
6c9e203103
Bug 1223160 - added SDP parser file reader. r=bwc
...
--HG--
extra : rebase_source : f9f2057941364a4a496eb577f34b92c62550daaf
2015-11-09 13:57:29 -08:00
Gerald Squelart
33342972f0
Bug 1224019 - Disable Stagefright subset gtests - r=jya, rs=botond
...
These tests are exploratory, they don't particularly match whatever the
original issues were discovered, so it is safe to disable them for now.
A future bug will look at re-enabling them, but without all the output
that they generate.
--HG--
extra : rebase_source : c31b049d696d09094a8fb94f09525756840cf33f
2015-11-11 19:24:48 -05:00
Wes Kocher
f3a9eb2a26
Backed out changeset 1e5f3d1151d6 (bug 1219480) for cpp unittest bustage CLOSED TREE
...
--HG--
extra : commitid : BMVKq6cPeho
2015-11-11 09:36:56 -08:00
sajitk
3cbe348cdd
Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian
...
--HG--
extra : rebase_source : c73098485fa005d914304fb6e7f8eba3c15e66dc
2015-11-11 06:52:00 +01:00
Gerald Squelart
a407a004d9
Bug 1216845 - Check fallible allocations - r=rillian
...
- Made externally-sized 'new' allocations fallible.
- Check return value of every new(fallible)/malloc/realloc.
- Consistently return -ENOMEM when allocations fail.
- MPEG4Extractor::getTrack() and getMetaData() can return null (because of
failed parse or failed alloc); added missing checks in callers.
Note: Some allocs in the 2nd half of MPEG4Extractor have not been touched, as
they are in unused code to be removed in bug 1210319.
2015-11-11 12:37:53 +01:00
Gerald Squelart
305f63eb74
Bug 1216748 - p4. Check other Metadata::setData uses - r=rillian
...
Found only one other use that needed better checks: the size of the pssh
data was only checked after all items were added up; so it would be
possible to create a set of big items such that they create an overflow,
but the final sum looks reasonable.
Instead each item size should be checked, and the sum should also be
checked at each step.
2015-11-11 12:36:26 +01:00
Gerald Squelart
11139b4935
Bug 1216748 - p3. Ensure 'covr' data size cannot create underflow - r=rillian
2015-11-11 12:36:05 +01:00
Gerald Squelart
e8a831bae2
Bug 1216748 - p2. Handle failed malloc in Metadata storage - r=rillian
2015-11-11 12:35:52 +01:00
Gerald Squelart
fe2b536abd
Bug 1216748 - p1. Added test case with different 'covr' sizes - r=rillian
2015-11-11 12:35:38 +01:00
Nils Ohlmeier [:drno]
2781200097
Bug 1208278 - improved STUN request timeout handling. r=bwc
...
--HG--
extra : rebase_source : 5db4b680b26eb5c4e9e69443602e3a0d8fbca247
2015-10-21 00:37:48 -07:00
Ralph Giles
fb945d27e7
Bug 1220885 - Add telemetry probe for rust mp4parse success. r=kinetik p=ally
...
This is a boolean to record the overall success rate of the new
demuxer path.
2015-11-09 12:42:00 -08:00
Randell Jesup
d90f4749ea
Bug 800564: Handle MJPEG decode errors r=abr
2015-11-09 13:08:06 -05:00
Nils Ohlmeier [:drno]
8420475130
Bug 1220441 - Improve gather trickle ice unit tests. r=bwc r=mjf
...
--HG--
extra : transplant_source : %60%F7%F7%11%21%C1%10L%19u%C4M%11%40%E6%0F%D9%0AO%C5
2015-11-02 14:57:30 -08:00
hsteinbr
e216ff61fb
Bug 1211656 - GUM Constraints for screen sharing don't affect stream resolution. r=jib
2015-11-04 19:06:00 +01:00
Jeff Muizelaar
bcf6317ef4
Bug 1217080. Move recycling functionality into RecyclingPlanarYCbCrImage. r=nical
...
This makes PlanarYCbCrImage abstract and moves the recycling functionality
into RecyclingPlanarYCbCrImage. This decreases the size of
SharedPlanarYCbCrImage and makes it possible for us to do part 3 of bug
1216644.
2015-11-06 13:55:31 -05:00
Gerald Squelart
2505b44960
Bug 1185230 - p1: Added mp4 test case to libstagefright gtest - r=rillian
2015-11-05 23:20:00 +01:00
Gerald Squelart
a7ce313646
Bug 1185230 - p2: Store MPEG4Source::mTimescale as uint32_t - r=rillian
...
The timescale is read as an unsigned integer, but was stored signed in MPEG4Source,
causing it to overflow into a negative number if too big, causing later issues when
exporting indices with negative timestamps.
2015-11-05 20:10:00 +01:00
Gerald Squelart
439afcf535
Bug 1181213 - Added Added mp4 test case to libstagefright gtest - r=rillian
...
Note: This bug is effectively fixed by bug 1181215, so only this test case is
provided to prove the successful resolution of this bug.
2015-11-05 19:12:00 +01:00
Gerald Squelart
468dab6c37
Bug 1181215 - p1: Added mp4 test case to libstagefright gtest - r=rillian
2015-11-05 19:11:00 +01:00
Gerald Squelart
15f513a32e
Bug 1181215 - p2: Better track verification - r=rillian
...
Copied some tests from MPEG4Source constructor to MPEG4Extractor::verifyTrack
so that we don't get late surprises, in particular a missing track ID.
2015-11-05 03:11:00 +01:00
Gerald Squelart
1a225cc661
Bug 1181220 - p2: Check if MIME types are valid - r=rillian
2015-11-05 19:10:00 +01:00
Gerald Squelart
d26da5bb6a
Bug 1181220 - p1: Added mp4 test case to libstagefright gtest - r=rillian
2015-11-05 19:08:00 +01:00
Gerald Squelart
007ffc84ce
Bug 1181223
- p2: Handle wrong saio/saiz size instead of assuming it is correct - r=rillian
2015-11-05 19:06:00 +01:00
Gerald Squelart
35a07e897c
Bug 1181223
- p1: Added mp4 test case to libstagefright gtest - r=rillian
2015-11-05 19:05:00 +01:00
Gerald Squelart
0cd18ff32b
Bug 1181719 - p1: Added mp4 test case to libstagefright gtest - r=rillian
...
Remove mdat, which is big and not useful in this test that only looks at
metadata.
2015-11-05 19:01:00 +01:00
Gerald Squelart
1f8be14a2b
Bug 1181719 - p2: Check numBitsLeft before each getBits - r=rillian
2015-11-04 23:42:00 +01:00
Mike Hommey
4d40edea15
Bug 1221453 - Use AbsolutePaths with LOCAL_INCLUDES instead of manual -I in CXXFLAGS. r=gps
2015-11-06 09:59:21 +09:00
Mike Hommey
762aba02cd
Bug 1221453 - Use ObjDirPaths for GENERATED_INCLUDES and merge with LOCAL_INCLUDES. r=gps
2015-11-06 09:59:21 +09:00
Nathan Froyd
e763192040
Bug 1216611 - add mozilla::MakeUniqueFallible and convert uses throughout the tree; r=Waldo
2015-11-05 16:24:24 -05:00
Ralph Giles
11afc76455
Bug 1189531 - Check for nullptr in convertTimeToDate. r=gerald
...
In current code it's not possible to pass nullptr, but there's
no harm in checking.
See also bug 1156891.
2015-11-04 14:43:00 -08:00
Ralph Giles
75e08b8620
Bug 1221656 - Update rust mp4parse to v0.1.4. r=kinetik
...
New upstream release.
- turn off debug trace messages by default.
- better rejection of bad ftyp boxes.
2015-11-04 10:15:00 -08:00
Ralph Giles
7c6d20d965
Bug 1221656 - Copy mp4parse.h in update-rust.sh. r=kinetik
...
We had added this header manually at some point, but the script
wasn't updating it.
Also bump the default mp4parse version to the latest.
2015-11-04 10:14:00 -08:00
Michael Froman
e3f3d60e8c
Bug 1192813 - update the default candidate as new candidates arrive. r=bwc
2015-10-01 10:20:11 -05:00
Nicolas Silva
1ebb1e2bb7
Bug 1219330 - Handle PlanaYCbCrImage::SetData failure. r=jya, jesup
2015-11-03 12:24:26 +01:00
Nils Ohlmeier [:drno]
944e3aaf48
Bug 1192403 - improve ICE TCP error message. r=mjf
...
--HG--
extra : transplant_source : -%25t%10%26%91%3EnY%1F%24%22%E2%94%24%B5%98%24c%16
2015-08-08 00:39:32 -07:00
Ralph Giles
62347f7023
Bug 1220882 - Use LazyLogModule in MP4Metadata. r=kinetik
...
Use the new LazyLogModule to instantiate a log for the rust
mp4parse test code instead of using indiscriminate printf()s.
Access results with NSPR_LOG_MODULES=MP4Metadata:5.
2015-11-02 16:19:00 -08:00
Randell Jesup
ab137c3506
Bug 1176340: short-circuit self-assignment of DesktopDisplayDevice r=jib
2015-11-02 16:51:59 -05:00
Ralph Giles
0f8b14b1fe
Bug 1219047 - Call rust mp4parser with logging. r=kinetik
...
Add a helper for passing the initialization segments
of mp4 streams to the rust parser and log the result.
This runs real data through the new parser for testing
but doesn't use the results.
Code is conditional on MOZ_RUST_MP4PARSE to be defined
in confvars.sh. See bug 1219530.
2015-11-02 11:39:00 -08:00
Ralph Giles
38b78f20c9
Bug 1220754 - Update rust mp4parse to v0.1.3. r=kinetik
...
New upstream release.
- We now require rust 1.4 for Box::into_raw().
- New mp4parse::Error types.
- Fix memory exhaustion bug with bad ftyp boxes.
2015-11-02 10:15:00 -08:00
Ralph Giles
01d264dc6e
Bug 1220754 - Update rust mp4parse import script for v0.1.3. r=kinetik
2015-11-02 10:14:00 -08:00
Birunthan Mohanathas
9985829ecc
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
Makoto Kato
4e0d8487b0
Bug 1220043 - Add workaround for internal complier error by VS2015. r=rjesup
2015-10-30 17:08:30 +09:00
Makoto Kato
b119d108ab
Bug 1219566 - Add aarch64 macro to webrtc/trunk/build/build_config.h. r=rjesup
2015-10-30 17:08:25 +09:00
Makoto Kato
e5902f9e56
Bug 1219228 - Generate correct source path of cpu-features.c. r=glandium
2015-10-30 12:23:42 +09:00
Ralph Giles
dd78673eec
Bug 1219475 - Fix a comparison warning. r=gerald
...
Coercing the shift to a bool makes the comparison useless.
This just affects whether a warning is printed, so there's
no change to what files we accept.
We also need to mask of the high 'Starts with SAP' bit
which is usually set and would replace our false negative
with a false positive. ISO/IEC 14496-12:2012(E) sec. 8.16.3.2
2015-10-28 16:10:00 -07:00
Nicholas Nethercote
a34d272e2b
Bug 1209812 (part 3) - Rename SurfaceFormat::R5G6B5 as R5G6B5_UINT16. r=Bas.
...
--HG--
extra : rebase_source : 1efcfb2522e823e55b5c7b77531a9d2c42c49c8b
2015-10-22 23:01:31 -07:00
Ralph Giles
a370569334
Bug 1219452 - Fix unused attribute warning. r=kinetik
...
Results of running the new update-rust script.
- Include some #[inline] directives missed in bug 1215234.
- Remove #[crate-name] directive to silence a warning caused
by our building byteorder as a submodule instead of a crate.
2015-10-28 15:29:09 -07:00
Ralph Giles
5ffe01b5a7
Bug 1219452 - Update script for rust mp4parser. r=kinetik
...
Automate update and patching of the rust mp4 parser from the
upstream repo. A rev for mp4parse-rust can be passed on the
command line, but the byteorder crate's version is hardcoded.
Differences to adapt to the gecko build system are applied as
patches like we do for other media code.
Unfortunately cargo isn't much help here. It can download
crates for us, and we can set CARGO_HOME to force it to
use a specific directory, but it doesn't return enough
information to get the versions, etc. without some guessing/scraping
to find the packaged source.
2015-10-28 15:28:16 -07:00
Jean-Yves Avenard
aee82bf660
Bug 1195094: P1. Properly detects SPS changes for decoders requiring Annex B. r=cpearce
2015-10-29 00:46:31 +11:00
Byron Campen [:bwc]
2a66036623
Bug 1212908 - Update a=simulcast to match new grammar in 03 draft. r=mt
...
--HG--
extra : transplant_source : %16%0B8%F7%12%C4%E18j%BF%C4%F6%8A%F3%96p_%90Q%96
2015-10-20 10:31:26 -05:00
Nils Ohlmeier [:drno]
380290f5b6
Bug 1198883 - Part 2: Added WebRTC ICE candidates to Telemetry. r+vladan
...
--HG--
extra : transplant_source : %19%C7%F3%06%7F%86%08%3Bx%C4%C7%E8%F7Q%D1%0EN%AE%E6%EC
2015-10-08 14:44:50 -07:00
Nils Ohlmeier [:drno]
de1c29e7b4
Bug 1198883 - Part 1: Improve ICE candidates telemetry probes. r=bwc
...
--HG--
extra : transplant_source : %A7J%AD%B6P%B0%95%B1_o%11n%25%A0%9DI%AE%DB_%26
2015-10-08 13:32:32 -07:00
Kyle Huey
c7d3c4e21a
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
2015-10-26 14:37:32 -07:00
Eugen Sawin
0390a166fa
Bug 1163667 - [2.1] Extend ByteReader interface with CanRead32(). r=jya
2015-10-26 18:30:52 +01:00
Nils Ohlmeier [:drno]
1622f57a40
Bug 1216815 - fix memory leaks in test TCP STUN server. r=mjf
...
--HG--
extra : transplant_source : %23%AE%89%D1%AD%D2Sr%ED%0DKc%14%C3%3F%CC%CC%86%99%B8
2015-10-20 17:07:09 -07:00
Byron Campen [:bwc]
29e45beb5c
Bug 1214279: Fix the same infinite loop from bug 957236 in a different place. r=drno
2015-10-22 16:40:38 -04:00
Ralph Giles
0c54ce8b79
Bug 1217261 - Update mp4parse_rust gtest for api changes. r=kinetik.
...
Allocate an mp4parse_state struct and pass it through.
2015-10-21 18:53:41 -07:00
Ralph Giles
ec66a95c8b
Bug 1217261 - Update mp4parse-rust to v0.1.2. r=kinetik
...
This switches to #[derive(Debug)] for trace println!s, and
updates the C api wrapper to thread through the new MediaContext
as an opaque struct. The idea is to be able to query it later.
'extern crate byteorder' converted to 'mod byteorder'.
2015-10-21 18:53:26 -07:00
Mike Hommey
3de00b45dd
Bug 1216444 - Remove GKMEDIAS_SHARED_LIBRARY. r=mshal
...
In bug 922912, we folded back gkmedias.dll info xul.dll, so in practice, there
is no default configuration left that exercises GKMEDIAS_SHARED_LIBRARY. And
sure enough, it's been broken for months in many different ways.
The gkmedias intermediate library is however kept for webrtc signaling tests.
2015-10-21 14:47:22 +09:00
Eric Rahm
f296bb10b2
Bug 1174785 - Part 0: Use mozilla/StaticPtr.h in signaling. r=jesup
...
Moving xpcom/glue/Logging.h to xpcom/base/Logging.h causes build failures in
signaling due to include conflicts. Rather than having signaling include
'xpcom/base' directly we can switch it over to using the installed headers
under 'mozilla'.
--HG--
extra : rebase_source : aff44b19c23a1948a9c03b2fd4886be6280422a7
2015-10-15 12:02:28 -07:00
Nicholas Nethercote
5b34a25af2
Bug 1216020 - Comment all ALLOW_COMPILER_WARNINGS lines. r=glandium.
...
DONTBUILD because it only changes comments.
This will hopefully prevent confusion like that in bug 1215903.
--HG--
extra : rebase_source : f0a601d77b5f42b4fbe090693234f934e3becc42
2015-10-19 18:05:20 -07:00
Ralph Giles
ed4d10cea4
Bug 1215696 - Update tests for mp4parse v0.1.1. r=kinetik
...
Now that this is returning the correct number of tracks for
the test file we can un-XFAIL.
2015-10-19 16:30:52 -07:00
Ralph Giles
1c5fbb1d62
Bug 1215696 - Update mp4parse-rust to v0.1.1. r=kinetik
...
Change is just to loop over the input buffer in read_box_from_buffer()
so we parse the entire contents instead of just the first box.
'extern crate byteorder' converted to 'mod byteorder'.
2015-10-19 16:30:43 -07:00
Wes Kocher
1492cb26ec
Backed out 2 changesets (bug 1215696) for build bustage causing a CLOSED TREE
...
Backed out changeset c1c69af32aa7 (bug 1215696)
Backed out changeset a186c0afb34f (bug 1215696)
2015-10-19 15:02:56 -07:00
Ralph Giles
2250d068e3
Bug 1215696 - Update tests for mp4parse v0.1.1. r=kinetik
...
Now that this is returning the correct number of tracks for
the test file we can un-XFAIL.
2015-10-19 14:15:37 -07:00
Ralph Giles
2e0c0bdbde
Bug 1215696 - Update mp4parse-rust to v0.1.1. r=kinetik
...
Change is just to loop over the input buffer in read_box_from_buffer()
so we parse the entire contents instead of just the first box.
'extern crate byteorder' converted to 'mod byteorder'.
2015-10-19 14:15:37 -07:00
Ehsan Akhgari
ecda739d3e
Bug 1216177 - Remove the remaining nsRefPtr forward declarations; r=froydnj
2015-10-19 12:02:14 -04:00
Byron Campen [:bwc]
61d275e7db
Bug 1212907 - a=rid support. r=mt
...
--HG--
extra : rebase_source : a9547d76a83de75304db263a5beb67295a362238
2015-10-08 16:55:39 -05:00
Nathan Froyd
01583602a9
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
...
The bulk of this commit was generated with a script, executed at the top
level of a typical source code checkout. The only non-machine-generated
part was modifying MFBT's moz.build to reflect the new naming.
CLOSED TREE makes big refactorings like this a piece of cake.
# The main substitution.
find . -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
xargs perl -p -i -e '
s/nsRefPtr\.h/RefPtr\.h/g; # handle includes
s/nsRefPtr ?</RefPtr</g; # handle declarations and variables
'
# Handle a special friend declaration in gfx/layers/AtomicRefCountedWithFinalize.h.
perl -p -i -e 's/::nsRefPtr;/::RefPtr;/' gfx/layers/AtomicRefCountedWithFinalize.h
# Handle nsRefPtr.h itself, a couple places that define constructors
# from nsRefPtr, and code generators specially. We do this here, rather
# than indiscriminantly s/nsRefPtr/RefPtr/, because that would rename
# things like nsRefPtrHashtable.
perl -p -i -e 's/nsRefPtr/RefPtr/g' \
mfbt/nsRefPtr.h \
xpcom/glue/nsCOMPtr.h \
xpcom/base/OwningNonNull.h \
ipc/ipdl/ipdl/lower.py \
ipc/ipdl/ipdl/builtin.py \
dom/bindings/Codegen.py \
python/lldbutils/lldbutils/utils.py
# In our indiscriminate substitution above, we renamed
# nsRefPtrGetterAddRefs, the class behind getter_AddRefs. Fix that up.
find . -name '*.cpp' -o -name '*.h' -o -name '*.idl' | \
xargs perl -p -i -e 's/nsRefPtrGetterAddRefs/RefPtrGetterAddRefs/g'
if [ -d .git ]; then
git mv mfbt/nsRefPtr.h mfbt/RefPtr.h
else
hg mv mfbt/nsRefPtr.h mfbt/RefPtr.h
fi
--HG--
rename : mfbt/nsRefPtr.h => mfbt/RefPtr.h
2015-10-18 01:24:48 -04:00
Nathan Froyd
583afa0965
Bug 1207245 - part 3 - switch all uses of mozilla::RefPtr<T> to nsRefPtr<T>; r=ehsan
...
This commit was generated using the following script, executed at the
top level of a typical source code checkout.
# Don't modify select files in mfbt/ because it's not worth trying to
# tease out the dependencies currently.
#
# Don't modify anything in media/gmp-clearkey/0.1/ because those files
# use their own RefPtr, defined in their own RefCounted.h.
find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
grep -v 'mfbt/RefPtr.h' | \
grep -v 'mfbt/nsRefPtr.h' | \
grep -v 'mfbt/RefCounted.h' | \
grep -v 'media/gmp-clearkey/0.1/' | \
xargs perl -p -i -e '
s/mozilla::RefPtr/nsRefPtr/g; # handle declarations in headers
s/\bRefPtr</nsRefPtr</g; # handle local variables in functions
s#mozilla/RefPtr.h#mozilla/nsRefPtr.h#; # handle #includes
s#mfbt/RefPtr.h#mfbt/nsRefPtr.h#; # handle strange #includes
'
# |using mozilla::RefPtr;| is OK; |using nsRefPtr;| is invalid syntax.
find . -name '*.cpp' -o -name '*.mm' | xargs sed -i -e '/using nsRefPtr/d'
# RefPtr.h used |byRef| for dealing with COM-style outparams.
# nsRefPtr.h uses |getter_AddRefs|.
# Fixup that mismatch.
find . -name '*.cpp' -o -name '*.h'| \
xargs perl -p -i -e 's/byRef/getter_AddRefs/g'
2015-10-18 00:40:10 -04:00
Nils Ohlmeier [:drno]
eaaf58dece
Bug 1215616: use base address for server rflx ICE candidates r=bwc
2015-10-17 11:34:01 -04:00
Ralph Giles
2a418be9e4
Bug 1215234 - Update gtest for mp4parse-rust v0.1.0. r=kinetik
...
read_box_from_buffer now returns the (alleged) number of tracks,
or -1 on error instead of a bool. It currently returns 0 for
the test file instead of 2, so I marked that line with an XFAIL
comment for now.
2015-10-15 16:26:52 -07:00
Ralph Giles
00f4fa8146
Bug 1215234 - Update mp4parse-rust to v0.1.0. r=kinetik
...
'extern crate byteorder' converted to 'mod byteorder'.
2015-10-15 16:26:44 -07:00
Ralph Giles
705c464ab4
Bug 1215234 - Update to byteorder v0.3.13. r=kinetik
...
This just adds inline directives. The 'use' directive in new.rs
is updated to work inside our crate as before.
2015-10-15 16:26:37 -07:00
Byron Campen [:bwc]
c80a5ed958
Bug 1208176 - Part 3: Be forgiving when we see prflx instead of host candidates in ice_unittest. r=drno
...
--HG--
extra : rebase_source : efe5b4e6c631a354d70ccbdd53427a282d254222
2015-10-06 15:09:45 -05:00
Byron Campen [:bwc]
c513778651
Bug 1208176 - Part 2: Add a one-sided trickle test case to ice_unittest. r=drno
...
--HG--
extra : rebase_source : 24f6c0d825a2f0fc161197c0143e0808c6df67f2
2015-10-06 15:07:19 -05:00
Byron Campen [:bwc]
eafccd90eb
Bug 1208176 - Part 1: Add a couple of interface names. r=drno
...
--HG--
extra : rebase_source : 5c5f621394ed6b69893c58ec13c50ad71272608a
2015-10-06 15:06:36 -05:00
Chris Pearce
efe66b4aca
Bug 1214469 - Ensure gmp-clearkey accounts for mNumInputTasks when flushing. r=gerald
2015-10-14 19:42:24 +13:00
Sebastian Hengst
5436f69da6
Bug 1113443 - reject each media type with approriate default. r=bwc
2015-10-11 18:13:09 +02:00
Byron Campen [:bwc]
4204f5899a
Bug 1211389 - Make absolutely sure the relay->srflx pointer doesn't dangle. r=drno
2015-10-05 14:32:22 -05:00
Gerald Squelart
60a48742e4
Bug 1211741 - Remove libstagefright ID3 files. r=k17e
2015-10-06 14:24:00 +02:00
Ted Mielczarek
dcced52d74
bug 1176196 - update libjpeg-turbo to 1.4.2. r=jrmuizel
...
--HG--
extra : commitid : E8TzkSU0TOC
extra : rebase_source : df175815820cba7829062fd69f93f9a8aeceb473
2015-10-05 09:31:36 -04:00
Nils Ohlmeier [:drno]
2008bdc867
Bug 1211091 - use upper boundary for streams per data channel. r=bwc
...
--HG--
extra : transplant_source : %01%C3%B6%8C4%BA%7C%D2M%F6%98e%D5h%828%20%8D%17%FE
2015-10-02 21:18:48 -07:00
Jan Henning
7db0ee08cb
Bug 1202286 - Part 0 - Add some explicit namespace references to keep the compiler and IntelliSense happy. r=esawin
...
DecoderTraits.cpp pulls in MP3Demuxer.h which in turn pulls in mp4_demuxer/ByteReader.h. In that context, for some reason the ByteReader can't find the definition for MediaByteBuffer unless it is prefixed with the proper namespace.
MP3Demuxer.cpp itself compiles fine, but for some reason in Visual Studio IntelliSense complains about TimeUnit and TimeIntervals being undefined unless the using statement uses the full namespace hierarchy.
Also fix a small typo.
--HG--
extra : rebase_source : fc46fc82bf06b61c9ac31c2f4331f84f8557c51e
2015-10-01 11:29:48 +02:00
Gerald Squelart
8d3b440600
Bug 1156505 - p2: Null-check sampleTable before use. r=rillian
2015-10-02 16:13:00 +02:00
Gerald Squelart
3912254dc2
Bug 1156505 - p1: Added test case file from bug. r=rillian
2015-10-05 04:01:00 +02:00
Nigel Babu
81457d9f19
Backed out changeset b05d8992f36c (bug 1156505) for build bustage on a CLOSED TREE
...
--HG--
extra : amend_source : 713237598ed473d81ac91f800a7e8601bc1f777d
2015-10-05 12:40:46 +05:30
Nigel Babu
20b4fdf19f
Backed out changeset dd628d2021d5 (bug 1156505)
2015-10-05 12:40:44 +05:30
Gerald Squelart
ffc47660b8
Bug 1156505 - p2: Null-check sampleTable before use - r=rillian
...
--HG--
extra : rebase_source : 9bacf9a568f1020ba19957cba06f3792b4e7c325
2015-10-02 16:13:00 +02:00