1. c9faf10 Add thread_annotations for clang targets. by andresp@webrtc.org · 11 years ago
  2. 7b72264 Allow opening an AEC dump from an existing file handle. by henrikg@webrtc.org · 11 years ago
  3. 9965e3a Remove ".." from include_dirs in build/common. by pbos@webrtc.org · 11 years ago
  4. b89fa69 Fix log build error for Chromium builds. by henrikg@webrtc.org · 11 years ago
  5. 9705beb Replace disabled logging with a restricted logging mode. by andrew@webrtc.org · 11 years ago
  6. 6d905e9 Remove unused make_scoped_ptr which causes an "ambiguous" error with chromium build. by wu@webrtc.org · 11 years ago
  7. 52ec7b6 Prefix MOVE_ONLY_TYPE_FOR_CPP_03 with WEBRTC_. by andrew@webrtc.org · 11 years ago
  8. 44a8ce5 Check if WARN_UNUSED_RESULT and COMPILE_ASSERT are defined. by andrew@webrtc.org · 11 years ago
  9. 221798a Upgrade scoped_ptr to Chromium's latest version. by andrew@webrtc.org · 11 years ago
  10. b82f683 PeerConnection(Android): enable tracing to logcat. by fischman@webrtc.org · 11 years ago
  11. f46fff6 OpenSL (not default): Enables low latency audio on Android. by henrike@webrtc.org · 11 years ago
  12. 06eaa54 Restore severity precondition to logging.h. by andrew@webrtc.org · 11 years ago
  13. 52c5c70 Replace MapWrapper with std::map<>. by pbos@webrtc.org · 11 years ago
  14. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  15. 7affcd2 Fix some chromium-style warnings in webrtc/system_wrappers/ by pbos@webrtc.org · 11 years ago
  16. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  17. d305e11 Move TickTime::QueryOsForTicks out-of-line by fischman@webrtc.org · 11 years ago
  18. 92bfbbd Replace the old resampler with SincResampler in the voice engine signal path. by andrew@webrtc.org · 11 years ago
  19. c6d6fed Include files from webrtc/.. paths in system_wrappers/ by pbos@webrtc.org · 11 years ago
  20. 28832e1 Refactoring for typing detection by niklas.enbom@webrtc.org · 11 years ago
  21. a0975ed Consolidate all third party licenses in LICENSE_THIRD_PARTY. by andrew@webrtc.org · 11 years ago
  22. 9b53152 Change capture interface to use NTP capture time. by stefan@webrtc.org · 11 years ago
  23. 73ebe67 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
  24. 65deb26 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
  25. c0231af WebRtc_Word32 -> int32_t in system_wrappers by pbos@webrtc.org · 11 years ago
  26. 3b6f728 Removed CPU APIs from VoEHardware. Code is now only used by test applications. by henrike@webrtc.org · 11 years ago
  27. 2ffc8bf Revert 3736 "Removed CPU APIs from VoEHardware. Code is now only..." by wu@webrtc.org · 11 years ago
  28. 365ca40 Removed CPU APIs from VoEHardware. Code is now only used by test applications. by henrike@webrtc.org · 11 years ago
  29. 4c27c03 Add trace printouts to all unit tests. by andrew@webrtc.org · 11 years ago
  30. f653f97 Limit ARM instruction "strheq" to Apple's clang compiler only. by kma@webrtc.org · 11 years ago
  31. 9bf0d09 Ported assembly coding in APM from Android to iOS. by kma@webrtc.org · 11 years ago
  32. 6688ec1 Remove WEBRTC_TRACE completely when tracing is disabled. by wjia@webrtc.org · 11 years ago
  33. 4e91d4a Modify SincResampler to build in webrtc. by andrew@webrtc.org · 11 years ago
  34. 3a94b8b Import stringize_macros from Chromium. by andrew@webrtc.org · 11 years ago
  35. 267a0de Fixed text relocation code related to ARM assembly code. by kma@webrtc.org · 11 years ago
  36. 178f013 Optimized WebRtcIsacfix_Time2Spec() for iSAC-Fix in ARM Neon processor. by kma@webrtc.org · 11 years ago
  37. 1bb2146 Move video_coding to new Clock interface and remove fake clock implementations from RTP module tests. by stefan@webrtc.org · 11 years ago
  38. dccd02f Posix Thread: Removes the setting of the run function to NULL which could cause data race. by henrike@webrtc.org · 11 years ago
  39. 9858fc8 Break out RtpClock to system_wrappers and make it more generic. by stefan@webrtc.org · 11 years ago
  40. c9dcfa1 Reformatted tick_util. by phoglund@webrtc.org · 12 years ago
  41. 7824ff1 Reformatted trace* files. by phoglund@webrtc.org · 12 years ago
  42. 69e3fb9 Reformatted thread and static_instance. by phoglund@webrtc.org · 12 years ago
  43. d8341c6 Reformatted sort. by phoglund@webrtc.org · 12 years ago
  44. b12277e Reformatted map classes. by phoglund@webrtc.org · 12 years ago
  45. ba41365 Reformatted rw_lock classes. by phoglund@webrtc.org · 12 years ago
  46. 62b6fbb Update trace_event.h to match the one in Chromium by hclam@chromium.org · 12 years ago
  47. 4943851 Reformatted list classes. by phoglund@webrtc.org · 12 years ago
  48. 96dbd4e Added noexecstack markers for assembly files (webrtc issue 1172). by kma@webrtc.org · 12 years ago
  49. 7874ec9 Reformatted file_* classes. by phoglund@webrtc.org · 12 years ago
  50. 7cdcde5 Remove atomicops.h from WebRTC by hclam@chromium.org · 12 years ago
  51. eba530a Fix build by including trace_event_internal in webrtc namespace by hclam@chromium.org · 12 years ago
  52. b3395ec Port Chromium's trace_event.h to WebKit and add by hclam@chromium.org · 12 years ago
  53. 80b6205 Reformatted event* classes. by phoglund@webrtc.org · 12 years ago
  54. 82eefff Port Chromium's atomicops to WebRTC by hclam@chromium.org · 12 years ago
  55. 3c5fc84 Reformatted data_log. by phoglund@webrtc.org · 12 years ago
  56. 328820f Reformatted critical_section wrappers. by phoglund@webrtc.org · 12 years ago
  57. 804d552 Add a logging_no_op.cc when enable_tracing==0. by andrew@webrtc.org · 12 years ago
  58. 4c54650 Reformatted most of the CPU stuff in system_wrappers. by phoglund@webrtc.org · 12 years ago
  59. bc687c5 Add a kTraceTerseInfo level for non-verbose logging. by andrew@webrtc.org · 12 years ago
  60. b238aca Porting ARM optimization from Android to ios. by kma@webrtc.org · 12 years ago
  61. d898c01 Add libjingle-style stream-style logging. by andrew@webrtc.org · 12 years ago
  62. 87beb44 Reformatted condition_variable* in system_wrappers. by phoglund@webrtc.org · 12 years ago
  63. 9ca84f7 Reformatted atomic32 files. by phoglund@webrtc.org · 12 years ago
  64. 09ea027 Remove an unused Shutdown method from the ThreadWrapper interface. by tommi@webrtc.org · 12 years ago
  65. 1755c25 Made TickTime immutable, rewrote tick utils to be fakeable. by phoglund@webrtc.org · 12 years ago
  66. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago