Byron Campen [:bwc]
|
17ed939ed8
|
Bug 1164197 - Fix bad logging statement in sdp_parse_attr_rtr. r=mt
--HG--
extra : transplant_source : %E4O%8C%D19%AAr%B4%80%A8%89%2C%D0%8Dk%17A%E8%0C%FD
|
2015-05-13 13:00:22 -07:00 |
Byron Campen [:bwc]
|
643ed33a07
|
Bug 1164582 - Report an error when the appdata portion of a webrtc msid is missing. r=mt
--HG--
extra : transplant_source : %85%F8H%F3%C1N6%BD%9E%BC%D3o%27%A3Z%FE%8A%1BL%17
|
2015-05-13 11:54:06 -07:00 |
Ryan VanderMeulen
|
ac41674587
|
Backed out changeset 41f03ff16f47 (bug 1163505) for bustage.
|
2015-05-17 18:57:48 -04:00 |
Gerald Squelart
|
dffe6345e3
|
Bug 1163505 - PtrVector should disallow copies to prevent premature&double deletions. r=bwc
|
2015-05-11 00:38:00 -04:00 |
Byron Campen [:bwc]
|
f9f4736778
|
Bug 1155965 - Part 2: Verify that CreateOffer/Answer has been called when SetLocal is called. r=drno
--HG--
extra : transplant_source : %D4%EE%03Mx%8F%B0%F7%F9%5C%B8%0FDz%94%E4%AD%7D0%9C
|
2015-04-20 09:59:54 -05:00 |
Byron Campen [:bwc]
|
e6cb58f6fa
|
Bug 1155965 - Part 1: Test-cases. r=drno
--HG--
extra : transplant_source : %1B_6%01N%7BV%C9%C2%FDi%85%A5%B5%CF%C87%E08%F8
|
2015-05-13 13:54:14 -07:00 |
Felix Janda
|
b019cb9ceb
|
Bug 1152185 - Include port/generic/include also for mtransport/test and webrtc/signaling/test. r=ekr
|
2015-04-16 23:03:11 +02:00 |
Byron Campen [:bwc]
|
605cc781a8
|
Bug 1096795 - Put a=rtcp in SDP when gathering ends. r=mt
--HG--
extra : transplant_source : %1D%A4%CD6S%E6%87G%D7%E9%05%3D%C1%23%1A%E5%D5_%17C
|
2015-05-08 15:52:41 -07:00 |
Ethan Hugg
|
a5589141de
|
Bug 1164061 - Backout signaling unittest changes for tmmbr r=jesup
|
2015-05-12 09:15:00 -07:00 |
Ethan Hugg
|
9b0603bad4
|
Bug 1164061 - WebRTC - move TMMBR behind pref r=jesup
|
2015-05-12 08:33:48 -07:00 |
Ehsan Akhgari
|
187795741d
|
Bug 1157057 - Rewrite the handling of the nsITimer object in nrappkitTimerCallback; r=ekr
This patch makes the code use smart pointers more for dealing with
the nsITimer object, and it also avoid an unneeded AddRef and
Release pair.
|
2015-05-15 08:39:54 -04:00 |
James Willcox
|
601efb29fe
|
No bug, fix WebrtcMediaCodecVP8VideoCodec.cpp warnings
|
2015-05-14 14:52:09 -05:00 |
Eric Rahm
|
c2e607291d
|
Bug 1164622 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=ekr
Avoid using a stringstream if the given log level is not enabled.
|
2015-05-14 10:13:24 -07:00 |
Eric Rahm
|
4d6eca8317
|
Bug 1164622 - Part 1: Remove instances of #ifdef PR_LOGGING in media. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
|
2015-05-14 10:13:24 -07:00 |
Paul Kerr [:pkerr]
|
f47bc20645
|
Bug 1163859: Only update webrtc.debug prefs from gecko thread. r=rjesup
|
2015-05-13 21:08:30 -07:00 |
Eugen Sawin
|
04d593a1be
|
Bug 1093815 - Remove ambiguous typedefs. r=kinetik
---
media/libstagefright/binding/include/demuxer/TrackDemuxer.h | 4 ++--
media/libstagefright/binding/include/mp4_demuxer/DecoderData.h | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
|
2015-05-13 15:15:43 +02:00 |
Eugen Sawin
|
8597d299a4
|
Bug 1093815 - Add MP3 track demuxer. r=kinetik
---
media/libstagefright/binding/MP3TrackDemuxer.cpp | 755 +++++++++++++++++++++
.../binding/include/mp4_demuxer/MP3TrackDemuxer.h | 380 +++++++++++
media/libstagefright/moz.build | 2 +
3 files changed, 1137 insertions(+)
create mode 100644 media/libstagefright/binding/MP3TrackDemuxer.cpp
create mode 100644 media/libstagefright/binding/include/mp4_demuxer/MP3TrackDemuxer.h
|
2015-05-13 15:15:36 +02:00 |
Lee Salzman
|
4476c73a98
|
Bug 1159273 - Allow loading of tree cairo and system cairo at the same time. r=glandium
|
2015-05-13 12:04:03 +09:00 |
Nils Ohlmeier [:drno]
|
772e7d8a3f
|
Bug 1087551: updated tests around addIceCandidate(). r=jib
--HG--
rename : dom/media/tests/mochitest/test_peerConnection_addCandidateInHaveLocalOffer.html => dom/media/tests/mochitest/test_peerConnection_addIceCandidate.html
|
2015-05-12 00:05:24 -07:00 |
Landry Breuil
|
d3f772dac3
|
Bug 911450 - fix webrtc signaling tests build on OpenBSD. r=jesup r=rbarker r=glandium
|
2015-05-07 04:35:00 +02:00 |
Mike Hommey
|
fe90037862
|
Bug 1043692 - Add a DIST_INSTALL variable to moz.build, and replace NO_DIST_INSTALL with it. r=gps
|
2015-05-12 07:55:21 +09:00 |
Mike Hommey
|
7c306bdc19
|
Bug 1162845 - Move ASFLAGS to moz.build. r=mshal
|
2015-05-12 07:54:06 +09:00 |
Jean-Yves Avenard
|
0afcf75167
|
Bug 1159027: Part4. Include ftyp box when parsing init segment. r=kentuckyfriedtakahe
|
2015-05-11 20:57:37 +10:00 |
Jean-Yves Avenard
|
5ad333f5a3
|
Bug 1159027: Part2. Extend BufferStream to work with external buffer array. r=kentuckyfriedtakahe
Also make BufferStream::AppendBytes fallible
|
2015-05-11 20:54:59 +10:00 |
Jean-Yves Avenard
|
9c019c30fe
|
Bug 1159027: Part1. Add MP4Metadata method to retrieve init segment byte range. r=cpearce
|
2015-05-11 20:54:54 +10:00 |
Benjamin Chen
|
ddc5295649
|
Bug 1104643 - Interpolate the audio clock by system clock if the qudio clock is not going forward. r=padenot
--HG--
extra : rebase_source : 819aaab5e8fe182399aaab31ad457819b206df8f
|
2015-05-05 16:00:14 +08:00 |
Matthew Gregan
|
a0d66e7bbc
|
Bug 1161718 - Distinguish unknown track types from errors in libnestegg. r=rillian
|
2015-05-11 14:25:33 +12:00 |
Sebastian Hengst
|
cf952cc343
|
Backed out changeset 899c470e0275 (bug 1087551) for build bustage. r=bustage fix for CLOSED TREE
|
2015-05-09 10:34:24 +02:00 |
Nils Ohlmeier [:drno]
|
e175791a4b
|
Bug 1087551: updated tests around addIceCandidate(). r=jib
|
2015-05-09 00:26:30 -07:00 |
Nils Ohlmeier [:drno]
|
f12185dda1
|
Bug 1131779: 403 on permission request no longer invalidates the whole TURN relay. r=bwc
|
2015-05-08 11:59:52 -07:00 |
Randell Jesup
|
b8c6846e13
|
Bug 1162251: Fix WebRTC jitter buffer ignoring partial frames if the packet holds a complete NAL r=ehugg a=prep for uplift (kwierso)
|
2015-05-07 20:05:20 -04:00 |
Paul Adenot
|
aa50589ab8
|
Bug 926838 - [Part 6] Unbitrot the build system bits. r=gps
|
2015-05-04 17:19:03 +02:00 |
Paul Adenot
|
2889bc140a
|
Bug 926838 - [Part 5] Re-import Google's modifications. r=gerv
|
2015-05-04 17:19:03 +02:00 |
JW Wang
|
4b9241c11c
|
Bug 926838 - [Part 3] Fix GCC compiler errors, text relocation and build errors on emulators. r=ehsan
|
2013-11-13 11:07:29 +08:00 |
JW Wang
|
d1d0330fc4
|
Bug 926838 - [Part 2] Add build files. r=gps
|
2013-11-13 11:07:28 +08:00 |
JW Wang
|
6c2a2d1f4e
|
Bug 926838 - [Part 1] Add new files, and update license file. r=gerv,ehsan
|
2013-11-13 11:07:24 +08:00 |
Paul Kerr [:pkerr]
|
0fadb86c8f
|
Bug 1161619: RunStatsQuery leak fix. r=jib
|
2015-05-06 13:01:59 -07:00 |
Byron Campen [:bwc]
|
a4c8fd6bef
|
Bug 1161719: Fix bounds check in FilterSenderReport r=jesup
--HG--
extra : rebase_source : 80ae757a52db6e67f9fd8480b8f97e43c6f85db1
|
2015-05-05 15:10:25 -07:00 |
Byron Campen [:bwc]
|
930b423cd0
|
Bug 1161136: Ensure that mid is copied over before we disable answer m-sections. r=jesup
--HG--
extra : rebase_source : 71b259b55c8eee4e035d4bfc8ce9500e30ef07b3
|
2015-05-04 12:02:35 -07:00 |
Paul Kerr [:pkerr]
|
4aa9352d7d
|
Bug 1159320: disable-webrtc builds fail after bug 1100502 applied. r=rjesup
--HG--
rename : media/webrtc/signaling/src/peerconnection/PWebrtcGlobal.ipdl => dom/media/webrtc/PWebrtcGlobal.ipdl
rename : media/webrtc/signaling/src/peerconnection/WebrtcGlobal.h => dom/media/webrtc/WebrtcGlobal.h
|
2015-05-06 09:29:33 -07:00 |
Chris Pearce
|
82d33ace6a
|
Bug 1160914 - Use locks for gmp-clearkey threadsafe refcounting when std::atomic is not easily available. r=edwin
|
2015-05-06 11:40:42 +12:00 |
Chris Pearce
|
05f051d1ba
|
Bug 1160914 - Make gmp-clearkey's decoders threadsafe refcounted, to handle DecodingComplete while GMPVideoHost::CreateFrame() is waiting. r=edwin
|
2015-05-06 11:40:40 +12:00 |
Carsten "Tomcat" Book
|
cd411ff6db
|
Backed out changeset abc86341cd75 (bug 926838) for m3 test failures on a CLOSED TREE
|
2015-05-05 15:52:11 +02:00 |
Carsten "Tomcat" Book
|
7d3e843311
|
Backed out changeset 2456dfeb5f9c (bug 926838)
|
2015-05-05 15:51:38 +02:00 |
Carsten "Tomcat" Book
|
054b93ba40
|
Backed out changeset 041ed2e08168 (bug 926838)
|
2015-05-05 15:51:33 +02:00 |
Carsten "Tomcat" Book
|
4719e01a6e
|
Backed out changeset 1ada6df926ba (bug 926838)
|
2015-05-05 15:51:22 +02:00 |
Carsten "Tomcat" Book
|
db887fe217
|
Backed out changeset 5b6ef91bfe01 (bug 926838)
|
2015-05-05 15:51:16 +02:00 |
Paul Adenot
|
18d2184244
|
Bug 926838 - [Part 6] Unbitrot the build system bits. r=gps
|
2015-05-04 17:19:03 +02:00 |
Paul Adenot
|
8fc50808d3
|
Bug 926838 - [Part 5] Re-import Google's modifications. r=gerv
|
2015-05-04 17:19:03 +02:00 |
JW Wang
|
075c139090
|
Bug 926838 - [Part 3] Fix GCC compiler errors, text relocation and build errors on emulators. r=ehsan
|
2013-11-13 11:07:29 +08:00 |