Commit Graph

  • 646eeacf8c Roll chromium_revision 8d51d96..bd49b12 (320682:320783) kjellander@webrtc.org 2015-03-17 08:25:39 +00:00
  • 06d93909cd Adjust a threshold in VP9 test. marpan@webrtc.org 2015-03-16 22:13:03 +00:00
  • 592470b4ff Remove a dependency of BaseChannel on WebRtcSession by having WebRtcSession push down new media descriptions to BaseChannel rather than having BaseChannel listen to the description changes from WebRtcSession. pthatcher@webrtc.org 2015-03-16 21:15:37 +00:00
  • 12e7951bf2 Remove libvpx suppression due to fixed bug. kjellander@webrtc.org 2015-03-16 20:43:32 +00:00
  • 6ad507ac35 Refactor how the TransportChannels are set in the BaseChannel to rely lesson Session, so that in the future we can rely on Transport instead, and also be able to change Transports on the fly for BUNDLE. pthatcher@webrtc.org 2015-03-16 20:19:12 +00:00
  • 4eeef584a7 Remove a hacky dependency of BaseChannel on BaseSession by moving the handling of DTLS setup failure into a signal on BaseChannel rather than a method call on BaseSession. pthatcher@webrtc.org 2015-03-16 19:34:23 +00:00
  • c04a97f054 Move from BaseSession::GetStats to WebRtcSession::GetTransportStats pthatcher@webrtc.org 2015-03-16 19:31:40 +00:00
  • aba9219e5c Change ThreadPosix to use an auto-reset event instead of manual reset now that we know the problem we had with EventWrapper::Wait was simply a bug in the EventWrapper. Also removing |started_| since we can just check the thread_ instead. tommi@webrtc.org 2015-03-16 16:05:50 +00:00
  • 02d166b735 Fixing a race condition in ACMGenericCodec henrik.lundin@webrtc.org 2015-03-16 14:33:16 +00:00
  • 3f11823a1a Disables SW AEC when built-in AEC is enabled bjornv@webrtc.org 2015-03-16 14:22:03 +00:00
  • 8bd2f40a8c Remove code related to REMB suppressor experiment. sprang@webrtc.org 2015-03-16 14:11:21 +00:00
  • 2056ee3e3c Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*." magjed@webrtc.org 2015-03-16 13:46:52 +00:00
  • 93d9d6503e I420VideoFrame.CreateFrame: Removed unnecessary buffer size arguments. hbos@webrtc.org 2015-03-16 13:26:00 +00:00
  • 2dc5fa69b2 Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*. hbos@webrtc.org 2015-03-16 13:00:58 +00:00
  • 7f7d7e3427 Prevent crash in NetEQ when decoder overflow. minyue@webrtc.org 2015-03-16 12:30:37 +00:00
  • 4b89aa03bb Change StatsCollector to use DCHECK instead of ASSERT. tommi@webrtc.org 2015-03-16 09:52:30 +00:00
  • eed2fcaa76 Roll chromium_revision 00e438c..8d51d96 (320241:320682) kjellander@webrtc.org 2015-03-16 09:00:15 +00:00
  • 2d25b44f47 Check associated payload type when negotiate RTX codecs. changbin.shao@webrtc.org 2015-03-16 04:14:34 +00:00
  • eb44fd6e81 Add flag to always close previous roll + minor refactor kjellander@webrtc.org 2015-03-14 22:03:22 +00:00
  • c29f7f3a5f Disable assert for nr of threads in PeerConnectionTest.java. This test is flaky so we need to figure out a better way to do it. I've documented what we've observed and added a todo for myself to figure out a solution. tommi@webrtc.org 2015-03-14 18:15:23 +00:00
  • 6107ba12f9 Put ViEFrameProviderBase::DeliverFrame back in the critical section in ViECapturer::DeliverI420Frame magjed@webrtc.org 2015-03-14 11:49:55 +00:00
  • f1f558cde8 Fix AppRTCDemo and AppRTCDemoTest builds. glaznev@webrtc.org 2015-03-14 02:48:16 +00:00
  • d83f4eff84 Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. jiayl@webrtc.org 2015-03-13 21:26:12 +00:00
  • b01c707209 Use a NULL session in unit tests that don't actually use the session. pthatcher@webrtc.org 2015-03-13 20:05:17 +00:00
  • b4aac13810 Cleanup SocketMonitor a little so that it can handle a change in transport channel. And cleanup some names and style and such as well. pthatcher@webrtc.org 2015-03-13 18:25:21 +00:00
  • 990a00c30a Remove unused transport code. pthatcher@webrtc.org 2015-03-13 18:20:33 +00:00
  • c449c20f4d Flag to wait for trybots to complete. kjellander@webrtc.org 2015-03-13 14:08:25 +00:00
  • bc2bb34419 Refactor audio_coding/codecs/isac: Removed usage of macro WEBRTC_SPL_MUL_16_16 bjornv@webrtc.org 2015-03-13 12:58:03 +00:00
  • 9b2e1144df Supporting Opus DTX in Voice Engine. minyue@webrtc.org 2015-03-13 09:38:07 +00:00
  • dd0292a774 Send to CQ by default and add --no-commit flag + cleanup. kjellander@webrtc.org 2015-03-13 09:31:08 +00:00
  • 503a9e822a Make AppRTCDemoTest pass without Internet connection. kjellander@webrtc.org 2015-03-13 09:06:29 +00:00
  • 0c5b137e7e Remove support for iSAC RCU henrik.lundin@webrtc.org 2015-03-13 08:27:57 +00:00
  • 9f41810c82 Roll chromium_revision 87ce36b..00e438c (319600:320241) kjellander@webrtc.org 2015-03-13 07:18:51 +00:00
  • 8372888b07 Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns." jiayl@webrtc.org 2015-03-13 00:32:32 +00:00
  • 0f663de2ec Rename Beamformer to NonlinearBeamformer. mgraczyk@chromium.org 2015-03-13 00:13:32 +00:00
  • 86639737b8 Remove thread id from ThreadWrapper::Start(). pbos@webrtc.org 2015-03-13 00:06:21 +00:00
  • e534086492 Clean up LappedTransform and Blocker. mgraczyk@chromium.org 2015-03-12 23:23:38 +00:00
  • 3d3c005f36 Fix Android peer connection client instrumentation tests. glaznev@webrtc.org 2015-03-12 23:06:47 +00:00
  • fde1de93f9 Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. jiayl@webrtc.org 2015-03-12 23:01:56 +00:00
  • 00c509ad1c Add concept of whether video renderer supports rotation. guoweis@webrtc.org 2015-03-12 21:37:26 +00:00
  • 04cd69887d Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns." jiayl@webrtc.org 2015-03-12 21:36:05 +00:00
  • fdd1057949 Add CVO support to Vie layer. guoweis@webrtc.org 2015-03-12 20:50:57 +00:00
  • 4f85288e71 Socket options are only applied when first setting TransportChannelImpl. guoweis@webrtc.org 2015-03-12 20:09:44 +00:00
  • 93604daf0e Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. jiayl@webrtc.org 2015-03-12 19:04:55 +00:00
  • d3900296ae Use a variant for storing stats values in StatsCollector code. tommi@webrtc.org 2015-03-12 16:35:55 +00:00
  • c339276b32 Fixing r8698. minyue@webrtc.org 2015-03-12 16:00:46 +00:00
  • e16bfde512 Adding flag to force Opus application and DTX while toggling. minyue@webrtc.org 2015-03-12 15:28:41 +00:00
  • 75b7f17c29 Temporary interface change to StatsReport::Id. tommi@webrtc.org 2015-03-12 13:30:43 +00:00
  • afdd5dd372 Revert "Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame"" magjed@webrtc.org 2015-03-12 13:11:25 +00:00
  • b73758d57a Clean up VideoRenderFrames magjed@webrtc.org 2015-03-12 12:25:16 +00:00
  • d71fc87225 Make auto-roll script work with separate Chromium checkouts. kjellander@webrtc.org 2015-03-12 10:56:00 +00:00
  • cade82c56f Refactor MediaOptimization protection methods. pbos@webrtc.org 2015-03-12 10:39:24 +00:00
  • 119c12f6ef Revert "Suppress memcheck error in video_engine_tests" pbos@webrtc.org 2015-03-12 10:36:39 +00:00
  • 5c9f69f0af Update the dummy file_audio_video_device to allow empty file name phoglund@webrtc.org 2015-03-12 10:27:52 +00:00
  • e9413c686e Revert 8689 "Fix an issue in DtlsIdentityStore when the store is..." mflodman@webrtc.org 2015-03-12 08:41:53 +00:00
  • 2a3942adc6 Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. jiayl@webrtc.org 2015-03-11 23:33:21 +00:00
  • d2c09dd339 Make building openmax_dl conditional in gyp. andrew@webrtc.org 2015-03-11 22:06:55 +00:00
  • 8c5ea8a811 Fix temporal layer log string. decurtis@webrtc.org 2015-03-11 19:59:27 +00:00
  • ae1a078ac4 Convert AppRTCDemo and AppRTCDemoTest to proper GYP target. glaznev@webrtc.org 2015-03-11 17:52:11 +00:00
  • f1182dd2e4 Make sure input manager lock is accessed after channel manager lock. mflodman@webrtc.org 2015-03-11 17:34:59 +00:00
  • b218ff5531 Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame" magjed@webrtc.org 2015-03-11 15:29:07 +00:00
  • 370a72cc3f Remove frame copy from cricket::VideoFrame to I420VideoFrame magjed@webrtc.org 2015-03-11 14:15:44 +00:00
  • 5c72922c75 Remove unused member functions in audio_device_mac.h, which would cause compiling warning with clang -Wthread-safety-anaysis. Reported and fixed by mozilla. Imported here(We don't have any problem since we suppressed those warning in r7961). braveyao@webrtc.org 2015-03-11 11:10:32 +00:00
  • 4dccdff885 Add unittest to check that ViECapturer does not hold on to frames after they have been delivered magjed@webrtc.org 2015-03-11 11:02:52 +00:00
  • e77c9c8df5 Build WebRtcMediaEngine2 outside of Chromium. pbos@webrtc.org 2015-03-11 10:49:33 +00:00
  • 0d9bb8e499 Remove the need for scoped_ptr<I420VideoFrame> in VieCapturer. magjed@webrtc.org 2015-03-11 10:06:58 +00:00
  • 9bfa5f0405 In r8605, DTLS is enabled by default for native webrtc. So we have to disable it explicitly in peerconnection example for loopback test. braveyao@webrtc.org 2015-03-11 03:20:59 +00:00
  • ece4b2869c FecTest: Reduce loop over numMediaPackets in test_fec. marpan@webrtc.org 2015-03-10 21:48:20 +00:00
  • f4e2060f09 Script to roll WebRTC in Chromium DEPS kjellander@webrtc.org 2015-03-10 20:47:08 +00:00
  • fc516077ed Fix Android AppRTCDemo failure on devices with one or no camera. glaznev@webrtc.org 2015-03-10 18:20:56 +00:00
  • 4052d88162 Remove GetLastRenderedFrame magjed@webrtc.org 2015-03-10 16:36:17 +00:00
  • 49d0d34ed5 Making sure neteq gets compiled with OPUS. phoglund@webrtc.org 2015-03-10 16:23:24 +00:00
  • 51ccf37638 AudioEncoder: add method MaxEncodedBytes jmarusic@webrtc.org 2015-03-10 15:41:26 +00:00
  • d7452a0168 Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame." magjed@webrtc.org 2015-03-10 15:12:26 +00:00
  • 4c8b93091d Zero-initialize all members of EncodedFrame. pbos@webrtc.org 2015-03-10 12:55:17 +00:00
  • 74d4792af5 Fixes issue in RunPlayoutWithFileAsSource related to uninitialized member henrika@webrtc.org 2015-03-10 11:59:03 +00:00
  • aa57702c08 Removed texture_video_frame.h and webrtctexturevideoframe.h hbos@webrtc.org 2015-03-10 09:03:57 +00:00
  • 7ef8b12a3b Refactor audio_processing/ns: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT bjornv@webrtc.org 2015-03-10 07:09:30 +00:00
  • b38b009d21 Refactor audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT bjornv@webrtc.org 2015-03-10 06:40:02 +00:00
  • 1afbdc7555 Refactor audio_processing/agc: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT bjornv@webrtc.org 2015-03-10 06:37:47 +00:00
  • f9a75d99b9 Revert "Add concept of whether video renderer supports rotation." guoweis@webrtc.org 2015-03-10 06:37:00 +00:00
  • 60a2aa0652 Revert "Add concept of whether video renderer supports rotation." guoweis@webrtc.org 2015-03-10 06:19:55 +00:00
  • 31d16467ac Add concept of whether video renderer supports rotation. guoweis@webrtc.org 2015-03-10 06:11:20 +00:00
  • 0ad48935fc Add concept of whether video renderer supports rotation. guoweis@webrtc.org 2015-03-10 02:42:50 +00:00
  • dad85aa53b Chromium build fix: Include new .cc files in rtc_base kwiberg@webrtc.org 2015-03-10 00:59:54 +00:00
  • a3823e29a2 Hide assembly symbols. andrew@webrtc.org 2015-03-09 23:21:25 +00:00
  • 67186fe00c Fix clang style warnings in webrtc/base kwiberg@webrtc.org 2015-03-09 22:21:53 +00:00
  • 2989204130 Fix instability in peer connection client unit test. glaznev@webrtc.org 2015-03-09 19:14:38 +00:00
  • 59140d6a5a Remove VideoRotationMode to VideoRotation. guoweis@webrtc.org 2015-03-09 17:07:31 +00:00
  • 600587d5ac Refactor audio_coding/neteq: Removed usage of macro WEBRTC_SPL_16_16_RSFT bjornv@webrtc.org 2015-03-09 13:30:28 +00:00
  • c7faace956 Roll chromium_revision e8ef1d1..87ce36b (319252:319600) kjellander@webrtc.org 2015-03-09 12:42:47 +00:00
  • 474d1eb223 Adds C++/JNI/Java unit test for audio device module on Android. henrika@webrtc.org 2015-03-09 12:39:53 +00:00
  • 1b32bbe0a7 Removing private and unused method in RTPReceiver. mflodman@webrtc.org 2015-03-09 11:54:17 +00:00
  • 6b56d0793e Revert 8632 "Enable isac NEON building on Aarch64" kjellander@webrtc.org 2015-03-09 11:08:02 +00:00
  • 385b56666a Revert "Workaround Mac align bug for observer_ and crit_." pbos@webrtc.org 2015-03-09 10:43:18 +00:00
  • a50e6f073d Move ownership of vie_encoders and vie_channels into the channel group. stefan@webrtc.org 2015-03-09 10:06:40 +00:00
  • a32f064e97 Fix build configuration bug with debug builds. tommi@webrtc.org 2015-03-08 07:38:31 +00:00
  • 558dc40c88 Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..." tommi@webrtc.org 2015-03-07 20:55:56 +00:00
  • 679d2f1352 Disable CS_TRACK_OWNER on Mac in debug mode. Local testing indicates that the pthread_t member variable might be causing alignment problems on the Chromium bots. After landing this (and once the Chromium tree is open again), I'll try a roll again to see if this has an effect. tommi@webrtc.org 2015-03-07 20:14:50 +00:00
  • f696e49c9a Re-landing perf improvement for libjingle logging after reverting the general change. This contains only a part of r8635 that I just reverted to unblock the roll. tommi@webrtc.org 2015-03-07 12:18:03 +00:00