aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/utility
AgeCommit message (Expand)Author
2016-01-04Remove DISABLED_ON_ macros.Peter Boström
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-12-16OWNERS: Add * to .gyp{i,} everywhere.kjellander@webrtc.org
2015-11-26Clean up PlatformThread.Peter Boström
2015-11-26audio_coding: remove "main" directorykjellander
2015-11-23Move ThreadWrapper to ProcessThread in base.pbos
2015-11-17Several Tick counter improvements try #2."thaloun
2015-11-17Revert of Several Tick counter improvements. (patchset #8 id:140001 of https:...thaloun
2015-11-16Several Tick counter improvements.Tim Haloun
2015-11-16Remove include dirs from modules/{media_file,pacing}Henrik Kjellander
2015-11-06Remove interface directories kept to avoid breaking downstream.kjellander
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-21Adds support for Bluetooth headsets to the iOS audio layer.henrika
2015-09-29Remove last use of ACMAMRPackingFormathenrik.lundin
2015-09-28Remove AMR format parameter from AudioCoder in utilityhenrik.lundin
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-14Only allow static strings as ProcessThread names.stefan
2015-09-11Add a name to the ProcessThread constructor.stefan
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-20Prevent TimeUntilNextProcess log spam.pbos
2015-07-14Cleanup of iOS AudioDevice implementationhenrika
2015-07-07Use strcmp instead of == operator for c.name and name to find appropriate cla...sophiechang
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Match existing type usage better.Peter Kasting
2015-06-10Ensures that modules_unittests runs on iOShenrika
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-05-25Refactoring of AudioTrackJni and AudioRecordJni using new JVM/JNI classeshenrika
2015-05-20Remove rtp_rtcp/ dump functionality.Peter Boström
2015-05-18Adding support for OpenSL ES output in native WebRTChenrika
2015-04-10Cleanup: Remove i420_video_frame.h header.Thiago Farina
2015-04-02Add a DCHECK to RegisterModule to make sure it's called on the controller thr...Tommi
2015-04-02ProcessThreadImpl - hold the lock while checking thread_ and calling ProcessT...Tommi
2015-04-01Remove henrike@ from OWNERSHenrik Kjellander
2015-03-30Remove non-functional asynchronous resampling mode.Andrew MacDonald
2015-03-30Introduce CodecManager and move code from AudioCodingModuleImplHenrik Lundin
2015-03-30Add locks to Start(), Stop() methods in ProcessThread.Tommi
2015-03-22Re-land 8810 "- Add a SetPriority method to ThreadWr..."tommi@webrtc.org
2015-03-22Revert 8810 "- Add a SetPriority method to ThreadWrapper"tommi@webrtc.org
2015-03-20- Add a SetPriority method to ThreadWrappertommi@webrtc.org
2015-03-19Use scoped_ptr for ThreadWrapper::CreateThread.tommi@webrtc.org
2015-03-16Revert "Changed argument occurences of const I420VideoFrame* to const I420Vid...magjed@webrtc.org
2015-03-16Changed argument occurences of const I420VideoFrame* to const I420VideoFrame&...hbos@webrtc.org
2015-03-13Remove thread id from ThreadWrapper::Start().pbos@webrtc.org
2015-03-05Adding basic support for posting tasks to a process thread.tommi@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-02Remove avi recorder and corresponding enable_video flags.andresp@webrtc.org
2015-03-02Remove AudioCodingModule::Process()henrik.lundin@webrtc.org
2015-02-27Revert "I420VideoFrame: Remove functions set_width, set_height, and ResetSize"magjed@webrtc.org