David Zbarsky
32bb72fba4
Bug 857439 Part 4: Fix MediaStreamList wrapping r=bz
2013-04-19 04:49:21 -04:00
Chris Peterson
506926c100
Bug 862669 - Fix some warnings in SIPCC Android code. r=jesup
2013-04-16 22:15:15 -07:00
Boris Zbarsky
b261dcddc5
Bug 861064. Root WebIDL dictionary Init. r=smaug,terrence
2013-04-12 23:34:22 -04:00
Ethan Hugg
ec6d7ab6bd
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
ad08944f88
Bug 859779: fix i386 msg{ctl,snd,rcv,get} calls. r=jesup,dhylands
2013-04-12 23:41:05 +08:00
EKR
266f6535f8
Bug 856848 - Fix thread crash r=ehugg
...
Bug 856848 - Fix thread crash r=ehugg,ekr
2013-04-01 12:34:36 -07:00
Ryan VanderMeulen
59c03675bb
Backed out changeset f556245d6da1 (bug 856848) for build bustage on a CLOSED TREE.
2013-04-11 15:42:37 -04:00
EKR
046c5d0db8
Bug 856848 - Fix thread crash r=ehugg,ekr
2013-04-01 12:34:36 -07:00
Ethan Hugg
5645424d68
Bug 855335 - Signaling - fix Wformat warnings in logging r=jesup
2013-04-10 11:17:30 -07:00
Adam Roach [:abr]
8b269e0c3a
Bug 860012 - Complete hooking up errors from gsm_sdp to PeerConnectionImpl r=ehugg
2013-04-10 12:45:01 -05:00
Randell Jesup
f7093cd07f
Bug 855769: add pref to disable TURN if needed r=ekr
2013-03-30 21:52:19 -04:00
Jan-Ivar Bruaroey
0466eb531d
Bug 855769: Wire up TURN support in RTCPeerConnection config r=jesup
2013-03-29 19:02:08 -04:00
Ethan Hugg
26729de0ea
Bug 859303 - Signaling allow 63bit session ids r=jesup
2013-04-09 08:21:01 -07:00
Ethan Hugg
631ba93468
Bug 856423 Signaling - check return codes from vcmCreateRemoteStream r=jesup
2013-04-08 10:33:30 -07:00
Robert O'Callahan
d0d74e5162
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
e419000bdd
Bug 845362 - Signaling - Remove max calls per line r=abr
2013-04-02 13:18:40 -07:00
Jan-Ivar Bruaroey
a51c35ce0c
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
Ehsan Akhgari
3e4289068c
Bug 579517 follow-up: Remove NSPR types that crept in
2013-04-02 20:59:27 -04:00
Charith Tangirala
aad0dfd1fb
Bug 853590 Remove unused mutex impl from CPR r=jesup
2013-04-01 17:35:28 -05:00
Randell Jesup
bf78c68819
Bug 856644: Make signaling_unittests understand the changes in datachannel negotiation r=ekr
2013-04-01 18:16:03 -04:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Randell Jesup
45628691c5
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
3cec5ae942
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
e47aedf513
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
8f6d00dedd
Bug 855623: Queue createDataChannel() calls made before onconnection and process later r=tuexen,ehugg
2013-03-31 21:09:26 -04:00
Randell Jesup
8472648180
Bug 855623: Add 'protocol' field, and support external negotiation r=tuexen,ehugg
2013-03-31 21:09:26 -04:00
Randell Jesup
a401fa74bc
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
ec8daa4925
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
cf0f34871f
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup,r=ehugg
2013-02-28 13:17:42 -08:00
Kyle Machulis
43628a7867
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
334c0800cf
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]
c739458274
Bug 834270 - Fix PeerConnection error callbacks to return code/reason phrase r=ekr,jsmith
2013-03-29 15:30:16 -05:00
Ethan Hugg
1308f76652
Bug 855796 - vcmOnSdpParseError should be dispatched to main thread r=abr
2013-03-29 13:11:19 -07:00
Ryan VanderMeulen
48f475a655
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
8d5867d116
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup
2013-02-28 13:17:42 -08:00
Randell Jesup
30b1021382
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]
9eaf052960
Bug 853998 - Convert sync dispatches from SIPCC threads to use SyncRunnable r=jesup
2013-03-27 21:43:44 -05:00
Adam Roach [:abr]
e86f5cee01
Bug 853858: Additional instrumentation for on-hook event r=ehugg
2013-03-27 13:00:56 -05:00
Randell Jesup
c8ed26cbac
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
71019da9d6
Bug 844493. Remove NS_DISPATCH_SYNC from main thread. r=derf,abr
2013-03-03 23:10:30 -08:00
Adam Roach [:abr]
07c9fc65f0
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
92db67a1a7
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
7ecea60097
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Steven Lee
2750d15203
Bug 818843 - Part 3: Do not build test cases. r=ted
2013-03-19 16:02:44 -04:00
Steven Lee
5a1d8c2297
Bug 818843 - Part 2: gyp modifications and add some system call wrappers for B2G. r=ted, r=ethanhugg, r=jesup
2013-03-19 16:02:44 -04:00
Ethan Hugg
53f76a2172
Bug 805533 Patch 2 - Pass SDP parsing errors up to PeerConnection r=jesup
2012-11-15 10:38:27 -08:00
Ms2ger
4f5fca99bc
Bug 845374 - Part l: Stop including nsIDocument.h in nsContentUtils.h and fix two nits; r=khuey
2013-03-17 08:55:15 +01:00
Ethan Hugg
89180117cc
Bug 845372 - remove some debug stats from Signaling code r=jesup
2013-03-12 16:09:07 -07:00
Ethan Hugg
b4ad96d47b
Bug 849888 - Signaling - Enforce minimum buffer size in sub_send_msg r=jesup
2013-03-11 17:24:39 -07:00
Jan-Ivar Bruaroey
bcec5e774e
Bug 837919 - RTCPeerConnection constructor supports FQDN STUN servers. r=ekr
2013-03-08 15:11:17 -05:00
Ryan VanderMeulen
172229c2bb
Backed out changeset 893cf3614356 (bug 837919) for crashtest & mochitest orange.
2013-03-08 11:41:27 -05:00
Jan-Ivar Bruaroey
8a1cecde61
Bug 837919 - RTCPeerConnection constructor supports FQDN STUN servers. r=ekr
2013-03-07 16:14:01 -05:00
Adam Roach [:abr]
bac75e148c
Bug 839677 - Remove problematic gsm_msg_queue and use gsm_msgq instead
2013-03-06 08:04:25 -06:00
Ryan VanderMeulen
0be8fda9a0
Backed out changeset f7acf064582d (bug 839677) to see if it resolves the Win PGO mochitest-2 crashes.
2013-03-07 19:28:25 -05:00
Ryan VanderMeulen
e3fda786ca
Backed out changeset 789a60e48ee2 (bug 837035) to see if it resolves the Win PGO mochitest-2 crashes.
2013-03-07 19:25:35 -05:00
Adam Roach [:abr]
162c08396d
Bug 848173 - Add filenames, fix module names, and turn on fsm_sm debugging r=ehugg
2013-03-07 17:26:28 -06:00
Adam Roach [:abr]
10719559ea
Bug 848423 - Change nearly all WebRTC instances of linked_ptr<> to nsRefPtr<> r=ehugg
2013-03-06 12:40:48 -06:00
Ryan VanderMeulen
d033fa3b20
Backed out changeset ad01bb8a6742 (bug 848423) for Windows PGO mochitest-2 crashes.
2013-03-07 16:47:07 -05:00
Adam Roach [:abr]
1505666b0a
Bug 848423 - Change nearly all WebRTC instances of linked_ptr<> to nsRefPtr<> r=ehugg
2013-03-06 12:40:48 -06:00
Phil Ringnalda
07db62cb46
Back out fe7fa32e9423 (bug 848423) for Windows build bustage
...
CLOSED TREE
2013-03-06 15:26:43 -08:00
Adam Roach [:abr]
09944b45c2
Bug 848423 - Change nearly all WebRTC instances of linked_ptr<> to nsRefPtr<> r=ehugg
2013-03-06 16:34:01 -06:00
Ethan Hugg
0515f6917d
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup
2013-02-28 13:17:42 -08:00
Adam Roach [:abr]
aef8062fcb
Bug 839677 - Remove problematic gsm_msg_queue and use gsm_msgq instead
2013-03-06 08:04:25 -06:00
Adam Roach [:abr]
1ce6fd9857
Bug 846942 - Add thread names to log messages
2013-03-05 17:23:26 -06:00
Adam Roach [:abr]
a6c126abb5
Bug 845523 - Move condition signaling into PeerConnectionCtx init r=ehugg
2013-03-02 13:01:14 -06:00
Ms2ger
8fedd090cc
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Gregory Szorc
0c8ee65118
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Chris Peterson
3e4be3075b
Bug 845712 - threadPtr->name will be uninitialized if cprCreateThread()'s name parameter is NULL. r=jesup
2013-02-26 23:40:06 -08:00
Chris Peterson
1c05621e09
Bug 845712 - Remove unnecessary void* casts because Darwin's pthread_t is a pointer. r=jesup
2013-02-26 23:00:33 -08:00
Gregory Szorc
45faa95b04
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
2fa6d9d925
Bug 784841 - Part 18u: Convert /media; r=glandium
2013-02-25 12:47:22 -08:00
Adam Roach [:abr]
a1bece2060
Bug 841566 - Turn on testserver logging for WebRTC-related systems r=jesup,ted.mielczarek
2013-02-22 14:53:56 -06:00
Adam Roach [:abr]
45e065993f
Bug 843595 - Null checks on pair dtor r=ekr
2013-02-25 11:12:33 -06:00
Ethan Hugg
fd14ea5b8e
Bug 844929: Accept numeric parameters > UINT_MAX in SDP o-lines
2013-02-25 10:22:10 -08:00
Adam Roach [:abr]
574cf40db6
Bug 837523 - Additional checks for unsupported app behavior r=ehugg
2013-02-26 08:26:29 -06:00
Adam Roach [:abr]
925ff3c213
Bug 839647 - Synchronize CCApp thread start-up r=ehugg
2013-02-22 10:08:47 -06:00
Ethan Hugg
6db1265f0c
Bug 841899 - Remove stream-based logging from Signaling code r=jesup
2013-02-20 14:08:23 -08:00
Ethan Hugg
ea7e486f59
Bug 841641 - Set FORCE_PR_LOG in CSFLog r=jesup
2013-02-15 14:35:50 -08:00
Ethan Hugg
8b39436934
Bug 842415 - Signaling code - replace PR_Lock calls with MutexAutoLock r=jesup
2013-02-19 09:38:41 -08:00
Ethan Hugg
56076a30c8
Bug 842332 Fix 842332 Fix missing unlock in PeerConnectionMedia r=jesup
2013-02-18 14:58:37 -08:00
Jan-Ivar Bruaroey
ff4a56c545
Bug 835712 - Use more webidl for safer JS traversal. r=bz, r=jesup
2013-02-13 14:26:30 -05:00
Jan-Ivar Bruaroey
92a410c896
Bug 835370 - Optional offer/answer constraints work + unsupported mandatory ones fail. r=bz, r=jesup
2013-02-14 02:08:56 -05:00
Adam Roach [:abr]
95b6fc9b85
Bug 841457 - Convert stream logging to non-stream when stream operators are not used r=ehugg
2013-02-15 09:24:51 -06:00
Robert O'Callahan
2c25988734
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
...
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 483fca748444db20ed0d35cb586485f277e1808c
2013-02-15 21:04:11 +13:00
Robert O'Callahan
a019386f6d
Bug 837034. Part 1: Rename nsDOM(Local)MediaStream to DOM(Local)MediaStream and put them in the mozilla namespace. r=jesup
...
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 6fd3f71779b4ecb9d3b053b6cd844c2ff0c25f80
2013-02-15 21:01:58 +13:00
Adam Roach [:abr]
49e9512f45
Bug 840344: Disable renegotiation signaling_unittests r=ekr
2013-02-14 10:04:34 -06:00
Adam Roach [:abr]
13614479ee
Bug 840344: Prevent multiple creations of local SDP r=ekr,jsmith
2013-02-14 10:04:09 -06:00
Randell Jesup
81e670e530
Bug 833217: Null out listener if we're no longer listening for DataChannel events r=abr
2013-02-12 16:32:43 -05:00
EKR
11e237674a
Bug 838169. Fix NrIceCtx cleanup. r=abr
2013-02-10 21:18:24 -08:00
Matthew Gregan
ecd6a178ef
Bug 752401 - Drain timing and error handling fixes for PulseAudio cubeb backend. r=doublec,jesup
2013-02-04 17:58:29 +13:00
Adam Roach [:abr]
2f480bdddb
Bug 836349: Remove ICE state check from get*Description r=ekr
2013-02-09 17:19:21 -05:00
Randell Jesup
599824edae
Bug 830247: small changes resulting from Try build r=ted rs=me
2013-02-09 23:16:10 -05:00
Randell Jesup
ce91d6b4b2
Bug 818618: adjust default opus frequency to 48000 in SDP r=derf
2013-02-09 23:16:10 -05:00
Randell Jesup
338e5db435
Bug 830247: rollup of changes to media/webrtc/trunk, and backouts of some temp patches r=ted,derf
...
--HG--
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/BaseFilter.cpp => media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseFilter.cpp
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/BaseFilter.h => media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseFilter.h
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/BaseInputPin.cpp => media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseInputPin.cpp
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/BaseInputPin.h => media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseInputPin.h
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/BasePin.cpp => media/webrtc/trunk/webrtc/modules/video_capture/windows/BasePin.cpp
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/BasePin.h => media/webrtc/trunk/webrtc/modules/video_capture/windows/BasePin.h
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/DShowTools.h => media/webrtc/trunk/webrtc/modules/video_capture/windows/DShowTools.h
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/MediaType.cpp => media/webrtc/trunk/webrtc/modules/video_capture/windows/MediaType.cpp
rename : media/webrtc/trunk/webrtc/modules/video_capture/main/source/Windows/MediaType.h => media/webrtc/trunk/webrtc/modules/video_capture/windows/MediaType.h
2013-02-09 23:16:10 -05:00
Randell Jesup
f45e5cef41
Bug 837037: don't pass the NrIceCtx to IceGathering runnables r=ekr
2013-02-09 11:10:31 -05:00
Ethan Hugg
7474c3ea4d
Bug 806828 Signaling - copy selectively from g_media_table on init r=jesup
2013-02-04 14:33:35 -08:00
Ethan Hugg
782612d9df
Bug 837324 - Fix ui_ice_candidate_add call when dcb is NULL r=ekr
2013-02-05 11:24:59 -08:00
Alexandros Chronopoulos
6556e8e870
Bug 821066 - Remove dead remotedesc/localdesc messages and events from sipcc. r=abr
2013-02-04 16:18:26 -05:00
Randell Jesup
39786b0d47
Bug 837421: Webrtc: Ignore second call to ConnectDataConnection r=derf
2013-02-03 00:29:04 -05:00
Ehsan Akhgari
6e1c0719df
Merge mozilla-central into mozilla-inbound
2013-02-02 13:53:46 -05:00
Randell Jesup
7c163ea485
Bug 788185: add a/v sync to Audio/Video Conduits r=derf
2013-02-02 08:46:54 -05:00
Adam Roach [:abr]
f8ab8f1ffe
Bug 823056: Move locks to protect linked_ptr<> instances r=ehugg
2013-02-01 16:19:24 -06:00
Robert O'Callahan
4e5c2a4b8a
Bug 830707. Part 3: Don't constrain AudioSegment to a fixed number of channels. r=jesup
...
--HG--
extra : rebase_source : feacede00821b6673ce04c886a9c3727a4989404
2013-01-21 09:44:44 +13:00
Adam Roach [:abr]
a681906644
Bug 834383: Ensure PeerConnectionImpl destructor doesn't use globals after they're gone r=jesup,bsmith
2013-01-30 15:31:22 -06:00
Andrew Miller
a3d39b9bfa
Bug 834100 - Null deref if you call addIceCandidate on an RTCPeerConnection before setting localDesc [@ fsmdef_ev_addcandidate]. r=abr
2013-01-31 15:43:03 -05:00
Ryan VanderMeulen
c66b40cd52
Backed out changeset 70872c020944 (bug 834383) speculatively to see if it fixes the random timeouts in test_peerConnection_basicAudio.html and friends.
...
CLOSED TREE
2013-01-31 20:24:18 -05:00
Ryan VanderMeulen
373b364c09
Backed out changeset b1e8d7154488 (bug 834100) for Fedora64 M3 orange.
2013-01-31 17:14:13 -05:00
Andrew Miller
f58619e166
Bug 834100 - Null deref if you call addIceCandidate on an RTCPeerConnection before setting localDesc [@ fsmdef_ev_addcandidate]. r=abr
2013-01-31 15:43:03 -05:00
Adam Roach [:abr]
1ce94cf955
Bug 834383: Ensure PeerConnectionImpl destructor doesn't use globals after they're gone r=jesup,bsmith
2013-01-30 15:31:22 -06:00
Randell Jesup
500fe870eb
Bug 818670: Ensure PipelineListener doesn't release conduit off main thread r=derf
2013-01-30 21:26:45 -05:00
Randell Jesup
a072473354
Bug 818670: merge AudioConduits to allow AEC to work r=ekr
2013-01-29 11:57:44 -05:00
Randell Jesup
83c2fd91ec
Bug 818670: Enable AEC in PeerConnection, AGC/NoiseSuppression in gUM (w/bustage fix) r=derf
2013-01-29 11:55:09 -05:00
Daniel Holbert
dff32419e8
Bug 812278 followup: Remove a few more unnecessary semicolons after MOZ_MTLOG_MODULE(), for consistency. (no review)
2013-01-30 13:13:36 -08:00
Ed Morley
58ea6b383c
Backout 40f09f7bc670 & fc262e3c635f (bug 818670) for frequent fedora64 mochitest-3 leaks on a CLOSED TREE
2013-01-30 10:32:11 +00:00
Daniel Holbert
929d986e52
Bug 834768: Fix signed/unsigned comparison build warnings in signaling_unittests.cpp. r=jesup
2013-01-29 20:03:42 -08:00
Randell Jesup
505ded4fda
Bug 818670: merge AudioConduits to allow AEC to work r=ekr
2013-01-29 11:57:44 -05:00
Randell Jesup
5bfe28ca5c
Bug 818670: Enable AEC in PeerConnection, AGC/NoiseSuppression in gUM (w/bustage fix) r=derf
2013-01-29 11:55:09 -05:00
Ed Morley
367cd59d9d
Backout df75a87cce60 & 19e164f7d88d (bug 818670) for build bustage on a CLOSED TREE
2013-01-29 17:28:30 +00:00
Randell Jesup
38a431722d
Bug 818670: merge AudioConduits to allow AEC to work r=ekr
2013-01-29 11:57:44 -05:00
Randell Jesup
abaf7857dc
Bug 818670: Enable AEC in PeerConnection, AGC/NoiseSuppression in gUM r=derf
2013-01-29 11:55:09 -05:00
Boris Zbarsky
c6638a677b
Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv
2013-01-28 23:30:17 -05:00
Phil Ringnalda
426c47cdf0
Back out c5238879470f and b3cabb259af7 (bug 830099) for bustage
2013-01-28 22:36:59 -08:00
Boris Zbarsky
719c7bf030
Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv
2013-01-28 23:30:17 -05:00
Ethan Hugg
aba52e62fb
Bug 835290 MediaPipeline - replace attempted += of ints with PR_snprintfs r=jesup
2013-01-28 12:26:32 -08:00
EKR
6e6d470f56
Bug 816780 - Merge all incoming m-lines into one MediaStream. r=jesup,abr
2013-01-24 08:34:18 -08:00
Justin Lebar
00a0bba88a
Backed out changeset 9b803c2821b9 (bug 818843) due to B2G device build breakage on Mac. rs=jesup
...
--HG--
extra : rebase_source : 981d5e9504c69eb76112fca35fd0a36110593659
2013-01-25 17:14:05 -05:00
Jan-Ivar Bruaroey
0995673625
Bug 834463: Corrected RTCConfiguration format. r=jst
2013-01-24 17:58:29 -05:00
Jan-Ivar Bruaroey
4da08a17f1
Bug 825703: Stun configuration from JS for PeerConnections (IP only) r=bz,jesup
2013-01-23 14:21:25 -05:00
EKR
a9a1f3a5ed
Bug 786236: Per-context configurable STUN servers. r=abr
2013-01-05 11:40:34 -08:00
Randell Jesup
7bec764b3a
Bug 832683: Match SRTP policy values to enable NACK mode in webrtc r=ekr
2013-01-23 16:41:35 -05:00
Steven Lee
28db8f365c
Bug 818843 - Media changes. r=rjesup
2013-01-23 18:08:16 -05:00
Ethan Hugg
932560ee43
Bug 806825 - Fix possible data race of PeerConnectionCtx::mSipccState r=jesup
2013-01-22 11:25:04 -08:00
EKR
9bf70cc915
Bug 829757 - Clean up a=candidate stripping. r=abr
2013-01-19 15:18:28 -08:00
Randell Jesup
ca3161f4d1
Bug 832567: Adjust minimum default bitrate to 200Kbps until we support lower resolutions rs=me
2013-01-21 03:49:57 -05:00
Randell Jesup
d8bbecd100
Bug 832567: transmitting-only channels weren't accepting RTCP; turn off NACK mode and block bad outgoing RTCP from transmit-only channels r=ekr
2013-01-21 03:49:55 -05:00
EKR
615b59944e
Bug 831764. Reverse DTLS client/server selection to more closely match RFC 5763. r=jesup
2013-01-17 07:54:53 -08:00
EKR
ddea6fdd5f
Bug 829624 - Always use 80-bit MAC with SRTCP. r=jesup
2013-01-18 13:03:17 -08:00
Randell Jesup
e940f1fcfd
Bug 831831: Don't ignore incoming RTCP; don't make webrtc code think no bytes were sent r=ekr
2013-01-18 10:45:53 -05:00
Adam Roach [:abr]
c26dd6c6e1
Bug 824919: Weaken key references to PeerConnection and friends r=jesup,smaug,ekr
2013-01-17 17:11:14 -06:00
EKR
ccd851b350
Strip a= from trickle ICE candidates
...
Bug 829757 - Accept a=candidate ICE candidates (for now). r=ehugg
2013-01-17 09:18:06 -08:00
Adam Roach [:abr]
d1649a65c9
Bug 829461: Check for NULL media stream r=ehugg
2013-01-17 15:32:16 -06:00
Randell Jesup
51ac10a00c
Bug 826807: Clean up JSAPI error handling in PeerConnection constraints r=bz
2013-01-17 16:23:44 -05:00
Randell Jesup
3aa82fb6d0
Bug 837161: don't assert mainthread in AudioConduit create/init/destroy if in a unittest r=ehugg
2013-02-01 13:28:38 -05:00
Ethan Hugg
b93e607197
Bug 822197 Handle creation of more PeerConnections than MAX_LINES r=jesup
2013-01-15 13:11:47 -08:00
Ryan VanderMeulen
e1e12091ba
Backed out changeset cebb008a72f9 (bug 824919) for mochitest b-c orange.
...
CLOSED TREE
2013-01-14 22:01:12 -05:00
Adam Roach [:abr]
f6c5f21152
Bug 824919: Weaken key references to PeerConnection and friends,r=jesup,smaug,ekr
2013-01-14 17:00:20 -06:00
Adam Roach [:abr]
a243ffc4dc
Bug 829761: Remove inactive check for sdpmode if port != 0, r=ekr
2013-01-14 16:38:38 -06:00
EKR
143985920e
Bug 828027 - Lower-case digest algorithm names r=ehugg
2013-01-14 09:10:38 -08:00
Chris Peterson
61b4d90206
Bug 829344 - Part 3: Fix gcc -Wlogical-op warnings in SIP code. r=jesup
2013-01-10 15:19:26 -08:00
Robert O'Callahan
cf8fbf13e1
Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup
...
--HG--
extra : rebase_source : 0aa26e1c3181d9fe5158520d4b33248bae0fa5d0
2012-11-22 18:04:27 +13:00