1. b0079ed Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 10 years ago
  2. a4fbfd9 Add Chromium's ScopedVector. by andrew@webrtc.org · 10 years ago
  3. 32e7755 Remove use of tmpnam. by kjellander@webrtc.org · 10 years ago
  4. 6b1114a Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. by fischman@webrtc.org · 10 years ago
  5. bd0a216 Remove usage of webrtc trace in video processing modules. by asapersson@webrtc.org · 10 years ago
  6. 45ee016 Remove std:: prefixes from C functions in webrtc/. by pbos@webrtc.org · 10 years ago
  7. f8722d5 Add an AlignedFreeDeleter and remove scoped_ptr_malloc. by andrew@webrtc.org · 10 years ago
  8. 74ffc7b Use system's cpu_features library by michaelbai@google.com · 10 years ago
  9. c4fa5fa Moves the display reconfiguration callback into a separate class, by jiayl@webrtc.org · 10 years ago
  10. 1c27316 Removes the remaining uses of the list wrapper class and the list wrapper class. by henrike@webrtc.org · 11 years ago
  11. 7e4053c Add thread_annotations for clang targets. by andresp@webrtc.org · 11 years ago
  12. 39139dc Revert r5294 to re-roll r5293. by pbos@webrtc.org · 11 years ago
  13. 0af1d21 Revert 5293 "Auto instantiate RBE depending on whether AST or TO..." by turaj@webrtc.org · 11 years ago
  14. ee867fa Auto instantiate RBE depending on whether AST or TOF is available in incoming packet stream. by solenberg@webrtc.org · 11 years ago
  15. 894dab9 Roll chromium_revision 232627:238260 by kjellander@webrtc.org · 11 years ago
  16. c8bd975 Allow opening an AEC dump from an existing file handle. by henrikg@webrtc.org · 11 years ago
  17. 3d70641 Move implementation files out of the webrtc/ root. by pbos@webrtc.org · 11 years ago
  18. 590c60f Remove ".." from include_dirs in build/common. by pbos@webrtc.org · 11 years ago
  19. 6dc6e03 Remove unneeded includes from trace_posix.cc. by andrew@webrtc.org · 11 years ago
  20. 6106bbc Fix log build error for Chromium builds. by henrikg@webrtc.org · 11 years ago
  21. 0aa16d7 Replace disabled logging with a restricted logging mode. by andrew@webrtc.org · 11 years ago
  22. 893c229 Remove unused make_scoped_ptr which causes an "ambiguous" error with chromium build. by wu@webrtc.org · 11 years ago
  23. e2f3ebc Prefix MOVE_ONLY_TYPE_FOR_CPP_03 with WEBRTC_. by andrew@webrtc.org · 11 years ago
  24. d6b231e Check if WARN_UNUSED_RESULT and COMPILE_ASSERT are defined. by andrew@webrtc.org · 11 years ago
  25. 2ba95be Upgrade scoped_ptr to Chromium's latest version. by andrew@webrtc.org · 11 years ago
  26. a19dab9 Revert "Disable tests for TSan v2" by kjellander@webrtc.org · 11 years ago
  27. 1c83344 Remove TSan v2 disabled test in condition_variable_unittest.cc by kjellander@webrtc.org · 11 years ago
  28. 9670be6 Add APK and isolate target for video_engine_tests by kjellander@webrtc.org · 11 years ago
  29. a5c9463 VideoCaptureAndroid: rewrote the (standalone) implementation of video capture on Android. by fischman@webrtc.org · 11 years ago
  30. 3de1b22 Fix include of isolate.gypi by kjellander@webrtc.org · 11 years ago
  31. c6c6c1d Stop timer in ~EventWindows(). by pbos@webrtc.org · 11 years ago
  32. d2ca96e PeerConnection(Android): enable tracing to logcat. by fischman@webrtc.org · 11 years ago
  33. 4bb3362 Disable tests for TSan v2 by kjellander@webrtc.org · 11 years ago
  34. 3965d1f OpenSL (not default): Enables low latency audio on Android. by henrike@webrtc.org · 11 years ago
  35. 744235e Restore severity precondition to logging.h. by andrew@webrtc.org · 11 years ago
  36. b384812 Disabling CondVarTest for TSan v2 (take 2) by kjellander@webrtc.org · 11 years ago
  37. fd9b155 Add isolate configuration for Android for all tests. by kjellander@webrtc.org · 11 years ago
  38. d09ee87 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  39. 2887af7 Lock resources in event_posix.cc. by pbos@webrtc.org · 11 years ago
  40. ac38916 Revert 4547 "Isolate GYP target and .isolate files for tests" by kjellander@webrtc.org · 11 years ago
  41. 12e3ee7 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  42. 80882f3 Replace MapWrapper with std::map<>. by pbos@webrtc.org · 11 years ago
  43. 50ff6a5 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  44. 9d939ee Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  45. 42ef0f5 Fix some chromium-style warnings in webrtc/system_wrappers/ by pbos@webrtc.org · 11 years ago
  46. 8eea45a Fixes: Resolves conflict that will happen when merging libjingle's and WebRTC's supplemental.gyp. By separating build_with_chromium and build_with_libjingle one can now just define build_with_libjingle in libjingle's supplemental.gyp. Once that is done it will be possible to merge the two supplemental.gyp-files. I.e. in WebRTC the supplemental.gyp would only set build_with_chromium to 0 since there is no longer any reason to disable logging and tests as they will be accessible in the same repository as libjingle. by henrike@webrtc.org · 11 years ago
  47. 5ab7b93 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  48. 1d9d1ea Move TickTime::QueryOsForTicks out-of-line by fischman@webrtc.org · 11 years ago
  49. e797d9e Merge more tests into modules_{unit,integration}tests. by kjellander@webrtc.org · 11 years ago
  50. 798d5c1 Fixes linker issue with no op trace. by henrike@webrtc.org · 11 years ago
  51. a6e8ec3 Add back the WEBRTC_DIRECT_TRACE flag. by solenberg@webrtc.org · 11 years ago
  52. 018870d Implement DetectNumberOfCores on Android and make it consistent on Linux and Android by fischman@webrtc.org · 11 years ago
  53. 8f515b1 Replace the old resampler with SincResampler in the voice engine signal path. by andrew@webrtc.org · 11 years ago
  54. a960785 Include files from webrtc/.. paths in system_wrappers/ by pbos@webrtc.org · 11 years ago
  55. 0e8ff34 Refactoring for typing detection by niklas.enbom@webrtc.org · 11 years ago
  56. cff84ec Consolidate all third party licenses in LICENSE_THIRD_PARTY. by andrew@webrtc.org · 11 years ago
  57. 10600ab Move WEBRTC_THREAD_RR and WEBRTC_CLOCK_TYPE_REALTIME to system_wrappers.gypi . by sergeyu@chromium.org · 11 years ago
  58. e3acc78 Make win_support_condition_variables_primitive global to aligned with |library| by wu@webrtc.org · 11 years ago
  59. c4c16bf Change capture interface to use NTP capture time. by stefan@webrtc.org · 11 years ago
  60. 41e3677 Revert "With these changes we will assume that the capture time of a frame is based on NTP time. This makes the interface of video engine more well defined and makes it easier and cleaner to handle user provided capture timestamps." by stefan@webrtc.org · 11 years ago
  61. 82e0d35 With these changes we will assume that the capture time of a frame is based on NTP time. This makes the interface of video engine more well defined and makes it easier and cleaner to handle user provided capture timestamps. by stefan@webrtc.org · 11 years ago
  62. 6c604ea Fixing the flakiness of ThreadWakesTwice. by hta@webrtc.org · 11 years ago
  63. acf4b69 WebRtc_Word32 -> int32_t in system_wrappers by pbos@webrtc.org · 11 years ago
  64. dd78d46 Fix a crash issue on WinXP where LoadLibrary(TEXT("Kernel32.dll")) may fail. by wu@webrtc.org · 11 years ago
  65. 2cc0155 Resolves TSan v2 reports data races in voe_auto_test. by henrika@webrtc.org · 11 years ago
  66. bcce6df Fixes build break in previous cl (https://code.google.com/p/webrtc/source/detail?r=3739) found by Android bots. by henrike@webrtc.org · 11 years ago
  67. 18881d5 Removed CPU APIs from VoEHardware. Code is now only used by test applications. by henrike@webrtc.org · 11 years ago
  68. e148532 Revert 3736 "Removed CPU APIs from VoEHardware. Code is now only..." by wu@webrtc.org · 11 years ago
  69. 90edf85 Removed CPU APIs from VoEHardware. Code is now only used by test applications. by henrike@webrtc.org · 11 years ago
  70. fb6a7c4 Split condition_variable_win.cc into native (for Vista and newer OS versions) and generic implementation (based on events). by henrike@webrtc.org · 11 years ago
  71. 680fbc5 Add trace printouts to all unit tests. by andrew@webrtc.org · 11 years ago
  72. ed6b4c8 Cleanup nanosleep -> SleepMs Remove some leftover stuff by hta@webrtc.org · 11 years ago
  73. aef22a7 Android: rename android_build_type gyp variable. by wjia@webrtc.org · 11 years ago
  74. b661eae Tool found: pass by value when pass by reference is better in system wrapper unit test. by henrike@webrtc.org · 11 years ago
  75. 2c62fd9 Fixes issue detected by tool. by henrike@webrtc.org · 11 years ago
  76. 552f230 compile fix for get_nprocs() with uClibc by phoglund@webrtc.org · 11 years ago
  77. 22fc115 Limit ARM instruction "strheq" to Apple's clang compiler only. by kma@webrtc.org · 11 years ago
  78. 933af52 Ported assembly coding in APM from Android to iOS. by kma@webrtc.org · 11 years ago
  79. c1f0f68 Remove WEBRTC_TRACE completely when tracing is disabled. by wjia@webrtc.org · 11 years ago
  80. 1aa1eec Modify SincResampler to build in webrtc. by andrew@webrtc.org · 11 years ago
  81. 1368a6a Import stringize_macros from Chromium. by andrew@webrtc.org · 11 years ago
  82. cc895d1 Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 11 years ago
  83. 11f64d3 Mac 64-bit compatibility for WebRTC. by henrike@webrtc.org · 11 years ago
  84. b4575c1 Fix webrtc compilation errors for Chrome Win64 by andrew@webrtc.org · 11 years ago
  85. 0664d36 Fixed text relocation code related to ARM assembly code. by kma@webrtc.org · 12 years ago
  86. 3165a5b Optimized WebRtcIsacfix_Time2Spec() for iSAC-Fix in ARM Neon processor. by kma@webrtc.org · 12 years ago
  87. 0806dcf Move video_coding to new Clock interface and remove fake clock implementations from RTP module tests. by stefan@webrtc.org · 12 years ago
  88. 81cfcb5 Remove '<(library)' in gyp files. by wjia@webrtc.org · 12 years ago
  89. 2d1a85d Posix Thread: Removes the setting of the run function to NULL which could cause data race. by henrike@webrtc.org · 12 years ago
  90. 3d60f01 Adding timeEndPeriod to Synchronize function, see bug for details. by mflodman@webrtc.org · 12 years ago
  91. d7debff Break out RtpClock to system_wrappers and make it more generic. by stefan@webrtc.org · 12 years ago
  92. ca76e13 Reformatted tick_util. by phoglund@webrtc.org · 12 years ago
  93. b5758c0 Reformatted trace* files. by phoglund@webrtc.org · 12 years ago
  94. c2d078f Reformatted thread and static_instance. by phoglund@webrtc.org · 12 years ago
  95. 1527a18 Reformatted sort. by phoglund@webrtc.org · 12 years ago
  96. c581a96 Reformatted map classes. by phoglund@webrtc.org · 12 years ago
  97. 99ab91b Reformatted rw_lock classes. by phoglund@webrtc.org · 12 years ago
  98. e0cdb5f Update trace_event.h to match the one in Chromium by hclam@chromium.org · 12 years ago
  99. df2cfdf Reformatted list classes. by phoglund@webrtc.org · 12 years ago
  100. d920d30 Added noexecstack markers for assembly files (webrtc issue 1172). by kma@webrtc.org · 12 years ago