Randell Jesup
3032789a14
Bug 1002306: don't accidentally disable non-H264 codecs in the OMX code r=ekr
2014-04-28 19:52:16 -04:00
John Lin
4dc9875fa3
Bug 911046 - Get graphic buffers of decoded frames through gonk native window callback. r=jesup
2014-04-27 21:07:00 -04:00
John Lin
ef9055d698
Bug 1002402 - Support RTP H.264 input data in WebRTC OMX decoder. r=jesup
2014-04-28 23:37:00 +02:00
Byron Campen [:bwc]
5a34f9cf91
Bug 1001959 - Give up references to NrIceMediaStream on STS instead of main. r=jib
2014-04-28 09:01:29 -07:00
Trevor Saunders
ef010696ee
Bug 1001001 - Stop exporting opus_ symbols from libxul. r=rillian,ted
...
Opus doesn't seem to provide a define for being built as a static
library, but it allows us to override what it would define OPUS_EXPORT
to be. So we can just define OPUS_EXPORT to the empty string and then
those symbols will be hidden in libxul just like anything else.
2014-04-24 13:39:00 -07:00
Birunthan Mohanathas
504b581650
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Garvan Keeley
5442d73014
Bug 1001708: Don't use ternary operator with class const statics r=jesup
2014-04-27 00:02:17 -04:00
Byron Campen [:bwc]
e7d7559c05
Bug 970690 - Part 2: Add basic telemetry for ICE. r=mt
2014-03-03 10:58:35 -08:00
cajbir
9ed0d59e8d
Bug 1000608 - Allow nestegg_offset_seek to be called externally - r=kinetik
2014-04-23 20:04:00 +12:00
Martin Thomson
0bbf6cd791
Bug 1001539 - Fix compilation warning in ccsip_pmh.c. r=bwc
2014-04-25 10:58:00 -04:00
Byron Campen [:bwc]
c58de9ee99
Bug 1000858: Fix r_gettimeint on win32 which prevented us from sending TURN allocations r=ekr
2014-04-24 16:56:00 -07:00
Paul Kerr [:pkerr]
f0d915d3ce
Bug 970691 - Part 2: Restore digit stamping function to YuvStamper. r=jesup
...
Refactor digit writing method to use the new internals. Allows digit string
to wrap through multiple lines in a small frame.
2014-04-24 19:58:21 -07:00
Paul Kerr [:pkerr]
8bc75b1deb
Bug 970691 - Part 1: Add timestamp to fake video. r=jesup
...
Update YuvStamper utility. Add a CRC32 to the encoded
payload and have the decode method us this to verify reception.
Wrap encoded values across multiple lines in the frame buffer
when necessary. Use YuvStamper to encode a timestamp in each fake video frame.
Extract the value in VideoConduit to calculate the video latency
and add this to a running average latency when enabled via config.
2014-03-22 16:35:43 -07:00
Trevor Saunders
ceb9690b19
backout 1bab9339e6d4 (bug 1001001) for breaking the build on windows
2014-04-25 11:38:06 -04:00
Trevor Saunders
a95703d57b
bug 1001001 - stop exporting opus_ symbols from libxul r=rilian, ted
...
opus doesn't seem to provide a define for being built as a static
library, but it allows us to override what it would define OPUS_EXPORT
to be. So we can just define OPUS_EXPORT to the empty string and then
those symbols will be hidden in libxul just like anything else.
2014-04-24 13:44:48 -04:00
John
e8e8b0abc6
Bug 999902 - Enable WebRTC OMX codec only when Android version >= 18. r=jesup
2014-04-23 02:59:00 +02:00
Wes Kocher
302d3900c2
Backed out 2 changesets (bug 970691) for build bustage on a CLOSED TREE
...
Backed out changeset 83f7aec5a083 (bug 970691)
Backed out changeset 94348d189ed5 (bug 970691)
2014-04-23 18:26:05 -07:00
Paul Kerr [:pkerr]
f7533b8c1f
Bug 970691 - Part2: Restore digit stamping function to YuvStamper. r=jesup
...
Refactor digit writing method to use the new internals. Allows digit string
to wrap through multiple lines in a small frame.
2014-04-23 10:03:18 -07:00
Paul Kerr [:pkerr]
18d460fcd1
Bug 970691 - Part 1: Add timestamp to fake video. r=jesup
...
Update YuvStamper utility. Add a CRC32 to the encoded
payload and have the decode method us this to verify reception.
Wrap encoded values across multiple lines in the frame buffer
when necessary. Use YuvStamper to encode a timestamp in each fake video frame.
Extract the value in VideoConduit to calculate the video latency
and add this to a running average latency when enabled via config.
2014-03-22 16:35:43 -07:00
Edwin Flores
648a6364b9
Bug 990780 - Add more padding to MediaCodec::ReadOptions for HTC devices r=doublec
...
The HTC version of OMXCodec has extra fields in its ReadOptions class over the
AOSP version. We added padding in bug 932820, but it was apparently not enough.
This patch simply adds more padding to our version of the class.
2014-04-23 13:00:10 +12:00
Gian-Carlo Pascutto
94419d4c4f
Bug 946021 - Enable ARM assembly for Opus. r=ted,derf
2014-03-05 16:44:42 -08:00
Paul Adenot
aa101e4832
Bug 996770 - Properly lock around the wait when getting the preferred sample rate in cubeb's PulseAudio backend. r=kinetik
2014-04-17 15:44:07 +02:00
Paul Adenot
8051439956
Bug 996770 - Add logging to cubeb's test_latency. r=kinetik
2014-04-17 15:42:00 +02:00
John Lin
8f5be29bb9
Bug 911046 - Part 6: Make H.264 preferred video codec when enabled in preferences. r=jesup, ekr
2014-04-21 23:44:00 +02:00
John Lin
2a15422518
Bug 911046 - Part 5: Register H.264 external codec for B2G. r=jesup, ekr
2014-04-21 23:43:00 +02:00
John Lin
181e666d70
Bug 911046 - Part 4: Add external H.264 HW video codec implementation for B2G. r=jesup
2014-04-21 23:42:00 +02:00
John Lin
b1571cfa44
Bug 911046 - Part 2: Support 'handle-using' video frames for WebRTC on B2G. r=jesup, ekr
2014-04-21 23:41:00 +02:00
John Lin
3e6053c574
Bug 911046 - Part 1: Support external codec in VideoConduit. r=jesup
2014-04-21 23:40:00 +02:00
Ethan Hugg
5bbbd34e78
Bug 995380 - Signaling unittests should use the real main thread. r=jesup
2014-04-21 19:37:22 -07:00
Ryan VanderMeulen
1fcd6a648b
Backed out changesets 1e581e74878d, 7d2138e87ca0, and 7cc66aee4341 (bug 942367) for B2G mochitest failures.
...
CLOSED TREE
2014-04-17 22:26:07 -04:00
Randell Jesup
ca8fa1686d
Bug 996853: handle AUDIO_FORMAT_SILENCE in MediaPipeline and AudioSegment::WriteTo r=roc
2014-04-17 17:45:25 -04:00
Martin Thomson
e1ac0d390b
Bug 942367 - Part 3: Stream isolation for WebRTC. r=jib, r=bholley
2014-04-10 11:52:08 -07:00
Nathan Froyd
f8eb10577d
Bug 992955 - update libnestegg to upstream commit c739433; r=kinetik
2014-04-07 11:28:52 -04:00
Nils Ohlmeier [:drno]
eda0ff85ea
Bug 989936 - fire the onsignalingstatechanged event if close was called locally. r=jesup
2014-04-16 18:02:00 +02:00
Carsten "Tomcat" Book
b5fc89d249
Backed out changeset e6c72bcaa64c (bug 942367)
2014-04-16 09:54:31 +02:00
Martin Thomson
43558d920e
Bug 942367 - Stream isolation for WebRTC. r=jib,bholley
2014-04-15 14:36:00 +02:00
Chris Peterson
0f2d755540
Bug 995654 - Suppress gcc -Wuninitialized warning in third-party code: libvorbis. r=derf
2014-04-15 08:34:24 -07:00
Jonathan Watt
61a8971526
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
2014-04-16 01:41:40 +01:00
Randell Jesup
d52da74920
Bug 996329: remove trailing space from m=application SDP lines r=ehugg
2014-04-15 14:00:59 -04:00
Nils Ohlmeier [:drno]
27e3832a41
Bug 993780 - Ignore calls to SetSignalingState_m once PC is in close. r=jib,rjesup
2014-04-10 14:55:00 +02:00
Paul Adenot
7b3e3eea9e
Bug 949166 - Actually compile the Windows 7 detection code in cubeb's test to disable part of a test. r=kinetik
2014-04-14 12:07:54 +02:00
Nils Ohlmeier [:drno]
991ed335cc
Bug 994999 - Rename IsClosed() to HasMedia() and let IsClosed() return SignalingState instead. r=jesup, r=bwc
2014-04-13 16:17:51 -04:00
Ryan VanderMeulen
34dceacb42
Merge m-c to inbound on a CLOSED TREE.
2014-04-11 16:24:56 -04:00
Sotaro Ikeda
efea44f6cd
Bug 990310 - Remove SurfaceDescriptor from media and GrallocImage r=nical,cajbir
2014-04-11 06:13:12 -07:00
Randell Jesup
0d309498a3
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
81b54ada8f
Bug 694814: Patch 2: modifications to webrtc.org single_rw_fifo r=glandium,ted
2014-04-02 13:58:19 -04:00
Randell Jesup
f68a0499bb
Bug 694814: Patch 1: Add farend input to webrtc.org upstream rs=padenot
2014-04-02 13:58:19 -04:00
Paul Adenot
3d9a433ade
Bug 818822 - Update AudioConduit so it can work at 44.1kHz. r=jesup
2014-03-24 11:06:05 +01:00
Ryan VanderMeulen
56dc0c1f4b
Merge m-c to inbound.
2014-04-10 14:46:04 -04:00
James Zhang
fb5a94609d
Bug 992854 - [tarako] No sound when play some specific m4a music r=kinetik
2014-04-09 18:10:00 +02:00
Michael Pruett
a1e74e7208
Bug 847827 - Update libsoundtouch to allow changing playback rate with multichannel audio. r=padenot
...
--HG--
extra : rebase_source : ebf10737b048ae3280b9a7706f701337211b2880
2014-04-10 10:37:07 +02:00
Boris Zbarsky
fdbb455d4f
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
3f26a82832
Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
...
This patch was mostly generated with this command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""
plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Byron Campen [:bwc]
2f2930bbf6
Bug 993141 - Fix bug where we were assuming DataChannel::mStream corresponded to the level. r=jib
2014-04-07 15:21:06 -07:00
Peter Van der Beken
731e4f5b3d
Bug 990158 - Make inner windows use their wrapper cache. r=bz.
...
--HG--
extra : rebase_source : bc040c75280bb45ae7ab0ed302130ff5d7178153
2013-11-09 11:20:22 +01:00
Byron Campen [:bwc]
a4a7e10084
Bug 987942 - Check whether PK11_CreateContextBySymKey returns null. r=ekr
2014-04-01 14:30:58 -07:00
Randell Jesup
9a7e741f3f
Backed out changeset 33072f5b4c66 (bug 818822)
2014-04-07 15:37:57 -04:00
Randell Jesup
1c3848b4b1
Backed out changeset 89a615263614 (bug 694814)
2014-04-07 15:37:55 -04:00
Randell Jesup
fe13f3f0a7
Backed out changeset 6922b1261595 (bug 694814)
2014-04-07 15:37:54 -04:00
Randell Jesup
cfc12f48eb
Backed out changeset 6dc08e9fc7e8 (bug 694814)
2014-04-07 15:37:50 -04:00
Randell Jesup
fe864bc4dd
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
74732ffc69
Bug 694814: Patch 2: modifications to webrtc.org single_rw_fifo r=glandium,ted
2014-04-02 13:58:19 -04:00
Randell Jesup
c650f1d644
Bug 694814: Patch 1: Add farend input to webrtc.org upstream rs=padenot
2014-04-02 13:58:19 -04:00
Paul Adenot
dc408c5ec5
Bug 818822 - Update AudioConduit so it can work at 44.1kHz. r=jesup
2014-03-24 11:06:05 +01:00
Matt Woodrow
abb78fae19
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
2014-04-07 13:32:49 +12:00
Phil Ringnalda
fde12dd0a6
Backed out 4 changesets (bug 991028) for nonunified bustage
...
CLOSED TREE
Backed out changeset 147581a518c3 (bug 991028)
Backed out changeset e5bacc566e58 (bug 991028)
Backed out changeset 6dc852777a4d (bug 991028)
Backed out changeset 780bec5571b9 (bug 991028)
2014-04-06 21:21:38 -07:00
Matt Woodrow
fbd13c088f
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
2014-04-07 13:32:49 +12:00
Randell Jesup
93614a0e20
Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
2014-04-02 17:11:12 -04:00
Edwin Flores
22f7d04c55
Bug 812881 - Ensure OMX plugins instantiate only one OMXClient instance r=sotaro
...
Samsung's OMX IL doesn't like being instantiated more than once, often leading
to crashes. This patch changes the OMX plugin so that we statically instantiate
one OMXClient to be shared between decoder instances.
2014-04-03 09:53:38 +13:00
Randell Jesup
54427b9318
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
1ac0899004
Bug 694814: Patch 2: modifications to webrtc.org single_rw_fifo r=glandium,ted
2014-04-02 13:58:19 -04:00
Randell Jesup
6d8ad6ba69
Bug 694814: Patch 1: Add farend input to webrtc.org upstream rs=padenot
2014-04-02 13:58:19 -04:00
Paul Adenot
38c80c2898
Bug 818822 - Update AudioConduit so it can work at 44.1kHz. r=jesup
2014-03-24 11:06:05 +01:00
Arun Raghavan
7a292aa940
Bug 986985 - Reconnect to the PulseAudio context if it is disconnected on stream creation. r=padenot,kinetik
...
--HG--
extra : rebase_source : efb8239b2a3ac73c78185084276d4b9ec53e1a3f
2014-04-02 14:42:11 +02:00
Paul Adenot
ec43d684fe
Bug 946618 - Disable part of a cubeb test on Windows 7. r=kinetik
...
--HG--
extra : rebase_source : 1bf38b7cbb7e023b74ec1226e79f7bf01d739bd0
2014-03-24 11:06:05 +01:00
Paul Adenot
69310763e9
Bug 946618 - Disable some cubeb tests on Android. r=kinetik
...
We still have some kind of smoke test in test_audio.c, so that's kind of okay.
--HG--
extra : rebase_source : a5b760c58e8365a96b310b4bd480c3c2262c0713
2014-03-24 11:06:05 +01:00
Paul Adenot
cfb673b6a0
Bug 946618 - Add native tests for cubeb. r=kinetik
...
--HG--
extra : rebase_source : 9b2e8e702ce5f8ea4d5416f3b45c91bc4cd94432
2014-02-25 14:21:59 +01:00
Paul Adenot
e2a92752f1
Bug 946618 - Skip some cubeb tests on some platforms. r=kinetik
...
For example, skip float tests on platform that don't support floating point
audio, and skip timing test on platform where we don't honor latency request.
--HG--
extra : rebase_source : 6d48b637f18747674d519b586a24a8f4680f293b
2014-03-24 11:06:05 +01:00
Paul Adenot
55f63dd272
Bug 946618 - Update cubeb to pick up new tests. r=kinetik
...
--HG--
extra : rebase_source : 335880c5ecc3ace9cf5260e9e95b668ae00d183a
2014-02-27 16:26:24 +01:00
Chris Peterson
098c0f584c
Bug 989203 - Fix and suppress some Android gcc warnings in media/omx-plugin/ directory. r=cajbir
2014-03-27 23:34:49 -04:00
Glenn Randers-Pehrson
a03f8c1074
Bug 987625 - Conditionally define MOZ_PNG_MAX_DIMENSION. r=jrmuizel
2014-04-01 09:14:14 -04:00
snigdha
11404d6af2
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-04-01 08:29:25 -04:00
Phil Ringnalda
7e188029e3
Merge b-i to m-c
2014-03-29 09:18:08 -07:00
Edgar Chen
0c858f8485
Bug 978709 - 4.h/6: NetworkInterfaceListService changes. r=vicamo
2014-03-29 15:18:25 +08:00
Daniel Holbert
3dca6a3916
Bug 989425: Remove unused variable 'DTLS_FINGERPRINT_LENGTH' from PeerConnectionImpl.cpp. r=mt
2014-03-28 17:58:19 -07:00
Chris Peterson
a88d5f01e6
Bug 986794 - Suppress clang warnings in third-party code: libopus and libtheora. r=derf
2014-03-22 00:03:21 -07:00
Ehsan Akhgari
345b35a6e8
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
2014-03-27 16:38:33 -04:00
Paul Adenot
b9bd0e8294
Bug 988827 - Fix more warnings in cubeb on Android/B2G. r=cpeterson
...
--HG--
extra : rebase_source : 88cb14657c7f2b9d4c1908e6f552ad2e4182b33c
2014-03-27 13:36:46 +01:00
Ryan VanderMeulen
d9d827e562
Merge inbound to m-c.
2014-03-26 20:58:31 -04:00
Randell Jesup
e74ff43003
Bug 986764: release all webrtc sub-modules before deleting engine r=gcp
2014-03-26 17:58:25 -04:00
Paul Adenot
d2b11ab033
Bug 986793 - Fix set but unused variable warning in SoundTouch. r=cpeterson
...
--HG--
extra : rebase_source : 5f15cfc2b2224d9cb75b9ae1faa7b0ed915aba4a
2014-03-24 11:02:35 +01:00
Paul Adenot
5b1bd5d696
Bug 986793 - Fix warnings in cubeb_audiotrack.c, and allow mixed declaration and code in cubeb_opensl.c. r=cpeterson
...
--HG--
extra : rebase_source : 91856a5c76063be3d6c180abe34cda5cee9f3d71
2014-03-24 10:58:23 +01:00
Glenn Randers-Pehrson
22f267cd93
Bug 980488 - Update in-tree libpng to version 1.6.10. r=jrmuizel
2014-03-24 16:36:11 -04:00
Ryan VanderMeulen
bf49434e3c
Bug 987002 - Update libjpeg-turbo to version 1.3.1. r=jrmuizel
2014-03-24 16:36:11 -04:00
Jan Beich
30b0508f12
Bug 985848 - Use videodev2.h on DragonFly/DPorts as well. r=jesup
2014-03-24 08:57:58 -04:00
Star Cheng
ed153491c2
Bug 942988 - Consider audio mixer latency (from audio back end) for opensl_stream_get_position() to improve A/V sync. r=padenot
2014-03-25 20:01:28 +08:00
Carsten "Tomcat" Book
93dadba149
merge b2g-inbound to mozilla-central
2014-03-20 14:07:58 +01:00
Ehsan Akhgari
5ab76fe98e
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
2014-03-19 21:55:00 -04:00
Jessica Jong
9908262450
Bug 984327 - Part 1: Include dun apn type in isNetworkTypeSecondaryMobile(...) and elsewhere. r=vicamo
2014-03-19 08:39:00 -04:00
Nils Ohlmeier [:drno]
f53b61daf4
Bug 966569 - Improve the the log messages in case the internal TURN TCP buffer over flow. r=bwc
2014-03-18 08:39:54 -04:00
Chris Peterson
bb4fcdf415
Bug 980211 - Suppress clang and gcc warnings in third-party media code: speex, theora, and vpx. r=derf
2014-03-15 23:21:32 -07:00
Neil Rashbrook
921625ab05
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
2014-03-18 00:23:03 +00:00
Wes Kocher
2939a367ba
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
f83724018d
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
3cd5696466
Bug 964127 - Add a/v sync telemetry. r=bwc
2014-03-14 16:46:31 -04:00
Kyle Huey
a5ae9a4da3
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
f7eafc09a9
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Jan-Ivar Bruaroey
cf56531f91
Bug 970686: Undo extensions to wrong rtcp methods in webrtc.org r=jesup
2014-03-13 22:28:12 -04:00
Jan-Ivar Bruaroey
f75763f4b5
Bug 970686: Outbound getStats: Fixed RTCP timestamps and remote packets/bytes received. r=jesup
2014-03-14 14:34:02 -04:00
Ehsan Akhgari
178f47f91d
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]
d2b8957ec8
Bug 966564 - Make logging more clear when processing an unwrapped indication. r=drno
2014-03-12 10:21:48 -07:00
Ethan Hugg
6fd716d981
Bug 982371 - Signaling - Filter remotepartyname in the calllogger. r=jesup
2014-03-12 12:04:18 -07:00
Gian-Carlo Pascutto
6eae23a99e
Bug 877954 - Add additional logging for WebRTC adaption & resolution changes. r=jesup
2014-03-13 11:06:39 +01:00
Gian-Carlo Pascutto
1fafd33914
Bug 877954 - Enable QM if load adaption is enabled. r=jesup
2014-03-13 11:06:27 +01:00
Gian-Carlo Pascutto
e3baeddf48
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
be0200562d
Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup
2014-03-13 11:05:27 +01:00
Jan-Ivar Bruaroey
6bcb5eb324
Bug 964127: Add a/v sync status to about:webrtc. r=jesup
2014-03-12 17:13:20 -04:00
Randell Jesup
44763516c0
Bug 964127: Add logging of webrtc a/v sync status r=jib
2014-03-12 20:11:49 -04:00
Ehsan Akhgari
bfa6b6e286
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
2014-03-10 20:18:33 -04:00
Randell Jesup
0938529118
Bug 981680: Upstream webrtc patch for avsync (r5102) rs=jesup
2014-03-11 00:36:12 -04:00
Paul Adenot
09c30b81f7
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
1d7ac7ea19
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]
6aaa1b33ae
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
2632867fbf
Bug 677653 - part 1 - indirect libogg memory allocations through variables; r=glandium,rillian
2014-03-05 10:58:29 -05:00
Chris Peterson
398b183494
Bug 980211 - Backout part of cset f81c8b82ac70 for bad merge of libspeex moz.build.
2014-03-09 23:35:44 -07:00
Chris Peterson
e6cb4d3e38
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
deda7f6382
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
810529ce40
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]
52d3d5d0d2
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]
7444e95947
Bug 786234 - Part 5: More detailed test-cases. r=ehugg
2014-01-17 17:11:00 -08:00
Byron Campen [:bwc]
91c19ee225
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]
d04bad6fdf
Bug 786234 - Part 3: Plumbing for filtration, and bundle usage detection. r=abr
2014-01-14 16:29:42 -08:00
Byron Campen [:bwc]
83c0ceb9f3
Bug 786234 - Part 2.2: Compensate for some build system gotchas. r=abr
2014-01-14 16:31:27 -08:00
Byron Campen [:bwc]
d37c61ef04
Bug 786234 - Part 2.1: RTCP filtering logic. r=abr
2014-01-09 15:12:25 -08:00
Byron Campen [:bwc]
9ff9122a59
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
a8e4d05c60
Bug 978827 - Remove bogus assertion in OpenSL input backend. r=jesup
2014-03-06 15:11:52 +01:00
Byron Campen [:bwc]
60b5a507bd
Bug 970690 - Part 1: Add transport field to ICE candidate stats. r=jib
2014-02-26 11:12:37 -08:00
Ehsan Akhgari
efec1ca182
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]
5e681f0afc
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]
5785a357c5
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]
3f9fc1c08b
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
bbffdd3992
Bug 976648 - WebRTC endian config for powerpc64le-linux support. r=jesup
2014-02-28 09:57:03 -05:00
Ryan VanderMeulen
88ac28dca2
Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.
2014-03-05 09:55:52 -05:00
snigdha
dde15b4b7a
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
444a26ed8e
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Ed Morley
5286d3c320
Backed out changeset fa5e92d8eb82 (bug 946618) for frequent test failures
2014-03-04 16:36:47 +00:00
Ed Morley
12703f24c4
Backed out changeset dd53f54dbaa9 (bug 946618)
2014-03-04 16:36:23 +00:00
Ehsan Akhgari
f5dd4e8ef8
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
224d9895fd
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
44e9ea1023
Bug 946618 - Update libcubeb from upstream to pick up new tests. r=kinetik
2014-02-27 16:26:24 +01:00