summaryrefslogtreecommitdiff
path: root/modules/audio_device
AgeCommit message (Expand)Author
2014-11-03Roll chromium_revision: 28d1981..d3db2ffmarpan@webrtc.org
2014-11-03Add more sanity checks to workaround the unidentified problem that CaptureThr...braveyao@webrtc.org
2014-10-31Update all .isolate files for the new format.kjellander@webrtc.org
2014-10-07Roll chromium_revision c264a05..fc668e2 (297113:298195)kjellander@webrtc.org
2014-09-28GN: Add common configs to all targets.kjellander@webrtc.org
2014-09-11Skip dlclose() on AddressSanitizer.pbos@webrtc.org
2014-09-07GN: Prefix WebRTC specific variables with "rtc_"kjellander@webrtc.org
2014-09-01GN: Audio device modulekjellander@webrtc.org
2014-08-26Remove Android.mk build files.pbos@webrtc.org
2014-08-26Remove former team members from OWNERS and WATCHLISTSkjellander@webrtc.org
2014-08-18Log the Android Audio API choice correctly.braveyao@webrtc.org
2014-08-12Fixing uninitialized variable in file_audio_device.cc.phoglund@webrtc.org
2014-08-11Remove more dependencies on openssl, add dependency on boringssl. Continues o...henrike@webrtc.org
2014-07-18Fix crash in AudioDeviceUtilityIOS::~AudioDeviceUtilityIOS.tkchin@webrtc.org
2014-07-15After an audio interruption the audio unit no longer invokes its render callb...tkchin@webrtc.org
2014-07-11Remove unnecessary build message.tommi@webrtc.org
2014-07-08Fixing compile error.phoglund@webrtc.org
2014-07-08Adding explicit check for using dummy file devices.phoglund@webrtc.org
2014-07-01Add tkchin@ to OWNERS.tkchin@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-13Pass GYP DEPTH variable to isolate.kjellander@webrtc.org
2014-06-11Reland: Making WebRTC able to play and record audio to files for tests.phoglund@webrtc.org
2014-06-11Revert 6395 "Making WebRTC able to play and record audio to file..."minyue@webrtc.org
2014-06-11Making WebRTC able to play and record audio to files for tests.phoglund@webrtc.org
2014-06-10Add kjellander@webrtc.org as OWNER for *.isolatekjellander@webrtc.org
2014-06-05Fix the chain that propagates the audio frame's rtp and ntp timestamp including:wu@webrtc.org
2014-06-04Make it possible to build webrtc for arm64.solenberg@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-19Add interface to propagate audio capture timestamp to the renderer.wu@webrtc.org
2014-05-16libvpx's UNUSED macro conflicts with webrtc/base's. Added missing include of ...henrike@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-22Remove 44.1 kHz workaround from the iOS AudioDevice.andrew@webrtc.org
2014-04-15iOS: baby steps to being able to include_tests=1fischman@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-14Added a new OnMoreData() interface which will not feed the playout data to APM.xians@webrtc.org
2014-04-02Remove AudioDevice::{Microphone,Speaker}IsAvailable.andrew@webrtc.org
2014-04-01VoiceEngine(iOS & Android): removed NOT_SUPPORTEDfischman@webrtc.org
2014-03-21Fix "unreachable code" warnings (MSVC warning 4702) in webrtc.pbos@webrtc.org
2014-02-20ifdef the alsa code based on macro USE_X11fbarchard@google.com
2014-02-02Moved the new OnData interface to AudioTranport, and expose the AudioTranspor...xians@webrtc.org
2014-01-17Android, OpenSlDemo: moved to webrtc/examples/android/opensl_loopbackhenrike@webrtc.org
2014-01-16Android, OpenSlDemo: fixes issue where app would crash as soon as the applica...henrike@webrtc.org
2014-01-13Removes usage of ListWrapper from several files.henrike@webrtc.org
2014-01-10Android: Fixes crash when exiting WebRTCDemo.henrike@webrtc.org
2013-12-20Android build: make it quiet on success and not overly noisy on failure.fischman@webrtc.org
2013-12-20Fix the android clang bot for compiling with thread annotations.andresp@webrtc.org
2013-12-20Add thread_annotations for clang targets.andresp@webrtc.org
2013-12-17JNI Audio: remove dead members.fischman@webrtc.org