Wes Kocher
c879b47079
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
...
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Neil Rashbrook
3e8915c4b8
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
2014-03-17 19:07:09 +00:00
Jan-Ivar Bruaroey
2d93410cc1
Bug 964127 - Add a/v sync telemetry. r=bwc
2014-03-14 16:46:31 -04:00
Kyle Huey
b564544cf7
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
fe6c4e28d6
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Jan-Ivar Bruaroey
e81acd6a35
Bug 970686: Undo extensions to wrong rtcp methods in webrtc.org r=jesup
2014-03-13 22:28:12 -04:00
Jan-Ivar Bruaroey
3ffe31d869
Bug 970686: Outbound getStats: Fixed RTCP timestamps and remote packets/bytes received. r=jesup
2014-03-14 14:34:02 -04:00
Ehsan Akhgari
f1b87eccd8
Bug 983014 - Move the rest of the -I build flags that stayed in Makefiles because of ANDROID_SOURCE to moz.build; r=mshal
2014-03-13 19:31:18 -04:00
Byron Campen [:bwc]
c414099624
Bug 966564 - Make logging more clear when processing an unwrapped indication. r=drno
2014-03-12 10:21:48 -07:00
Ethan Hugg
5a12dc1afa
Bug 982371 - Signaling - Filter remotepartyname in the calllogger. r=jesup
2014-03-12 12:04:18 -07:00
Gian-Carlo Pascutto
0ed0a30938
Bug 877954 - Add additional logging for WebRTC adaption & resolution changes. r=jesup
2014-03-13 11:06:39 +01:00
Gian-Carlo Pascutto
a644366afc
Bug 877954 - Enable QM if load adaption is enabled. r=jesup
2014-03-13 11:06:27 +01:00
Gian-Carlo Pascutto
89f18e9a8b
Bug 877954 - Push load state to media optimization. Add simple CPU adaption rules. r=jesup
2014-03-13 11:05:42 +01:00
Gian-Carlo Pascutto
d0e2165a66
Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup
2014-03-13 11:05:27 +01:00
Jan-Ivar Bruaroey
d72fff5a22
Bug 964127: Add a/v sync status to about:webrtc. r=jesup
2014-03-12 17:13:20 -04:00
Randell Jesup
48635b58d5
Bug 964127: Add logging of webrtc a/v sync status r=jib
2014-03-12 20:11:49 -04:00
Ehsan Akhgari
5bb8bfa8cf
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
2014-03-10 20:18:33 -04:00
Randell Jesup
e23c3a35d2
Bug 981680: Upstream webrtc patch for avsync (r5102) rs=jesup
2014-03-11 00:36:12 -04:00
Paul Adenot
af14f6811a
Bug 980052 - Compare the value and not the pointer when checking validity of the preferred sample rate in the OpenSL cubeb backend. r=kinetik
...
--HG--
extra : rebase_source : 4a65dffc002cd1fc1dc3fcf2b5472ba44196fbbc
2014-03-11 09:42:10 +08:00
Gregory Szorc
f8f429ae92
Bug 980174 - Remove some empty Makefile.in; r=mshal
...
--HG--
extra : rebase_source : eada340aed8daebbfc3bf7d4218bca980d654cef
2014-03-05 19:56:56 -08:00
Byron Campen [:bwc]
3297b4132e
Bug 979471 - Populate ICE stats for DataChannels when we have a null selector. r=jib
2014-03-10 08:41:35 -07:00
Nathan Froyd
e9a673f8db
Bug 677653 - part 1 - indirect libogg memory allocations through variables; r=glandium,rillian
2014-03-05 10:58:29 -05:00
Chris Peterson
9f78f5433e
Bug 980211 - Backout part of cset f81c8b82ac70 for bad merge of libspeex moz.build.
2014-03-09 23:35:44 -07:00
Chris Peterson
7e77e27d54
Bug 980810 - Part 3: Fix clang -Wstring-conversion warnings in UDPSocket and mtransport code. r=bwc
2014-03-07 22:57:15 -08:00
Randell Jesup
62da441ba1
Bug 980096: fix leaks of VoiceEngines by reinstating use of ScopedCustomReleasePtr r=khuey
...
--HG--
rename : media/webrtc/signaling/src/media-conduit/MediaEngineWrapper.h => media/webrtc/signaling/src/common/MediaEngineWrapper.h
2014-03-09 00:18:50 -05:00
Chris Peterson
aab65dde2d
Bug 980211 - Suppress clang warnings in third-party media code: speex, theora, and vpx. r=derf
2014-03-05 21:38:52 -08:00
Byron Campen [:bwc]
6e4b63e298
Bug 786234 - Part 6: Move RTCP handling back to the transmit pipeline. r=jesup, r=ethanhugg
2014-02-25 09:22:31 -08:00
Byron Campen [:bwc]
2330463061
Bug 786234 - Part 5: More detailed test-cases. r=ehugg
2014-01-17 17:11:00 -08:00
Byron Campen [:bwc]
a9d1a4bbb6
Bug 786234 - Part 4: Fix a bug in mediapipeline_unittest where RTP packets were
...
mashed together into a single buffer five at a time, preventing the receive
pipeline from successfully decrypting them, and causing the packet counts to
be wrong. (This should fix 947663) r=ehugg
2014-01-17 17:10:17 -08:00
Byron Campen [:bwc]
fc2aca0a29
Bug 786234 - Part 3: Plumbing for filtration, and bundle usage detection. r=abr
2014-01-14 16:29:42 -08:00
Byron Campen [:bwc]
2b5ab6ff14
Bug 786234 - Part 2.2: Compensate for some build system gotchas. r=abr
2014-01-14 16:31:27 -08:00
Byron Campen [:bwc]
f92787d69d
Bug 786234 - Part 2.1: RTCP filtering logic. r=abr
2014-01-09 15:12:25 -08:00
Byron Campen [:bwc]
361a9f7d66
Bug 786234 - Part 2: Implementation of the filtering logic itself, plus a unit-test. r=abr
2013-12-19 16:19:05 -08:00
Gian-Carlo Pascutto
eb27189b57
Bug 978827 - Remove bogus assertion in OpenSL input backend. r=jesup
2014-03-06 15:11:52 +01:00
Byron Campen [:bwc]
1e034370b0
Bug 970690 - Part 1: Add transport field to ICE candidate stats. r=jib
2014-02-26 11:12:37 -08:00
Ehsan Akhgari
b2e7c54483
Bug 979689 - Port the per-source flags for libvpx to moz.build; r=mshal
2014-03-05 17:00:52 -05:00
Byron Campen [:bwc]
b8e3447334
Bug 958221 - Part 3: New webidl for WebrtcGlobalInformation, c++ impl, and removing logging-related stuff from PeerConnectionImpl. r=jib
2014-02-20 09:35:35 -08:00
Byron Campen [:bwc]
51186e317c
Bug 958221 - Part 2: Simplify the statistics accessors, and rename things to better describe what they do. r=jib
2014-02-20 09:33:55 -08:00
Byron Campen [:bwc]
6ff972d4d7
Bug 958221 - Part 1: Move (but not alter) some code as step one in refactoring the GetStats functionality so it can be used by other classes. r=jib
2014-01-24 14:48:15 -08:00
Ulrich Weigand
c59d3a7f5b
Bug 976648 - WebRTC endian config for powerpc64le-linux support. r=jesup
2014-02-28 09:57:03 -05:00
Ryan VanderMeulen
0d7b59001e
Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.
2014-03-05 09:55:52 -05:00
snigdha
a441998156
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-03-05 08:47:45 -05:00
Ehsan Akhgari
17f4a32d8b
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Ed Morley
e4af9a774d
Backed out changeset fa5e92d8eb82 (bug 946618) for frequent test failures
2014-03-04 16:36:47 +00:00
Ed Morley
90fed5250f
Backed out changeset dd53f54dbaa9 (bug 946618)
2014-03-04 16:36:23 +00:00
Ehsan Akhgari
667b4bc049
Bug 978594 - Part 3: Port some of the per-source flags to moz.build; r=glandium
...
--HG--
extra : rebase_source : fe4cd059eddda221af420e1517250772816d7ee8
2014-03-02 15:41:32 -05:00
Jonathan Kew
521adc80bb
bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel
2014-03-04 09:26:06 +00:00
Paul Adenot
6b10b07650
Bug 946618 - Update libcubeb from upstream to pick up new tests. r=kinetik
2014-02-27 16:26:24 +01:00
Paul Adenot
b8fcbfa9c4
Bug 946618 - Add native tests for cubeb (build system bits). r=glandium,kinetik
2014-02-25 14:21:59 +01:00
Phil Ringnalda
e17aa09c58
Back out bbd7b1da5d36:b0d1c4456b73 (bug 974575) and 6e8140ae4961 (bug 969814) for ASan bustage
2014-03-03 22:40:07 -08:00
Jonathan Kew
5a68502f73
bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel
2014-03-04 05:37:40 +00:00
Ehsan Akhgari
eecde05734
Bug 977964 - Move some flags to moz.build; r=glandium
2014-03-03 21:58:37 -05:00
Glenn Randers-Pehrson
449e5ee3fb
Bug 974825 - Fix hang in libpng16 with zero-length IDAT. r=jmuizelaar
2014-03-03 17:27:25 -05:00
Ehsan Akhgari
10feabc32d
Bug 978856 - Stop exporting soundtouch symbols from xul.dll; r=padenot
2014-03-03 13:25:21 -05:00
Jan-Ivar Bruaroey
3e1fbd44bc
Bug 978239 - Synchronize WindowsRealTimeClock to unmess RTCP timestamps. r=jesup
2014-02-28 15:42:24 -05:00
Randell Jesup
1de6f546b0
Bug 977791: Change libyuv conditional for using _xgetbv() on Windows r=glandium
2014-02-28 03:21:08 -05:00
Paul Adenot
143d5497f6
Bug 971693 - Fallback properly when WASAPI does not give us a stream format suggestion. r=kinetik
...
--HG--
extra : rebase_source : 495fdf5ad7f4a1069d9c0b9db186a0b717d18759
2014-02-27 14:36:58 +01:00
Karl Tomlinson
d5e8ef47f8
b=913854 add speex_resampler_set_skip_frac_num r=jmspeex
...
This allows a client to align output samples consistently for independent
resampling of contiguous input buffers.
--HG--
extra : rebase_source : 58caba11ac7f78418b173a98556276d3b4644603
2014-02-27 11:44:40 +13:00
Gian-Carlo Pascutto
95465fe918
Bug 974378 - Make webrtc.org OpenSL ES output code optional. Increase input buffers. r=jesup
2014-02-26 19:55:07 +01:00
Benjamin Chen
ae286efd04
Bug 970774 - Add display width/height for track encoder. r=rillian
2014-02-21 14:27:41 +08:00
Martin Thomson
2c7865cbef
Bug 884573 - Part 2: Identity assertion generation and verification for WebRTC. r=abr
2014-02-10 14:41:46 -08:00
Martin Thomson
93ee042aa9
Bug 884573 - Part 1: Add a=identity support for sipcc. r=abr
2014-01-08 11:55:04 -08:00
Glenn Randers-Pehrson
3370e71bfa
Bug 952505 - Update bundled libpng to version 1.6.9. r=jmuizelaar
2014-02-25 08:40:53 -05:00
Ryan VanderMeulen
130e1b3976
Merge m-c to inbound.
2014-02-24 16:18:45 -05:00
Patrick Wang (Chih-Kai Wang)
9daa614006
Bug 969469: use SyncRunnable to get local interface information on gonk. r=bwc
2014-02-18 14:44:45 +08:00
Adam Roach [:abr]
1702c9b31d
Backed out changeset 4f7eac2b16ca (bug 786234)
2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
114fcd6675
Backed out changeset 1dea344fa608 (bug 786234)
2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
647ea2ac5a
Backed out changeset 53d8b186e574 (bug 786234)
2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
34d7d2d699
Backed out changeset c5334aea6433 (bug 786234)
2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
a231c2f65a
Backed out changeset c8083d830fa6 (bug 786234)
2014-02-24 12:29:10 -06:00
Adam Roach [:abr]
d5f7bfce09
Backed out changeset 2d1f70b91712 (bug 786234)
2014-02-24 12:29:09 -06:00
Alex Xu
3187c543eb
Bug 967006 - Fix Clang build failure in nICEr. r=abr
2014-02-24 10:09:55 -05:00
Jacek Caban
6b0755b42f
Bug 974845 - Fixed compilation on mingw with secure APIs enabled by default. r=Jan
2014-02-20 17:22:34 +01:00
Jacek Caban
fac9ab4044
Bug 974845 - Added mingw config files. r=Jan
2014-02-20 17:22:23 +01:00
Jed Davis
3a2e9e491d
Bug 966547 - Switch sipcc from named to anonymous sockets on Unix. r=jesup, r=kang
2014-02-20 09:35:26 -05:00
Byron Campen [:bwc]
09b2af1ecb
Bug 973315 - Make code that sets PeerConnectionImpl::mName more tolerant of weird scenarios. r=jib
2014-02-19 16:39:07 -08:00
Ethan Hugg
20e3fe795b
Bug 969493 - Signaling: Consolidate IPC implementations in CPR. r=jib
2014-02-06 15:02:40 -08:00
Byron Campen [:bwc]
3d95737fdf
Bug 786234 - Part 5: More detailed test-cases. r=ethanhugg
2014-01-17 17:11:00 -08:00
Byron Campen [:bwc]
90a124346a
Bug 786234 - Part 4: Fix a bug in mediapipeline_unittest where RTP packets were mashed together into a single buffer five at a time, preventing the receive pipeline from successfully decrypting them and causing the packet counts to be wrong. r=ethanhugg
2014-01-17 17:10:17 -08:00
Byron Campen [:bwc]
8e25fb36a1
Bug 786234 - Part 3: Plumbing for filtration and bundle usage detection. r=abr
2014-01-14 16:29:42 -08:00
Byron Campen [:bwc]
749087b830
Bug 786234 - Part 2.2: Compensate for some build system gotchas. r=abr
2014-01-14 16:31:27 -08:00
Byron Campen [:bwc]
8c01b21fd4
Bug 786234 - Part 2.1: RTCP filtering logic. r=abr
2014-01-09 15:12:25 -08:00
Byron Campen [:bwc]
de3035424b
Bug 786234 - Part 2: Implementation of the filtering logic itself plus a unit-test. r=abr
2013-12-19 16:19:05 -08:00
Chris Peterson
2a22a90c78
Bug 973362 - Enable debug assertions for libopus. r=tterribe
2014-02-14 00:20:09 -08:00
Trevor Saunders
3260b2b223
bug 961287 - don't lto files that are only compiled to assembly to get offsets r=glandium
2014-01-17 19:21:44 -05:00
Nils Ohlmeier [:drno]
3f9a201cb4
Bug 972592 - Make ICE 400 response strings more verbose for easier debugging. r=bwc
2014-02-18 09:58:25 -05:00
Jan-Ivar Bruaroey
dfeece3017
Bug 970686 - Add stat.packetsLost. r=jesup
2014-02-13 22:35:13 -08:00
Ehsan Akhgari
ff62971cb9
Bug 973395 - Move the LOCAL_INCLUDES in media to moz.build; r=glandium
2014-02-18 01:15:48 -05:00
Karl Tomlinson
ea0eff7a99
b=973374 complete speex_resampler_reset_mem r=jmspeex
...
sample_frac_num is the array most likely to be non-zero after resampling a
previous stream, but the other arrays can also be left at non-zero values
in other situations.
--HG--
extra : rebase_source : dfd3974f051ff0b1794a937d712dda185352f7d5
2014-02-18 09:52:20 +13:00
Ms2ger
33da18c67e
Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal
2014-02-15 21:24:59 +01:00
Phil Ringnalda
7d3085e511
Merge b-i to m-c
2014-02-15 10:01:36 -08:00
Michael Wu
2b49e82edb
Bug 972623 - Fix string comparison in PeerConnectionImpl.cpp, r=ekr
2014-02-14 17:16:12 -05:00
Randell Jesup
87c2bf7de0
Bug 972097: fix merge failure (lost 'rtcp_') r=padenot
2014-02-14 15:56:11 -08:00
Ryan VanderMeulen
9461feceef
Backed out changeset 2f858de5e9dc (bug 952505) for Werror bustage.
2014-02-14 12:15:28 -05:00
Glenn Randers-Pehrson
cce1e7a6a6
Bug 952505 - Update bundled libpng to version 1.6.9. r=jmuizelaar
2014-02-14 11:58:14 -05:00
Glenn Randers-Pehrson
aa657811d3
Bug 945912 - Add crashtest for libpng crash. r=ryanvm
2014-02-13 20:10:15 -05:00
Marcin Juszkiewicz
59acceb2b6
Bug 963027 - AArch64 support for WebRTC. r=derf
2014-02-12 10:24:21 -05:00
Jacek Caban
3bfaf86a69
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
2014-02-12 10:59:05 +01:00
Paul Adenot
8150931bfa
Bug 970147 - Don't assume WASAPI can give us a channel layout suggestion. r=kinetik
2014-02-11 15:48:49 -08:00
Glenn Randers-Pehrson
8fd3e55ae2
Bug 945912 - Fix palette length reporting bug. r=jmuizelaar
2014-02-11 13:31:57 -05:00