c94abd313eUse clang-format -style=chromium to correct the format in webrtc/modules/interface/module_common_types.h
xians@webrtc.org
2013-10-25 18:15:09 +00:00
e4e5683b41Clean up tsan suppression file: 1) remove suppressions that are already fixed. 2) merge duplicated suppressions.
wu@webrtc.org
2013-10-25 16:29:33 +00:00
0729460acbAdded a "interleaved_" flag to webrtc::AudioFrame.
xians@webrtc.org
2013-10-25 12:50:46 +00:00
442c5e47cdUpdate adapter.js to use TURN transport parameters for FF version 27 & above.
vikasmarwaha@webrtc.org
2013-10-24 20:31:57 +00:00
d674a566d3Update dc1 demo as it was using invalid data Constraint (Reliable:true) for SCTP. The constraint Reliable is not supported by Standard and ignored in our implementation. See issue 2511.
vikasmarwaha@webrtc.org
2013-10-24 19:38:47 +00:00
b3731da68fPrefix MOVE_ONLY_TYPE_FOR_CPP_03 with WEBRTC_.
andrew@webrtc.org
2013-10-24 15:16:53 +00:00
b56d0e383eChange the low-bitrate handling in BitrateControllerImpl
henrik.lundin@webrtc.org
2013-10-24 09:24:06 +00:00
37bb4974e7Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrome://webrtc-internals.
fischman@webrtc.org
2013-10-23 23:59:45 +00:00
d371a29227Fix tsan failures for libjingle_unittest. 1) Change AsyncSocket's SignalReadEvent and SignalWriteEvent's thread mode to multi_threaded_local as they can be accessed from different threads. 2) Protect NATServer::TransEntry::whitelist. 3) Protect PhysicalSocket:error_.
wu@webrtc.org
2013-10-23 23:56:09 +00:00
d1bcf1180aCheck if WARN_UNUSED_RESULT and COMPILE_ASSERT are defined.
andrew@webrtc.org
2013-10-23 19:11:32 +00:00
22858d4785Add an extended filter option to audioproc.
andrew@webrtc.org
2013-10-23 14:07:17 +00:00
042e91c2b2Fix for incorrect RTT estimation. A too low RTT value could be estimated.
asapersson@webrtc.org
2013-10-23 13:58:31 +00:00
ba975e2078Porting auto mute to new ViE API
henrik.lundin@webrtc.org
2013-10-23 11:04:57 +00:00
886aef09a8Fixing broken tests in voe_auto_test extended
tina.legrand@webrtc.org
2013-10-23 10:39:56 +00:00
8804a29951Add CriticalSection to fakeaudiocapturemodule to protect the variables which will be accessed from process_thread_ and the main thread.
wu@webrtc.org
2013-10-22 23:09:20 +00:00
4d7116be7aFix tsan failures on filevideocapturer.cc. 1) init start_time_ns_ before the file_read_thread_ is started to avoid data racing as the start_time_ns_ will also be read by the file_read_thread_. 2) add CriticalSection to protect |finished_| that is accessed by FileReadThread and the main thread
wu@webrtc.org
2013-10-22 18:41:17 +00:00
90d8719fd7Radix should be specified when calling ParseInt function in adapter.js. Refer to issue 2490.
vikasmarwaha@webrtc.org
2013-10-22 18:02:41 +00:00
943e3b95a6Add CurrentLayerId() to temporal layers.
marpan@webrtc.org
2013-10-22 01:55:07 +00:00
50bc553852Reenable DTLS renegotiation unittest in libjingle.
mallinath@webrtc.org
2013-10-21 17:58:35 +00:00
9c735c4e25Updated WebRTC version to 3.45
elham@webrtc.org
2013-10-21 16:34:50 +00:00
8215106371Framework for testing bandwidth estimation.
solenberg@webrtc.org
2013-10-21 14:23:26 +00:00
29dd0de5b3Changing the bitrate clamping in BitrateControllerImpl
henrik.lundin@webrtc.org
2013-10-21 14:00:01 +00:00
0d19ed9a06AutoMute: Adding channel_id parameter to callback.
henrik.lundin@webrtc.org
2013-10-21 12:37:13 +00:00
fe1ef935e7Implement I420FrameCallbacks in Call.
pbos@webrtc.org
2013-10-21 10:34:43 +00:00
e05362916cMake sure the first frame isn't dropped.
pbos@webrtc.org
2013-10-21 09:02:30 +00:00
eb61a851d5Move audio_e2e_harness into include_tests==1 condition.
kjellander@webrtc.org
2013-10-21 08:40:56 +00:00
88a310886eAdd audio_e2e_test target to tools.gyp
kjellander@webrtc.org
2013-10-19 18:10:04 +00:00
fb648da2b9Protect _transportPtr, which can be accessed by different threads in the case of external transport. This change avoid the potential use-after-free, e.g. the case in the reported bug.
wu@webrtc.org
2013-10-18 21:10:51 +00:00
3c5d2b43ecThread::Stop() must be called before any subclass's destructor completes. Update Thread documentation, fix all subclasses that had a problem.
wu@webrtc.org
2013-10-18 16:27:26 +00:00
3e00505e9aHave padding decay to zero if no frames are being captured.
stefan@webrtc.org
2013-10-18 15:05:29 +00:00
893c07f209Disable the -Wno-unused-const-variable Clang warning on Mac
kjellander@webrtc.org
2013-10-18 14:42:27 +00:00
89b1e688caMinor comment fix after clang reformat.
andrew@webrtc.org
2013-10-18 14:23:29 +00:00
1c82037494AppRTCDemo(android): remove vestigial mentions of PowerManager
fischman@webrtc.org
2013-10-17 20:53:12 +00:00
2df89c0c8bMouseCursorMonitor implementation for OSX and Windows.
sergeyu@chromium.org
2013-10-17 19:47:18 +00:00