summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/audio
Commit message (Expand)AuthorAgeFilesLines
* Merge WTF::initializeMainThread into WTF::initializeharaken2016-03-222-2/+0
* Complete the implementation of up/down-mixing rules for AudioNodehongchan2016-03-112-152/+182
* Fix name collisions that will occur with chromium style.danakj2016-03-022-3/+3
* Rename enums/functions that collide in chromium style in platform/danakj2016-03-021-2/+0
* Don't clip FFT output values to minDecibels.rtoy2016-02-271-5/+1
* Remove most of the blink::Task wrapping of WTF::Function outside WebTaskRunnerhiroshige2016-02-262-7/+5
* Replace WTF::bind() with threadSafeBind() where it is cross-threadhiroshige2016-02-211-1/+2
* Implement BiquadFilter's with a-rate automationsrtoy2016-02-123-131/+224
* Remove WEBAUDIO_IPPrtoy2016-02-116-75/+4
* Fix places where casts to size_t might overflow.rtoy2016-02-051-1/+8
* Pass security origin from Web Audio to content.guidou2016-02-042-6/+8
* Handle NaN in the Audio delay curves.bratell2016-02-011-1/+4
* blink: Fix naming and const-ness of constants and non-constants.danakj2016-01-273-14/+14
* Add more missing closing namespace comments.Nico Weber2016-01-252-2/+2
* Implement IIRFilter node for WebAudio.rtoy2016-01-152-0/+192
* Remove the WEB_AUDIO compile time flagharaken2016-01-1184-291/+0
* Use clampTo instead of chaining std::max(std::min(...))bratell2015-12-229-28/+27
* Remove config.h inclusion from third_party/WebKit/Source/modules/webaudio/.tkent2015-12-2279-76/+171
* Rename DEFINE_STATIC_LOCAL_THREAD_SAFE to DEFINE_THREAD_SAFE_STATIC_LOCALkinuko2015-12-211-2/+2
* Remove config.h inclusion from third_party/WebKit/Source/platform/.tkent2015-12-2145-153/+121
* Revert of Implement BiquadFilter's with a-rate automations (patchset #2 id:20...rtoy2015-12-173-237/+135
* Add std::move to PassOwnPtr->OwnPtr conversions where required.enne2015-12-162-4/+4
* Rename AtomicallyInitializedStaticReference to DEFINE_STATIC_LOCAL_THREAD_SAFEkinuko2015-12-161-2/+2
* Revert of Add std::move to PassOwnPtr->OwnPtr conversions where required. (pa...haraken2015-12-122-4/+4
* Add std::move to PassOwnPtr->OwnPtr conversions where required.enne2015-12-122-4/+4
* Implement BiquadFilter's with a-rate automationsrtoy2015-12-093-135/+237
* Make platform/audio USING_FAST_MALLOC.tasak2015-12-0232-0/+91
* [PartitionAlloc] Take type argument for heap profilingruuda2015-12-011-1/+1
* Requesting OWNER privilege on modules/webaudio and platform/audiohongchan2015-11-301-0/+1
* Optimize GainNode when the gain is 1 or 0.rtoy2015-11-131-2/+15
* Remove unused methods from Biquadrtoy2015-11-122-29/+0
* Revert of Implement BiquadFilter with a-rate automations (patchset #4 id:6000...rtoy2015-11-103-240/+136
* Use correct constant for max FFT sizertoy2015-11-091-1/+2
* Implement BiquadFilter's with a-rate automationsrtoy2015-11-093-136/+240
* Rename WTF_MAKE_FAST_ALLOCATED to USING_FAST_MALLOCharaken2015-10-292-2/+2
* Remove #includes of ciso646 and cstddef from third_party/WebKit/Source/config.h.tkent2015-10-293-0/+3
* Remove FastAllocBase.hharaken2015-10-282-2/+2
* Oilpan: Remove FastMalloc.{h,cpp}haraken2015-10-281-6/+6
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-172-3/+3
* Introduce WebTaskRunner Patch 3/5alexclarke@chromium.org2015-09-032-3/+5
* [part 2] Make classes and structures in modules fast-allocated.tasak@google.com2015-09-032-0/+4
* Fix incorrect delay of setValueAtTime after setValueCurveAtTimertoy@chromium.org2015-08-131-0/+1
* Use RELEASE_ASSERT instead of CRASHrtoy@chromium.org2015-07-201-6/+4
* Add Source/platform/audio/OWNERSrtoy@chromium.org2015-07-161-0/+2
* Split "Online" and "Offline" AudioContext processingdominicc@chromium.org2015-07-141-5/+1
* Remove unnecessary trailing semicolon in non-Source/core directorykochi@chromium.org2015-07-081-1/+1
* Fix virtual/override/final usage in Source/platform/.tkent@chromium.org2015-07-088-31/+31
* Make HRTFKernel non-RefCounted, and use OwnPtr instead of RefPtr for HRTFKernelhiroshige@chromium.org2015-05-144-12/+10
* Use threadSafeBind() in HRTFDatabaseLoaderhiroshige@chromium.org2015-04-221-2/+3
* Compute the angle between vectors carefully.rtoy@chromium.org2015-04-151-7/+2