Randell Jesup
|
f551a29a6a
|
Bug 920325: ntohl() isn't defined on Windows unless you include winsock/winsock2.h r=tbsaunde
|
2013-10-25 20:46:35 -04:00 |
|
Randell Jesup
|
ee8e35ca44
|
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
|
2013-10-25 18:13:42 -04:00 |
|
Randell Jesup
|
345ac3892d
|
backout 5f38b1bd3358 for bustage CLOSED TREE
|
2013-10-25 19:25:54 -04:00 |
|
Randell Jesup
|
60b12a2e89
|
Bug 930603: Ensure AEC known delay doesn't go negative (rev 4886 at webrtc.org) r=jib
|
2013-10-25 18:21:33 -04:00 |
|
Randell Jesup
|
8777f9a0f5
|
Bug 930603: Increase WebRTC AEC tail from 48ms to 128ms (rev 4837 at webrtc.org) r=jib
|
2013-10-25 18:21:23 -04:00 |
|
Randell Jesup
|
2e3491f74c
|
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
|
2013-10-25 18:13:42 -04:00 |
|
Jan-Ivar Bruaroey
|
de7feceb63
|
Bug 929534 r=jesup
|
2013-10-25 10:52:17 -04:00 |
|
EKR
|
595e343db4
|
Bug 930651 - Increase logging level for periodic A/V counters. r= abr
|
2013-10-24 19:23:24 -07:00 |
|
Patrick Wang
|
4afedddb6b
|
Bug 881761 - Part 3: Initialize NSS when initializing PeerConnection. r=ekr,bsmith
|
2013-07-22 10:16:13 +08:00 |
|
Patrick Wang
|
6fd870fe12
|
Bug 932881: Explicitly cast currentSipccState to uint32_t. r=abr
|
2013-10-30 18:00:28 +08:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Randell Jesup
|
3ad7a7e6d1
|
Bug 864654: cleanup AudioConduit r=ekr
|
2013-10-23 06:20:55 -04:00 |
|
Randell Jesup
|
50c7d4e360
|
Bug 864654: merge backend for send and receive VideoConduits to match AudioConduits & cleanup r=ekr
|
2013-10-23 06:20:54 -04:00 |
|
Mark Banner
|
7433db8bcc
|
Bug 920991 - Default stun server ip address should be changed to a domain name. r=abr
|
2013-10-23 09:59:37 +01:00 |
|
Ethan Hugg
|
fdecaf06b3
|
Bug 925896 - Signaling - Addref when adding sessiondata_t to hash r=abr
|
2013-10-22 13:14:43 -07:00 |
|
Ehsan Akhgari
|
3b751c0f92
|
Bug 928712 - Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
|
2013-10-20 22:59:48 -04:00 |
|
Ethan Hugg
|
7177d480ae
|
Bug 928537 - Datachannel streams should be kept in the range 1 to MAX_NUM_STREAMS r=jesup
|
2013-10-18 15:01:46 -07:00 |
|
Ehsan Akhgari
|
0259ccb7f4
|
Backed out changeset 0ddbf9b3b20c (bug 928712) because of build bustage
|
2013-10-20 09:42:51 -04:00 |
|
Ehsan Akhgari
|
050f402290
|
Bug 928712 = Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg
|
2013-10-20 09:10:07 -04:00 |
|
Jan-Ivar Bruaroey
|
5e7781f43a
|
Bug 928060: Parse ?transport=[udp|tcp] in TURN uri. r=ehsan
|
2013-10-18 18:14:21 -04:00 |
|
Randell Jesup
|
c0930623a7
|
Bug 928221: reland (backed out due to bug 924992: webidl changes sometimes fail in incremental builds) r=jesup,abr
|
2013-10-19 12:21:06 -04:00 |
|
Ehsan Akhgari
|
2b0a6b40b4
|
Backed out changeset dc2b71e57211 (bug 928221) because it calls a non-existing GetWeakReferent function
|
2013-10-19 10:48:41 -04:00 |
|
Jan-Ivar Bruaroey
|
1281c48717
|
Bug 928221 r=jesup, abr
|
2013-10-18 17:22:05 -04:00 |
|
Byron Campen [:bwc]
|
0a8df8473f
|
Bug 902003: Dispatch getStats to STS thread and back. r=jesup
|
2013-10-11 17:13:09 -07:00 |
|
Jan-Ivar Bruaroey
|
cd0eb58d0e
|
Bug 902003: getStats API skeleton. r=jesup, smaug
|
2013-10-17 18:00:05 -04:00 |
|
Randell Jesup
|
42e193ce99
|
Bug 926598: fix some this-in-initializer warnings and remove tabs in MediaPipeline r=ekr
|
2013-10-16 16:12:09 -04:00 |
|
Ehsan Akhgari
|
f1166cb601
|
Bug 924107 - Make dist/include available in all of the WebRTC code; r=jesup,glandium
|
2013-10-15 15:08:43 -04:00 |
|
Randell Jesup
|
291fa9a013
|
Bug 910810: don't read prefs off "main" thread in unittests r=abr
|
2013-10-14 14:32:08 -04:00 |
|
Jan-Ivar Bruaroey
|
c81e140873
|
Bug 917328: Second, convert PeerConnectionImpl and PeerConnectionObserver to webidl. r=bz, rjesup
|
2013-10-14 12:53:56 -04:00 |
|
Shian-Yow Wu
|
0f1c51d063
|
Bug 881935 - Part 4: Signaling unit test for max-fs and max-fr. r=abr
|
2013-10-13 09:44:55 +08:00 |
|
Shian-Yow Wu
|
6fbcddd672
|
Bug 881935 - Part 3: Video conduit unit test for max-fs. r=derf
|
2013-10-13 09:44:53 +08:00 |
|
Shian-Yow Wu
|
51a96191ff
|
Bug 881935 - Part 2: Device configuration for max-fs and max-fr. r=derf
|
2013-10-13 09:44:50 +08:00 |
|
Shian-Yow Wu
|
13b9d0d463
|
Bug 881935 - Part 1: SDP parsing/building for max-fs and max-fr parameters. r=abr
|
2013-10-13 09:43:00 +08:00 |
|
EKR
|
abb8ab509e
|
Bug 925960 - Change the environment variable to enable mediaconduit_unittests. r=ehugg
|
2013-10-11 15:44:02 -07:00 |
|
Mike Hommey
|
c2fbbcbbda
|
Bug 922460 - Kill media/webrtc/shared_libs.mk. r=ted
--HG--
rename : media/webrtc/shared_libs.mk => layout/media/webrtc/Makefile.in
|
2013-10-11 08:15:24 +09:00 |
|
Eric Rescorla
|
7bd3e5e22f
|
Bug 925226 - Fix incorrect downcast in signaling unittest. r=abr
|
2013-10-09 20:07:00 -07:00 |
|
EKR
|
1123965f12
|
Bug 922068 - Move ICE candidate retrieval to the STS thread. r=abr
|
2013-10-08 15:58:13 -07:00 |
|
Ethan Hugg
|
f32fa0a678
|
Bug 916429 - use sctpmap line for datachannels r=jesup
|
2013-09-23 15:20:18 -07:00 |
|
Steven Michaud
|
4574e97d4b
|
Bug 918943 - Duplicate symbol errors linking WebRTC when using the 10.9 SDK with --disable-optimize. r=ethanhugg
|
2013-10-01 20:29:50 -05:00 |
|
Nicolas Silva
|
8605f47406
|
Bug 922202 - Make PlanarYCbCrImage::Data forward-declarable and remove some header includes. r=bjacob
|
2013-10-01 17:57:50 -07:00 |
|
Adam Roach [:abr]
|
3641c7bf24
|
Bug 922245 - Make SDP buffer allocation dynamic in feature message r=ehugg
|
2013-09-30 22:28:38 -05:00 |
|
Ryan VanderMeulen
|
4dd576fb2f
|
Merge m-c to inbound.
|
2013-09-30 16:51:06 -04:00 |
|
Ryan VanderMeulen
|
439f7d7d01
|
Merge m-c to b2g-inbound.
|
2013-09-30 16:30:26 -04:00 |
|
Jason Smith
|
d4709491c3
|
Bug 918186 - Add null pointer check in onPreviewFrame to prevent NullPointerException. r=gcp
|
2013-09-28 21:47:41 -07:00 |
|
Vladimir Vukicevic
|
498d8e53fa
|
Bug 919815 - cpr_win_ipc.c not 64-bit safe. r=ehugg
|
2013-09-24 10:47:00 -04:00 |
|
Ethan Hugg
|
4e04b1c2e2
|
Bug 921604 - Fix trickle unittests for machines with multiple addresses r=abr
|
2013-09-27 13:23:15 -07:00 |
|
Adam Roach [:abr]
|
de9fad68d9
|
Bug 842549 - Part 5: Fix slots cleanup when VcmSIPCCBinding is destroyed r=ekr
|
2013-09-25 19:58:16 -05:00 |
|
EKR
|
c47e32317f
|
Bug 842549 - Part 2: Plumb candidates up to signaling r=abr
|
2013-09-16 17:21:33 -07:00 |
|
Adam Roach [:abr]
|
d1f5ffb9c0
|
Bug 919767 - Clean up Call and CallInfo when finished r=ehugg
|
2013-09-25 19:58:15 -05:00 |
|
Gian-Carlo Pascutto
|
81622d3e3f
|
Bug 918372 - Use RAII and JNI Frames for when we cannot attach+detach the JVM. r=blassey
|
2013-09-25 08:08:37 +02:00 |
|
Gian-Carlo Pascutto
|
00c747b094
|
Bug 918372 - Allow debugging early Android WebRTC functionality. r=blassey
|
2013-09-25 08:08:28 +02:00 |
|
Gian-Carlo Pascutto
|
4b6f20b8c6
|
Bug 918372 - Allocate a single GlobalRef for the Android Context. r=blassey
|
2013-09-25 08:06:21 +02:00 |
|
Gian-Carlo Pascutto
|
958950efd6
|
Bug 918372 - Add some debugging assertions for Android WebRTC. r=blassey
|
2013-09-25 08:03:40 +02:00 |
|
Jacek Caban
|
822115bfb3
|
Bug 919513 - content/media/directshow fails to compile on GCC. r=cpearce
|
2013-09-24 10:41:00 +02:00 |
|
Gian-Carlo Pascutto
|
4d2ec16675
|
Bug 902431 - Don't clean up references to global Android WebRTC objects. r=blassey
|
2013-09-23 14:41:41 +02:00 |
|
Ethan Hugg
|
c15070152a
|
Bug 901560 - Datachannel no longer make second ICE component r=abr
|
2013-08-30 12:51:05 -07:00 |
|
Randell Jesup
|
f1dc6db9a7
|
Bug 886052: Turn on audio webrtc_trace logs for getUserMedia r=gcp
|
2013-09-18 17:12:38 -04:00 |
|
EKR
|
63298ca29b
|
Bug 917619 - Fix setup direction when a=setup is missing r=ehugg
|
2013-09-17 17:43:05 -07:00 |
|
Adam Roach [:abr]
|
2ce5571f5d
|
Bug 880067 - Part 5: rtcp-fb unit tests r=ekr
|
2013-09-05 17:00:37 -05:00 |
|
Shih-Chiang Chien
|
68e8048a99
|
Bug 918523 - Prevent rec_queue overrun. r=jesup
|
2013-09-28 09:12:39 +08:00 |
|
Randell Jesup
|
8a78d90df8
|
Bug 916426: Remove increment of SCTP port number when building SDP answers r=ehugg
|
2013-09-14 11:41:04 -04:00 |
|
Jan Beich
|
750262169a
|
Bug 916216 - Add missing platforms (NetBSD, DragonFly, GNU/kFreeBSD) support to webrtc from ipc/chromium (bugs 753046 & 901414) r=jesup
|
2013-09-14 09:28:02 +02:00 |
|
Gian-Carlo Pascutto
|
229d4fe877
|
Bug 932692 - Check for uncaught exceptions after JNI calls followed by JNI calls. r=blassey
|
2013-11-22 09:54:45 +01:00 |
|
Gian-Carlo Pascutto
|
da7ba4559a
|
Bug 932692 - Remove unused rotation variables in Android WebRTC driver. r=blassey
|
2013-11-22 09:54:44 +01:00 |
|
Steve Singer
|
ef58ae6716
|
Bug 913556 - Add exotic cpu archs to the list of platforms in webrtc (from bug #654056). r=jesup
|
2013-09-13 17:17:33 +02:00 |
|
Adam Roach [:abr]
|
a480ae37d8
|
Bug 880067 - Part 4: Video Conduit configuration for RTCP feedback r=ekr
|
2013-09-05 15:11:47 -05:00 |
|
Daniel Holbert
|
56ec1c6d46
|
Bug 915344: Make variables 'SAMPLES' and 'numSamplesReadFromInput' unsigned, to fix build warning in mediaconduit_unittests.cpp. r=jesup
|
2013-09-11 13:54:45 -07:00 |
|
Ethan Hugg
|
4fe9eed4e9
|
Bug 901560 - Interim fix of datachannel ICE components to be compatible with old and new versions r=abr
|
2013-09-04 13:13:16 -07:00 |
|
Wes Kocher
|
08a3746138
|
Backed out changeset bdcd192bda52 (bug 880067) for bustage
|
2013-09-10 16:51:50 -07:00 |
|
Wes Kocher
|
c79012984b
|
Backed out changeset d0a0127e099e (bug 880067)
|
2013-09-10 16:49:26 -07:00 |
|
Adam Roach [:abr]
|
82f9486ac5
|
Bug 880067: Fix bustage r=me
|
2013-09-10 16:10:22 -07:00 |
|
Adam Roach [:abr]
|
0e0acfbaee
|
Bug 880067 - Part 4: Video Conduit configuration for RTCP feedback r=ekr
|
2013-09-05 15:11:47 -05:00 |
|
Randell Jesup
|
5c73c402f3
|
Bug 904784: use a separate critical section for the recording callback r=mwu
|
2013-09-07 23:42:01 -04:00 |
|
Ethan Hugg
|
cb3f5861e5
|
Bug 844071 - Patch 3 - DTLS role negotiation unit test r=ekr
|
2013-08-26 21:55:43 -07:00 |
|
Ethan Hugg
|
28ed975a6c
|
Bug 844071 - Patch 2 - Reset DTLS role on SDP negotiation r=ekr
|
2013-08-27 07:53:24 -07:00 |
|
Ethan Hugg
|
68498357a0
|
Bug 844071 - Patch 1 - handle building and parsing of setup and connection attributes r=abr
|
2013-08-27 07:40:22 -07:00 |
|
Ethan Hugg
|
2e43a12567
|
Bug 907353 - Disable second component when rtcp-mux r=ekr
|
2013-08-27 12:34:44 -07:00 |
|
Adam Roach [:abr]
|
684eb9b88f
|
Bug 906843 - Shorten sleep period for ASSERT_TRUE_WAIT from 200ms to 10ms; change traffic checks to count packets rather than wait 10 seconds r=ekr
|
2013-09-05 17:11:37 -05:00 |
|
Randell Jesup
|
47228d99c8
|
Bug 899159: clean up record issues in webrtc OpenSLES code + wallpaper r=padenot,derf,mwu
More to be done upstream and then will replace this
|
2013-09-05 15:34:05 -04:00 |
|
Randell Jesup
|
9b423ad2fe
|
Bug 897981: access ViEReceiver::receiving_/receiving_rtcp_ under lock (in upstream r=mflodman)
|
2013-09-05 15:34:05 -04:00 |
|
Randell Jesup
|
ac2e6b8d42
|
bug 912613: remove last vestige of WebRTC_Word* types in big-endian builds only r=padenot DONTBUILD
|
2013-09-05 15:29:36 -04:00 |
|
Mike Hommey
|
f5d048db5e
|
Bug 912292 - Always traverse sub-directories after executing rules in the current directory. r=gps
|
2013-09-05 15:08:43 +09:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Adam Roach [:abr]
|
b971650eeb
|
Bug 906843 - Instrument signaling for isolation of system delays r=ehugg
|
2013-09-04 18:50:28 -05:00 |
|
Randell Jesup
|
07d67e84f5
|
Bug 912450: remove WEBRTC_EXPORT to avoid exporting webrtc symbols from xul.dll r=ted
|
2013-09-04 17:01:48 -04:00 |
|
Jan Beich
|
1a2e41945a
|
Bug 910875 - Add missing ifdefs to make audio_device work on BSDs. r=jesup
|
2013-08-30 22:13:55 +02:00 |
|
Ben Brittain
|
8b090f4750
|
Bug 875097 - Telemetry for number of calls per session. r=derf
|
2013-08-27 19:22:19 -04:00 |
|
Randell Jesup
|
5946f2b5b2
|
Bug 901583: Reapply mozilla patches on top of webrtc.org 3.34, use NEON detection rs=jesup
--HG--
rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.cc => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.cc
rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.h => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.h
|
2013-08-30 02:08:57 -04:00 |
|
Randell Jesup
|
05d8c5f266
|
Bug 901583: Webrtc updated to 4563; pull made Sat Aug 17 11:00:00 EDT 2013 rs=jesup
--HG--
rename : media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.cc => media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.cc
rename : media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.h => media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.h
|
2013-08-30 02:08:04 -04:00 |
|
Michael Wu
|
222ae37fd1
|
Bug 895531 - Add support for webrtc pulseaudio backend on gonk, r=rjesup
|
2013-08-28 15:43:47 -04:00 |
|
Makoto Kato
|
03cfadff33
|
Bug 908523 - Build Skia on GTK3 widget. r=karlt,gps
|
2013-08-28 20:14:47 +09:00 |
|
Ryan VanderMeulen
|
3972d92239
|
Merge m-c to inbound on a CLOSED TREE.
|
2013-08-27 22:40:49 -04:00 |
|
Ben Brittain
|
8aed309d71
|
Bug 874670 - Telemetry for call duration. r=derf
|
2013-08-26 14:54:55 -04:00 |
|
Randell Jesup
|
58feac255e
|
Bug 884365: Deliver gUM data directly to PeerConnection to avoid delay buildup and resampling r=roc
|
2013-08-24 09:53:11 -04:00 |
|
Adam Roach [:abr]
|
3ea57d4082
|
Bug 880067 - Part 3.1: Fix harmless copy-and-paste error r=ehugg
|
2013-08-27 16:15:42 -05:00 |
|
Adam Roach [:abr]
|
69b7aa1c8b
|
Bug 880067 - Part 3: SDP negotiation of rtcp-fb r=ehugg
|
2013-08-22 13:18:38 -05:00 |
|
Adam Roach [:abr]
|
129f09e047
|
Bug 880067 - Part 2: Finish SDP Unit Tests r=ehugg
|
2013-08-22 13:18:38 -05:00 |
|
Nicholas Nethercote
|
42ccf38dcd
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
|
2013-08-17 15:50:18 -07:00 |
|
Ethan Hugg
|
a424b3c6bd
|
Bug 863306 - Turn off rtcp-mux in config
|
2013-08-20 13:21:27 -07:00 |
|
Mike Hommey
|
474ed6071f
|
Bug 907473 - Handle generator_flags gracefully in gyp. r=gps
|
2013-08-21 09:37:45 +09:00 |
|
Wes Kocher
|
5af64d9ade
|
Backed out changeset 36a2061cff79 (bug 863306)
|
2013-08-20 15:03:50 -07:00 |
|
Ethan Hugg
|
a1b1b1a394
|
Bug 863306 - Turn off rtcp-mux in config r=abr
|
2013-08-20 13:21:27 -07:00 |
|
Landry Breuil
|
c2c78fdefe
|
Bug 807492 Part X - Allow gyp mozmake generator to handle various BSD flavors r=ted
|
2013-08-20 22:59:28 +02:00 |
|
David Zbarsky
|
04ff4c97fa
|
Bug 903819 - Don't include Layers.h everywhere, part 4 r=nrc
|
2013-08-20 15:45:30 -04:00 |
|
Suhas Nandakumar
|
17835f971e
|
Bug 863306: Propagate RTCP_MUX Status to pipeline via VCM. r=abr
|
2013-06-27 18:08:20 -07:00 |
|
Ms2ger
|
a04009b5b7
|
Merge latest PGO-green inbounc changeset to m-c.
|
2013-08-14 14:45:47 +02:00 |
|
Ms2ger
|
df8525f77d
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Landry Breuil
|
dc54d7e485
|
Bug 807492 Part 12 - Rename _P to _pp in timestamp_extrapolator, it's a #define in ctype.h on OpenBSD, and the C99/C++ standard forbids identifiers starting with an underscode followed by a capital. r=jesup
|
2013-08-14 00:00:07 +02:00 |
|
Landry Breuil
|
d1dfb16d5d
|
Bug 807492 Part 2 - Allow to build media/webrtc/signaling on BSD r=ehugg
|
2013-08-14 00:00:03 +02:00 |
|
Chris Pearce
|
d4df168752
|
Bug 861693 - Make DirectShow BaseFilter's destructor virtual, and move some code around to make our DirectShow BaseClass replacement easier to useoutside of webrtc module. r=jesup
|
2013-08-13 16:49:25 +12:00 |
|
Mike Hommey
|
99638b2be1
|
Bug 903341 - Avoid gyp overwriting Makefiles when they wouldn't be modified. r=gps
|
2013-08-10 15:55:21 +09:00 |
|
Suhas Nandakumar
|
b10a1e2005
|
Bug 786307: Implement RTCP MUX in MediaPipeline r=ekr
|
2013-06-27 09:13:09 -07:00 |
|
Phil Ringnalda
|
8c6d971e13
|
Back out e3483fe77b6d (bug 786307) on suspicion of causing OS X make check crashes
CLOSED TREE
|
2013-08-07 22:33:59 -07:00 |
|
Suhas Nandakumar
|
b2be68a5d0
|
Bug 786307: Implement RTCP MUX in MediaPipeline r=ekr
|
2013-06-27 09:13:09 -07:00 |
|
Randell Jesup
|
96ed08b655
|
Bug 901527: null pointer when resetting a resampler r=roc
|
2013-08-07 01:36:03 -04:00 |
|
Randell Jesup
|
9931376437
|
Bug 901527: reset the resampler on rate change r=jmspeex
|
2013-08-06 23:05:15 -04:00 |
|
Randell Jesup
|
2a8f055a74
|
Bug 825112: Remove jni.h from opensles per review r=mwu
|
2013-08-06 14:01:16 -04:00 |
|
Jon Coppeard
|
71a6b47923
|
Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug
|
2013-08-05 14:02:47 +01:00 |
|
Randell Jesup
|
3f6b4f213a
|
Bug 825112: Enable opensles webrtc backend on gonk r=mwu,jesup,ted
--HG--
rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.cc => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.cc
rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.h => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.h
|
2013-07-17 20:00:43 -04:00 |
|
Mike Hommey
|
d01b5df996
|
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
|
2013-08-02 10:29:05 +09:00 |
|
Nathan Froyd
|
58f292422e
|
Bug 900181 - remove unused <iostream> #include from PeerConnectionMedia.h; r=jesup
|
2013-07-31 13:53:47 -04:00 |
|
Adam Roach [:abr]
|
dbad4a0f87
|
Bug 899485 - Have SDP handling return sensible cause codes r=ehugg
|
2013-07-31 11:02:08 +02:00 |
|
Ehsan Akhgari
|
9854ac6166
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Daniel Holbert
|
a07d665490
|
Bug 899240: Fix typo in close-comment syntax, for commented-out line in neteq_defines.h. r=jesup
|
2013-07-29 14:21:20 -07:00 |
|
Jon Coppeard
|
8278efd42a
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Carsten "Tomcat" Book
|
8c89deb65b
|
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
|
2013-07-26 12:34:25 +02:00 |
|
Jon Coppeard
|
fc9b509d4f
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Randell Jesup
|
1a83b7de43
|
Bug 876878: Avoid null deref if camera doesn't update framelist ptr r=bas
|
2013-07-25 15:30:46 -04:00 |
|
Randell Jesup
|
da96a161fb
|
Bug 880879: re-land changes lost in the original merge of bug 880879 rs=jesup,derf
Bug 832579 (RTCP NACK doesn't work) plus one small mis-applied diff in alsa that lost the GUID
values for recording devices
|
2013-07-25 07:52:58 -04:00 |
|
Peter Chang
|
416da61282
|
Bug 894262 - Merge GonkIOSurfaceImage to GrallocImage, r=nical, kanru
|
2013-07-25 10:13:35 +08:00 |
|
Ethan Hugg
|
9d551a1297
|
Bug 896429 - Signaling: dynamically create SDP config r=abr
|
2013-07-23 14:01:17 -07:00 |
|
Ms2ger
|
fb6790e6d8
|
Bug 888643 - Part b: Move CPP_UNIT_TESTS definitions into moz.build files; r=gps
|
2013-07-24 09:23:06 +02:00 |
|
Joshua Cranmer
|
96a1370053
|
Bug 884061 - Part 3o: Use NS_DECL_THREADSAFE_ISUPPORTS in media/, r=abr
--HG--
extra : rebase_source : cdad785f54f50c012ea4f904369b120656c68a55
|
2013-07-18 21:23:32 -05:00 |
|
Shian-Yow Wu
|
03124b2e70
|
Bug 888569: Change "parameter_add" from tinybool to u16. r=abr.
|
2013-07-22 13:48:12 +08:00 |
|
Shian-Yow Wu
|
56e647b761
|
Bug 888569 - SDP: Remove default parameters in fmtp attribute for codec. r=abr.
|
2013-07-22 13:48:10 +08:00 |
|
Randell Jesup
|
8648333afd
|
Bug 886886: Remove 44100->44000 kludges r=derf
|
2013-07-21 03:47:40 -04:00 |
|
Randell Jesup
|
b4d4d18ecf
|
Bug 886886: replace fixed-ratio capture resampler in webrtc with speex resample r=derf,jmspeex
|
2013-07-21 03:47:24 -04:00 |
|
Ethan Hugg
|
e8ab0ad72a
|
Bug 892161 - SetRemoteDescription should fail if peer gives no ICE info r=abr
|
2013-07-19 12:46:09 -07:00 |
|
Gervase Markham
|
acfedfd6cb
|
Bug 715549 - remove last vestiges of tri-licence. DONTBUILD.
|
2013-07-19 16:08:33 +01:00 |
|
Brian O'Keefe
|
a2b1403eb0
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Gian-Carlo Pascutto
|
07c7eb48ea
|
Bug 885031 - Don't try to get information about the camera on Froyo. r=blassey
|
2013-07-15 11:21:15 +02:00 |
|
Adam Roach [:abr]
|
db31a83257
|
Bug 892911 - Check that media section is found before adding rtcp-fb attributes r=ekr
|
2013-07-12 12:53:22 -05:00 |
|
EKR
|
fbd781cc74
|
Bug 886120 - Make ICE respond before receiving peer credentials r=abr
|
2013-07-09 20:17:37 -07:00 |
|
Gian-Carlo Pascutto
|
4e0a616387
|
Bug 891158 - Listen to onOrientationChanged instead of onConfigurationChanged. r=blassey
|
2013-07-11 17:17:37 +02:00 |
|
Jan Beich
|
96518f0ec3
|
Bug 892102 - Explicitly include stdlib.h for abs(). r=jesup
|
2013-07-11 10:43:35 -04:00 |
|
Randell Jesup
|
5ba61d4466
|
bug 880879: Rollup of changes previously applied to media/webrtc/trunk/webrtc rs=derf f=gcp r=jesup
|
2013-07-10 03:12:59 -04:00 |
|
Randell Jesup
|
10378680df
|
bug 880879: Webrtc updated to 4180; pull made on Wed Jan 05 04:11:00 EDT 2013 rs=derf
--HG--
rename : media/webrtc/trunk/webrtc/modules/video_coding/main/OWNERS => media/webrtc/trunk/webrtc/modules/video_coding/OWNERS
rename : media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/temporal_layers.cc => media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
rename : media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/temporal_layers_unittest.cc => media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers_unittest.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/Android.mk => media/webrtc/trunk/webrtc/modules/video_coding/utility/Android.mk
rename : media/webrtc/trunk/webrtc/modules/video_coding/main/source/exp_filter.cc => media/webrtc/trunk/webrtc/modules/video_coding/utility/exp_filter.cc
rename : media/webrtc/trunk/webrtc/modules/video_coding/main/source/frame_dropper.cc => media/webrtc/trunk/webrtc/modules/video_coding/utility/frame_dropper.cc
rename : media/webrtc/trunk/webrtc/modules/video_coding/main/source/exp_filter.h => media/webrtc/trunk/webrtc/modules/video_coding/utility/include/exp_filter.h
rename : media/webrtc/trunk/webrtc/modules/video_coding/main/source/frame_dropper.h => media/webrtc/trunk/webrtc/modules/video_coding/utility/include/frame_dropper.h
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/traffic_control_windows.cc => media/webrtc/trunk/webrtc/test/channel_transport/traffic_control_win.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/traffic_control_windows.h => media/webrtc/trunk/webrtc/test/channel_transport/traffic_control_win.h
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_socket2_manager_windows.cc => media/webrtc/trunk/webrtc/test/channel_transport/udp_socket2_manager_win.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_socket2_manager_windows.h => media/webrtc/trunk/webrtc/test/channel_transport/udp_socket2_manager_win.h
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_socket2_windows.cc => media/webrtc/trunk/webrtc/test/channel_transport/udp_socket2_win.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_socket_manager_posix.cc => media/webrtc/trunk/webrtc/test/channel_transport/udp_socket_manager_posix.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_socket_posix.cc => media/webrtc/trunk/webrtc/test/channel_transport/udp_socket_posix.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_socket_wrapper.cc => media/webrtc/trunk/webrtc/test/channel_transport/udp_socket_wrapper.cc
rename : media/webrtc/trunk/webrtc/modules/udp_transport/source/udp_transport_impl.cc => media/webrtc/trunk/webrtc/test/channel_transport/udp_transport_impl.cc
|
2013-06-11 21:08:23 -04:00 |
|
Emanuel Hoogeveen
|
a278970cd3
|
Bug 890714 - Fix mixed line endings. r=joe, r=jesup
|
2013-07-08 16:33:15 -04:00 |
|
Ethan Hugg
|
8a32352ab5
|
Bug 886134 - Change Datachannel m-line from SCTP/DTLS to DTLS/SCTP - target FF24 r=jesup
|
2013-07-02 15:08:59 -07:00 |
|
Gian-Carlo Pascutto
|
7b502ff409
|
Bug 880437 - Do not try to release an already released Camera on shutdown. r=blassey
|
2013-07-08 13:25:15 +02:00 |
|
Suhas Nandakumar
|
87b0c2687e
|
Bug 889615 - Add Granular logging to Mediapipeline. r=abr
|
2013-07-03 11:40:36 -07:00 |
|
Ethan Hugg
|
94643e4fd8
|
Bug 886134 - Make Datachannel DTLS/SCTP line forward-compatible with FF24 - target FF23 r=jesup
|
2013-07-02 15:09:30 -07:00 |
|
Trevor Saunders
|
94c311ea83
|
bug 886526 - remove nsStaticComponents.{h,cpp} r=bsmedberg
|
2013-06-15 05:50:25 -04:00 |
|
Randell Jesup
|
5c85934a22
|
Bug 844177: set codec resolution based on input mediastream resolution r=ekr
|
2013-02-22 15:02:34 -05:00 |
|
Adam Roach [:abr]
|
e544a37ca9
|
Bug 885640 - Clean up PeerConnectionCtx before exiting r=ekr
|
2013-07-01 12:01:16 -05:00 |
|
Gian-Carlo Pascutto
|
c577e05b95
|
Bug 874569 - Adjust rotation amount if the Android device is rotated. r=blassey
|
2013-07-01 08:03:33 +02:00 |
|
Gian-Carlo Pascutto
|
231fc777d3
|
Bug 877248 - Use a TextureView and setAlpha to make preview invisible. r=blassey
|
2013-07-01 08:01:57 +02:00 |
|
Reuben Morais
|
18d4d04ec2
|
No bug - Fix broken header guard in resource_manager.h. r=jesup
--HG--
extra : rebase_source : e7b72c7e7039f92a7bb5941df6958dc0abb5b9dd
|
2013-06-28 00:36:18 -07:00 |
|
EKR
|
ef36aff95c
|
Cleanup of previous patch
Bug 883869 - Clean up MediaPipeline changes from bug 868405. r=jesup
|
2013-06-17 08:15:18 -07:00 |
|
Ethan Hugg
|
cfb015452b
|
Bug 884071 Signaling - stop setting video prefs when in SDP mode r=jesup
|
2013-06-22 19:59:25 -07:00 |
|
EKR
|
7b08007e3a
|
Bug 885190 - Remove real-time thread policy from WebRTC code. r=derf
|
2013-06-22 12:29:56 -07:00 |
|
Adam Roach [:abr]
|
a89b4d256a
|
Bug 880067 - Part 1: SDP rtcp-fb parsing/serializing r=ekr,ehugg
|
2013-06-20 14:34:13 -05:00 |
|
Vladimir Vukicevic
|
3674b7925e
|
b=882906; remove EXTRA_DSO_LIBS; r=ted
|
2013-06-13 22:58:22 -04:00 |
|
Jan Beich
|
ad77a34995
|
Bug 844818 - Make WebRTC aware of --enable-alsa/--enable-pulseaudio. r=jesup,ted
|
2013-06-08 12:47:31 +02:00 |
|
Landry Breuil
|
065d62f295
|
Bug 807492 Part 11 - Support WebRTC on BSD in network modules rtp/udp r=jesup
|
2013-06-13 08:54:56 +02:00 |
|
Landry Breuil
|
273fce0b81
|
Bug 807492 Part 9 - support WebRTC on BSD in system_wrappers/ r=jesup
Remove <malloc.h> inclusion in webrtc/system_wrappers/source/atomic32_posix.cc, it breaks on FreeBSD
|
2013-06-13 08:46:14 +02:00 |
|
Landry Breuil
|
8aec3fbb94
|
Bug 804792 Part 8 - Use the MacOSX codepath on BSD in voice_engine r=jesup
|
2013-06-13 08:44:58 +02:00 |
|
Landry Breuil
|
f9d0f3c54a
|
Bug 807492 Part 7 - use linux codepath on BSD in video_engine r=jesup
|
2013-06-13 08:44:53 +02:00 |
|
Landry Breuil
|
502ec9b29a
|
Bug 807492 Part 6 - Use linux codepaths on BSD in video_capture, uses v4l2 compatible API r=jesup
|
2013-06-13 08:42:03 +02:00 |
|
Landry Breuil
|
8b2632fb50
|
Bug 807492 Part 5 - Use the linux codepaths on BSD in audio_device r=jesup
Also open libpulse.so on OpenBSD, different versionning scheme.
|
2013-06-13 08:41:59 +02:00 |
|
Landry Breuil
|
d46d33b506
|
Bug 804792 Part 4: Select alsa/pulse/v4l depending on the OS, define WEBRTC_POSIX on BSD r=jesup
|
2013-06-13 08:41:54 +02:00 |
|
Landry Breuil
|
668fb2a3fc
|
Bug 807492 Part 3 - Backport chunk of upstream gtest r629 to fix <tuple> detection on BSDs with old libstdc++, not breaking it on MacOSX r=upstream
|
2013-06-13 08:41:49 +02:00 |
|
Adam Roach [:abr]
|
2cd68c66b9
|
Bug 784519 - Part 5: signalingState unit tests r=ekr
|
2013-05-16 21:47:50 -05:00 |
|
Adam Roach [:abr]
|
27082cc4b5
|
Bug 879477: Update PC to use mHandle instead of (void *) this in logging r=ekr
|
2013-06-10 15:47:25 -07:00 |
|
Gijs Kruitbosch
|
eb2dd44cf5
|
Backing out 0acfbc3b4941 (Bug 844818) for b2g bustage.
|
2013-06-08 14:50:07 +02:00 |
|
Jan Beich
|
0ad01f9408
|
Bug 844818 - Make WebRTC aware of --enable-alsa/--enable-pulseaudio. r=jesup,ted
|
2013-06-08 12:47:31 +02:00 |
|
Jan Beich
|
f4a9f1b48f
|
Bug 878446 - Disable libyuv asm without SSSE3 as well. r=jesup
|
2013-06-08 12:44:26 +02:00 |
|
Adam Roach [:abr]
|
28a89d3601
|
Bug 784519 - Part 3: Send Signaling State from SIPCC to PeerConnection r=ekr
|
2013-05-16 18:41:46 -05:00 |
|
Jan-Ivar Bruaroey
|
6cd18bbcbb
|
Bug 879654: Tolerate '?transport=udp' by stripping it r=jesup
|
2013-06-05 15:44:48 -04:00 |
|
Adam Roach [:abr]
|
e261036137
|
Backed out changeset 90968836cce3 (bug 784519) on a CLOSED TREE
|
2013-06-06 17:40:21 -05:00 |
|
Adam Roach [:abr]
|
951a908fae
|
Bug 784519 - Part 3: Send Signaling State from SIPCC to PeerConnection r=ekr
|
2013-05-16 18:41:46 -05:00 |
|
Gian-Carlo Pascutto
|
3667f8bbcc
|
Bug 874572 - Suspend and resume the camera together with the application. r=blassey
|
2013-06-05 08:26:11 +02:00 |
|
Gian-Carlo Pascutto
|
5f1b906bf0
|
Bug 874546 - Detach the preview when the Camera surface is destroyed. r=blassey
|
2013-06-05 08:26:00 +02:00 |
|
Adam Roach [:abr]
|
04bf03bdc1
|
Backed out changeset 90968836cce3 (bug 784519) r=bustage
|
2013-06-04 16:54:30 -05:00 |
|
Adam Roach [:abr]
|
22196865d3
|
Bug 784519 - Part 3: Send Signaling State from SIPCC to PeerConnection r=ekr
|
2013-05-16 18:41:46 -05:00 |
|
Adam Roach [:abr]
|
c5a7fe42d3
|
Bug 878082 - Move handle generation to after PSM setup r=jesup
|
2013-06-04 10:06:40 -05:00 |
|
Charith Tangirala
|
22e720a4c2
|
Bug 864109 - Return proper error message if createOffer called with no streams r=abr
|
2013-06-03 17:01:57 -05:00 |
|
Randell Jesup
|
052b77e30e
|
Bug 872978: process any pending stream resets on incoming resets r=tuexen
|
2013-06-02 09:48:17 -04:00 |
|
ABE Hiroki (hATrayflood)
|
a49be103f9
|
Bug 775939 - Fix gyp Makefile include error on msvc (change topsrcdir, srcdir and VPATH to absolute path). r=ted
|
2012-12-30 23:19:38 +09:00 |
|
Peter Van der Beken
|
27618bb68c
|
Bug 876080. Don't use 'nativeOwnership':'owned' for MediaList. r=bzbarsky
|
2013-05-31 11:27:05 -04:00 |
|
Randell Jesup
|
d89aaca949
|
Bug 876878: null out pointer for GetFrameRateList r=bas
|
2013-05-30 16:48:40 -04:00 |
|
Randell Jesup
|
b01d4043f5
|
Bug 876856: check if PeerConnection is closed before accessing MediaStreamList r=ekr
|
2013-05-30 16:48:31 -04:00 |
|
Randell Jesup
|
4bcc42879a
|
Bug 873003: ignore duplicate frames from NotifyQueuedTrackChanges() r=ekr
|
2013-05-30 16:48:19 -04:00 |
|
Robert O'Callahan
|
74df85b5c7
|
Fix build bustage for bug 868405, CLOSED TREE
|
2013-05-30 17:02:26 +12:00 |
|
Robert O'Callahan
|
cc51ef48ef
|
Bug 868405. Support 'enabled' attribute on MediaStreamTrack. r=jesup
--HG--
extra : rebase_source : ec29ae2e45979baaf1b6a085549755ba86cadd40
|
2013-05-30 16:44:43 +12:00 |
|
Chiajung Hung
|
f2d61c4cf2
|
Bug 875608 - Use GrallocBuffer to display decoded video frame. r=bjacob
|
2013-05-29 20:56:09 -04:00 |
|
Daniel Holbert
|
5b8c7799f1
|
Bug 876766: Fix out of order init list in PeerConnectionMedia.h. r=ehugg
|
2013-05-29 00:17:51 -07:00 |
|
Ethan Hugg
|
e6d2dee831
|
Bug 876489 - Signaling fix ccprovider::getDigits r=jesup
|
2013-05-28 08:45:11 -07:00 |
|
Ethan Hugg
|
3081daf9d1
|
Bug 873888 - Wait for construction of tracks before returning onAddStream r=jesup
|
2013-05-21 07:49:50 -07:00 |
|
Brad Lassey
|
2eb791ed73
|
bug 867517 - Gecko-based WebView for Android, refactor patch r=mfinkle
|
2013-05-24 12:21:01 -04:00 |
|
Jan-Ivar Bruaroey
|
006b43099f
|
Bug 872839 - Part 2: Untangle iceServer parsing from PeerConnectionMedia initialization for cleaner failure path. r=jesup
|
2013-05-22 14:32:10 -04:00 |
|
Adam Roach [:abr]
|
489544eee4
|
Bug 784519 - Part 2: Fix success callback event names r=jesup,jsmith
|
2013-05-07 21:13:42 -05:00 |
|
Adam Roach [:abr]
|
bdbf1a61fa
|
Bug 784519 - Part 1: Enforce State Transition Rules in SIPCC r=ehugg
|
2013-05-07 21:13:41 -05:00 |
|
Suhas Nandakumar
|
f064e8a50e
|
Bug 867273 - Force PR_LOG in production builds. r=ekr
|
2013-05-20 19:11:01 -07:00 |
|
Gian-Carlo Pascutto
|
79d7cbbff5
|
Bug 862808 - Local Video is upside down on Android when in portrait mode. r=jesup
|
2013-05-21 09:39:02 +02:00 |
|
Gian-Carlo Pascutto
|
00901a6a48
|
Bug 873812 - Don't attempt to open camera objects/probe capabilities more than once. r=jesup
|
2013-05-21 09:38:34 +02:00 |
|
Adam Roach [:abr]
|
5395bf6afe
|
Bug 874306 - Add PC identifier to ICE logging r=ekr
|
2013-05-21 11:34:09 +08:00 |
|
Ms2ger
|
6d4b3079a3
|
Bug 868778 - Part a: Move nsDOMDataChannel.h to nsDOMDataChannelDeclarations.h; r=jesup
--HG--
rename : content/base/src/nsDOMDataChannel.h => content/base/src/nsDOMDataChannelDeclarations.h
|
2013-05-20 09:10:59 +02:00 |
|
Jan-Ivar Bruaroey
|
724cdbf7ac
|
Bug 823512: Rewrite PeerConnection in JS-implemented WebIDL r=bz,jesup
|
2013-05-07 20:55:21 -04:00 |
|
Ehsan Akhgari
|
aa114592bd
|
Bug 873038 - Remove the old MSVC PGO exclusions across the tree; r=glandium
|
2013-05-16 11:16:30 -04:00 |
|
Daniel Holbert
|
afacbefe14
|
Bug 872709 - Reorder WebrtcVideoConduit init list to fix build warnings. r=gcp
|
2013-05-15 21:32:29 -04:00 |
|
Gian-Carlo Pascutto
|
9cc5fa74c8
|
Bug 863290 - Correctly detect failure to initialize Android capture objects. Fix crashers. r=jesup
|
2013-05-15 18:50:42 +02:00 |
|
Adam Roach [:abr]
|
bad7b8e8e2
|
Bug 872013 - Use more robust mkdtemp() rather than relying on PID r=ehugg,jesup
|
2013-05-15 00:32:45 -05:00 |
|
Randell Jesup
|
316afac159
|
Bug 864255: fix mediapipeline_unittests to match new assertion r=ekr
|
2013-05-13 01:03:30 -04:00 |
|
Randell Jesup
|
7a6ab0ec27
|
Bug 864255: Move more of PeerConnectionMedia shutdown to occur synchronously r=ekr
|
2013-05-12 22:16:40 -04:00 |
|
Randell Jesup
|
3a8cc9aa16
|
Bug 861280: use fake_N for uniqueId for video devices with no capability value we can use r=derf
|
2013-05-12 05:12:57 -04:00 |
|
Gian-Carlo Pascutto
|
796b700088
|
Backed out changeset 4b3a3f40730f (Bug 863290) for Android mochi-4 orange.
|
2013-05-08 10:01:14 +02:00 |
|
Gian-Carlo Pascutto
|
1d3b7048f5
|
Bug 863290 - Correctly detect failure to initialize Android capture objects. r=jesup
|
2013-05-08 07:39:03 +02:00 |
|
Phil Ringnalda
|
4a110f4861
|
Back out 6d5ff743bb6b:9b321cd729e5 (bug 784519) for mochitest failures
|
2013-05-07 21:12:06 -07:00 |
|
Adam Roach [:abr]
|
1890f56fff
|
Bug 864255: Crash in production builds if we can't shut down properly r=jesup
|
2013-05-07 21:13:42 -05:00 |
|
Adam Roach [:abr]
|
76959bb2a3
|
Bug 784519 - Part 2: Fix success callback event names r=jesup
|
2013-05-07 21:13:42 -05:00 |
|
Adam Roach [:abr]
|
48408173b0
|
Bug 784519 - Part 1: Enforce State Transition Rules in SIPCC r=ehugg
|
2013-05-07 21:13:41 -05:00 |
|
Ryan VanderMeulen
|
7e60bd00fa
|
Merge m-c to inbound.
|
2013-05-07 10:10:46 -04:00 |
|
Michael Wu
|
78451df40a
|
Bug 869206 - Make webrtc code build on gonk-JB, r=jesup
|
2013-05-04 11:00:35 -04:00 |
|
Randell Jesup
|
c06da35354
|
Bug 863865: Destroy() DataChannelConnection before releasing on errors in connecting Transport r=tuexen
|
2013-05-06 12:22:14 -04:00 |
|
Boris Zbarsky
|
3200d7e8dc
|
Bug 865969 part 4. Pass handles to WebIDL dictionary init. r=smaug,terrence
|
2013-05-03 19:29:08 -04:00 |
|
David Zbarsky
|
dd9b8a64b2
|
Bug 867459 - Fix webrtc rooting hazards r=terrence
|
2013-05-02 22:02:39 -04:00 |
|
Ryan VanderMeulen
|
3388355e9a
|
Merge m-c to birch.
|
2013-05-02 13:10:42 -04:00 |
|
Chiajung Hung
|
826bdabdb4
|
Bug 825110 - Part 2: WebRTC Media changes for B2G WebRTC video module. r=ekr
|
2013-05-02 08:00:05 -04:00 |
|
Gian-Carlo Pascutto
|
6447a8c8a1
|
Bug 866093 - Set Android Context Objects, use any-thread FindClass, compile AudioCapture classes. r=jesup f=blassey
|
2013-05-02 08:42:53 +02:00 |
|
Gian-Carlo Pascutto
|
3ef8828e21
|
Bug 866093 - Fix fallback paths for Android JNI Audio. r=jesup
|
2013-05-02 08:42:45 +02:00 |
|
Daniel Holbert
|
d47562e417
|
Bug 866358: Add missing #include to fix "implicit declaration" build warning. r=ehugg
|
2013-04-27 00:27:40 -07:00 |
|
Daniel Holbert
|
57149c23bc
|
Bug 866317: Remove unneeded line from ccsip_debug.c that just logs a blank line, since it triggers a build warning for empty format string. r=abr
|
2013-04-27 00:27:05 -07:00 |
|
Adam Roach [:abr]
|
f23210bd17
|
Bug 866120 - Propagate reason phrases mid-session r=jesup
|
2013-04-26 12:18:19 -05:00 |
|
Daniel Holbert
|
bdd1e368ee
|
Bug 865774 - Fix signed/unsigned comparison build warning in cpr_string.c by casting known-nonnegative signed value to size_t. r=jesup
|
2013-04-26 10:11:00 -04:00 |
|
Aryeh Gregor
|
659b807986
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Adam Roach [:abr]
|
1c8fbdc1f4
|
Bug 864255: Ensure main thread dispatch for Pipeline destruction succeeds r=jesup
|
2013-04-25 14:41:31 -05:00 |
|
Adam Roach [:abr]
|
992a961cea
|
Bug 864982 - Remove legacy err_msg/buginf/notice_msg logging r=jesup
|
2013-04-25 14:37:06 -05:00 |
|
Ms2ger
|
329042bd62
|
Bug 864727 - Followup: add missing change to MediaStreamList::WrapObject; r=bz on a CLOSED TREE
|
2013-04-25 18:54:37 +02:00 |
|
Boris Zbarsky
|
20ab2b6db5
|
Bug 862629 part 2. Remove the now-unused scope object bit in js-to-native conversions. r=peterv
|
2013-04-24 14:59:15 -04:00 |
|
Ethan Hugg
|
74b43a87d0
|
Bug 863833 - WebRTC - AddTrack only when AddStream successful r=abr
|
2013-04-19 14:56:16 -07:00 |
|
Daniel Holbert
|
4e9f3c9d49
|
Bug 864899: Remove unused static helper-function "Warn()" from PeerConnectionImpl.cpp, to fix build warning. r=jib
|
2013-04-23 17:00:10 -07:00 |
|
Randell Jesup
|
f583c30dbe
|
Bug 863929: Fix codec list loop exit calculation r=ehugg
|
2013-04-22 14:49:42 -04:00 |
|
David Zbarsky
|
d85e575f0b
|
Bug 857439 Part 4: Fix MediaStreamList wrapping r=bz
|
2013-04-19 04:49:21 -04:00 |
|
Chris Peterson
|
d5753f7257
|
Bug 862669 - Fix some warnings in SIPCC Android code. r=jesup
|
2013-04-16 22:15:15 -07:00 |
|
Gian-Carlo Pascutto
|
c0120a36d4
|
Bug 861637 - Add workaround for missing clone function. r=blassey
|
2013-04-16 15:47:41 +02:00 |
|
Gian-Carlo Pascutto
|
77768b8b13
|
Bug 861146 - Provide pthread_rwlock replacement for Android 2.2. r=jesup
|
2013-04-16 15:47:41 +02:00 |
|
Gian-Carlo Pascutto
|
d4e25c377c
|
Bug 815905 - Provide JNI as a fallback if OpenSLES opening fails. r=jesup
|
2013-04-16 15:47:41 +02:00 |
|
Gian-Carlo Pascutto
|
1af67671e9
|
Bug 815905 - Dynamically open OpenSLES libary if available. r=jesup
|
2013-04-16 15:47:41 +02:00 |
|
Boris Zbarsky
|
c72e933878
|
Bug 861064. Root WebIDL dictionary Init. r=smaug,terrence
|
2013-04-12 23:34:22 -04:00 |
|
Ethan Hugg
|
0855cfdc6a
|
Bug 855335 Patch 2 - Signaling fix warnings format-extra-args and format-security r=jesup
|
2013-04-11 14:42:39 -07:00 |
|
Vicamo Yang
|
2a9a732534
|
Bug 859779: fix i386 msg{ctl,snd,rcv,get} calls. r=jesup,dhylands
|
2013-04-12 23:41:05 +08:00 |
|
EKR
|
625caee26c
|
Bug 856848 - Fix thread crash r=ehugg
Bug 856848 - Fix thread crash r=ehugg,ekr
|
2013-04-01 12:34:36 -07:00 |
|
Gian-Carlo Pascutto
|
1e8b3726e4
|
Bug 823375 - Don't build or try to link NEON libs when the target doesn't support it. r=glandium
|
2013-04-12 12:00:29 +02:00 |
|
Randell Jesup
|
e67f1c5165
|
Bug 860920: remove moz.build files from deleted source directory media/webtrc/trunk/src r=gps
|
2013-04-11 22:45:54 -04:00 |
|
Ryan VanderMeulen
|
ce7f08851c
|
Backed out changeset f556245d6da1 (bug 856848) for build bustage on a CLOSED TREE.
|
2013-04-11 15:42:37 -04:00 |
|
EKR
|
e76c82d92e
|
Bug 856848 - Fix thread crash r=ehugg,ekr
|
2013-04-01 12:34:36 -07:00 |
|
Ethan Hugg
|
2c6777a8c5
|
Bug 855335 - Signaling - fix Wformat warnings in logging r=jesup
|
2013-04-10 11:17:30 -07:00 |
|
Adam Roach [:abr]
|
e7dd5d1501
|
Bug 860012 - Complete hooking up errors from gsm_sdp to PeerConnectionImpl r=ehugg
|
2013-04-10 12:45:01 -05:00 |
|
Randell Jesup
|
4fe69a2fea
|
Bug 855769: add pref to disable TURN if needed r=ekr
|
2013-03-30 21:52:19 -04:00 |
|
Jan-Ivar Bruaroey
|
c61492423d
|
Bug 855769: Wire up TURN support in RTCPeerConnection config r=jesup
|
2013-03-29 19:02:08 -04:00 |
|
Ethan Hugg
|
e3d1d75b2b
|
Bug 859303 - Signaling allow 63bit session ids r=jesup
|
2013-04-09 08:21:01 -07:00 |
|
Ethan Hugg
|
682474714f
|
Bug 856423 Signaling - check return codes from vcmCreateRemoteStream r=jesup
|
2013-04-08 10:33:30 -07:00 |
|
Gian-Carlo Pascutto
|
75623fe5a8
|
Bug 858176 - Free global reference before detaching the JVM. r=blassey
|
2013-04-09 18:22:45 +02:00 |
|
Robert O'Callahan
|
bf172e9090
|
Bug 854094. Assign the principal of the receiving page to remote MediaStreams. r=jesup
--HG--
extra : rebase_source : 2e13003dd1fd06315ad370ba3b3a86838b8f1dd0
|
2013-04-10 00:30:29 +12:00 |
|
Ethan Hugg
|
c75afa6279
|
Bug 845362 - Signaling - Remove max calls per line r=abr
|
2013-04-02 13:18:40 -07:00 |
|
Jan-Ivar Bruaroey
|
1d5c79a5c3
|
Bug 855498: Async onEvent to PC on main + safe-join of SyncRunnable-using SIPCC threads. r=jesup
|
2013-04-06 09:46:44 -04:00 |
|
Gian-Carlo Pascutto
|
c8493af6f4
|
Bug 840244 - Calculate camera and device rotation, rotate video to compensate. r=blassey
|
2013-02-22 11:12:25 +01:00 |
|
Gian-Carlo Pascutto
|
a9b86c9957
|
Bug 835973 - Update alder code for mozilla-central changes in getMainHandler. r=blassey
|
2013-04-04 13:48:02 +02:00 |
|
Dan Mosedale
|
4d6f3711d1
|
Bug 839907 - Fix Android getUserMedia video by giving it a dummy surface. Compile Java classes. r=glandium.
|
2013-02-10 11:30:26 -08:00 |
|
Dan Mosedale
|
6b55806de6
|
Bug 835973 - Fix Java capture build bustage by commenting out ref to unused Java rendering code. r=blassey
|
2013-02-09 16:18:06 -08:00 |
|
Dan Mosedale
|
fb86c1c584
|
Bug 839841 - Load Android classes needed by getUserMedia reliably. r=blassey
|
2013-02-10 10:42:44 -08:00 |
|
Dan Mosedale
|
426c04e030
|
Bug 830942 - Make VideoEngine attach to JVM on Android to support getUserMedia video capture. r=blassey
|
2013-02-09 14:20:03 -08:00 |
|
Ehsan Akhgari
|
124e2f7dca
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2013-04-02 20:59:27 -04:00 |
|
Charith Tangirala
|
4b90b8f4ad
|
Bug 853590 Remove unused mutex impl from CPR r=jesup
|
2013-04-01 17:35:28 -05:00 |
|
Randell Jesup
|
4e7aa22f55
|
Bug 856644: Make signaling_unittests understand the changes in datachannel negotiation r=ekr
|
2013-04-01 18:16:03 -04:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Randell Jesup
|
0befe359d2
|
Bug 856434: Bug 837035 didn't create the TransportFlow for DataChannels. Passes the m-line index of the flow r=ehugg
|
2013-03-31 21:09:27 -04:00 |
|
Randell Jesup
|
2b4898a817
|
Bug 856319: hook up createDataChannel-before-createOffer to SDP generation from bug 837035 r=ehugg
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
98fdf66669
|
Bug 855623: Set even/odd streams via DTLS role, change Connect threading, defer connect until DTLS is connected r=ekr
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
0f2e621c7a
|
Bug 855623: Queue createDataChannel() calls made before onconnection and process later r=tuexen,ehugg
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
de49dbfcc1
|
Bug 855623: Add 'protocol' field, and support external negotiation r=tuexen,ehugg
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
4d56f21e68
|
Bug 855623: Update DataChannel protocol to be declarative vs 3-way handshake (per IETF) r=tuexen,ehugg
|
2013-03-31 21:09:25 -04:00 |
|
Suhas Nandakumar
|
7eabfa6918
|
Bug 845357 - Patch to order writes/reads of CCApp state between threads r=jesup,ehugg
|
2013-03-30 08:54:36 -07:00 |
|
Ethan Hugg
|
445d8b58b9
|
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup,r=ehugg
|
2013-02-28 13:17:42 -08:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Adam Roach [:abr]
|
c0f974105f
|
Bug 834270 - Fix PeerConnection error callbacks to return code/reason phrase r=ekr,jsmith
|
2013-03-29 15:30:16 -05:00 |
|
Ethan Hugg
|
beea5eb77e
|
Bug 855796 - vcmOnSdpParseError should be dispatched to main thread r=abr
|
2013-03-29 13:11:19 -07:00 |
|
Ryan VanderMeulen
|
63c43c7a24
|
Backed out changeset af6a5d1a3097 (bug 837035) for reanimating the most annoying leak of recent memory on a CLOSED TREE. r=YUNOLETITDIE?
|
2013-03-29 15:58:50 -04:00 |
|
Ethan Hugg
|
c99904185a
|
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup
|
2013-02-28 13:17:42 -08:00 |
|
Randell Jesup
|
53e525588d
|
Bug 855595: Add Listener as well as track for unittests. Also clean up warnings r=ekr
|
2013-03-28 22:28:49 -04:00 |
|
Adam Roach [:abr]
|
f4e85a874a
|
Bug 853998 - Convert sync dispatches from SIPCC threads to use SyncRunnable r=jesup
|
2013-03-27 21:43:44 -05:00 |
|
Adam Roach [:abr]
|
33de650cc5
|
Bug 853858: Additional instrumentation for on-hook event r=ehugg
|
2013-03-27 13:00:56 -05:00 |
|
Randell Jesup
|
70513d7523
|
Bug 839650: proxy AddTrack() to MSG thread via a custom command so we can get access to the current stream time r=ekr
|
2013-03-27 01:01:23 -04:00 |
|
EKR
|
5d7ef9dce4
|
Bug 844493. Remove NS_DISPATCH_SYNC from main thread. r=derf,abr
|
2013-03-03 23:10:30 -08:00 |
|
Adam Roach [:abr]
|
4b9ba990c3
|
Bug 842716: Include UA version number in SDP o= line
Bug 842716: Include UA version number in SDP o= line r=derf
|
2013-02-19 15:58:19 -05:00 |
|
Matthew Gregan
|
c7c49a4e9a
|
Bug 852401 - Remove sydneyaudio. r=doublec
--HG--
rename : media/libsydneyaudio/src/gonk/AudioSystem.h => dom/system/gonk/android_audio/AudioSystem.h
rename : media/libsydneyaudio/src/gonk/AudioTrack.h => dom/system/gonk/android_audio/AudioTrack.h
rename : media/libsydneyaudio/src/gonk/EffectApi.h => dom/system/gonk/android_audio/EffectApi.h
rename : media/libsydneyaudio/src/gonk/IAudioFlinger.h => dom/system/gonk/android_audio/IAudioFlinger.h
rename : media/libsydneyaudio/src/gonk/IAudioFlingerClient.h => dom/system/gonk/android_audio/IAudioFlingerClient.h
rename : media/libsydneyaudio/src/gonk/IAudioRecord.h => dom/system/gonk/android_audio/IAudioRecord.h
rename : media/libsydneyaudio/src/gonk/IAudioTrack.h => dom/system/gonk/android_audio/IAudioTrack.h
rename : media/libsydneyaudio/src/gonk/IEffect.h => dom/system/gonk/android_audio/IEffect.h
rename : media/libsydneyaudio/src/gonk/IEffectClient.h => dom/system/gonk/android_audio/IEffectClient.h
|
2013-03-19 17:12:36 +13:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Steven Lee
|
292d5cf0b5
|
Bug 818843 - Part 3: Do not build test cases. r=ted
|
2013-03-19 16:02:44 -04:00 |
|