summaryrefslogtreecommitdiff
path: root/system_wrappers/interface
AgeCommit message (Expand)Author
2014-06-26Don't forward declare RWLockWrapper in clock.hhenrik.lundin@webrtc.org
2014-06-09Make some methods in Clock class const declaredhenrik.lundin@webrtc.org
2014-05-27Adding R/W lock to SimulatedClockhenrik.lundin@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-16Wire up --force_fieldtrials for vie_auto_test and for test targets linking wi...andresp@webrtc.org
2014-05-14Add webrtc field trials API.andresp@webrtc.org
2014-05-13Revert "FieldTrial implementation for webrtc." (rev 6089)andresp@webrtc.org
2014-05-09FieldTrial implementation for webrtc.andresp@webrtc.org
2014-05-07Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can b...wu@webrtc.org
2014-05-05Remove ALLOW_UNUSED.andrew@webrtc.org
2014-05-04Add ALLOW_UNUSED and update COMPILE_ASSERT to Chromium's latest.andrew@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-18Add Chromium's ScopedVector.andrew@webrtc.org
2014-04-16Remove use of tmpnam.kjellander@webrtc.org
2014-03-07Remove std:: prefixes from C functions in webrtc/.pbos@webrtc.org
2014-02-20Add an AlignedFreeDeleter and remove scoped_ptr_malloc.andrew@webrtc.org
2014-01-29Moves the display reconfiguration callback into a separate class,jiayl@webrtc.org
2014-01-13Removes the remaining uses of the list wrapper class and the list wrapper class.henrike@webrtc.org
2013-12-20Add thread_annotations for clang targets.andresp@webrtc.org
2013-12-06Allow opening an AEC dump from an existing file handle.henrikg@webrtc.org
2013-11-11Remove ".." from include_dirs in build/common.pbos@webrtc.org
2013-11-08Fix log build error for Chromium builds.henrikg@webrtc.org
2013-11-07Replace disabled logging with a restricted logging mode.andrew@webrtc.org
2013-10-30Remove unused make_scoped_ptr which causes an "ambiguous" error with chromium...wu@webrtc.org
2013-10-24Prefix MOVE_ONLY_TYPE_FOR_CPP_03 with WEBRTC_.andrew@webrtc.org
2013-10-23Check if WARN_UNUSED_RESULT and COMPILE_ASSERT are defined.andrew@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-01PeerConnection(Android): enable tracing to logcat.fischman@webrtc.org
2013-09-10OpenSL (not default): Enables low latency audio on Android.henrike@webrtc.org
2013-09-05Restore severity precondition to logging.h.andrew@webrtc.org
2013-08-12Replace MapWrapper with std::map<>.pbos@webrtc.org
2013-08-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
2013-08-01Fix some chromium-style warnings in webrtc/system_wrappers/pbos@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-06-27Move TickTime::QueryOsForTicks out-of-linefischman@webrtc.org
2013-06-03Replace the old resampler with SincResampler in the voice engine signal path.andrew@webrtc.org
2013-05-27Include files from webrtc/.. paths in system_wrappers/pbos@webrtc.org
2013-05-07Refactoring for typing detectionniklas.enbom@webrtc.org
2013-05-05Consolidate all third party licenses in LICENSE_THIRD_PARTY.andrew@webrtc.org
2013-04-12Change capture interface to use NTP capture time.stefan@webrtc.org
2013-04-09Revert "With these changes we will assume that the capture time of a frame is...stefan@webrtc.org
2013-04-09With these changes we will assume that the capture time of a frame is based o...stefan@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in system_wrapperspbos@webrtc.org
2013-03-28Removed CPU APIs from VoEHardware. Code is now only used by test applications.henrike@webrtc.org
2013-03-27Revert 3736 "Removed CPU APIs from VoEHardware. Code is now only..."wu@webrtc.org
2013-03-27Removed CPU APIs from VoEHardware. Code is now only used by test applications.henrike@webrtc.org
2013-03-22Add trace printouts to all unit tests.andrew@webrtc.org
2013-03-01Limit ARM instruction "strheq" to Apple's clang compiler only.kma@webrtc.org