summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-129-127/+84
* Automatically fall back to non-low latency on open() failure.dalecurtis@chromium.org2012-09-123-38/+183
* Remove WASAPI channel count. Too much trouble for now.dalecurtis@google.com2012-09-121-29/+6
* Fix Windows XP build.dalecurtis@google.com2012-09-121-13/+21
* Fix iOS build bustage in AudioManagerBasestuartmorgan@chromium.org2012-09-121-0/+6
* Add UMA reporting for audio hardware parameters.dalecurtis@google.com2012-09-124-18/+69
* Improves buffer handling for Windows and ensures that we can use all possible...henrika@chromium.org2012-09-122-8/+18
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-1227-65/+285
* Fix ChunkDemuxer signal an error instead of crash when a parser gives it inva...acolwell@chromium.org2012-09-121-1/+5
* Fix resampler flushing while OnMoreData() is in progress.dalecurtis@chromium.org2012-09-113-34/+149
* Reset 'can_update_offset' on call to ChunkDemuxer::Abort()strobe@google.com2012-09-112-0/+7
* Temporarily disable DCHECK() inside media::Pipeline::~Pipeline().scherkus@chromium.org2012-09-111-0/+4
* Rewrite media::Pipeline state transition machinery and simplify shutdown.scherkus@chromium.org2012-09-117-911/+464
* As titled! AudioOutputResampler is a single stream output resampler which usesdalecurtis@google.com2012-09-1114-146/+624
* Made media compiled by clangmichaelbai@chromium.org2012-09-101-4/+5
* cras_output: Fix calculation of bytes per sample.dgreid@chromium.org2012-09-101-1/+1
* Adds media::AudioPullFifo class to Chrome.scherkus@chromium.org2012-09-107-101/+286
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-2/+2
* Set svn:eol-style to LF and remove a few CRLFs that snuck in for src/media/.scherkus@chromium.org2012-09-102-13/+13
* Create iOS Audio Manager implementation.blundell@chromium.org2012-09-076-9/+236
* use lock to make sure device will not deliver any frame after it's stopped.wjia@chromium.org2012-09-062-2/+12
* Combine audio decoding and video decoding onto a single thread.scherkus@chromium.org2012-09-065-14/+10
* Ports the WebCore::AudioFIFO in WebKit to Chrome style.henrika@chromium.org2012-09-064-0/+415
* Make initial reset period configurable for audio input no data timer.milanb@chromium.org2012-09-062-13/+22
* Exclude audio output dispatcher for iOS.milanb@chromium.org2012-09-051-0/+11
* Build supported media targets on iOS.blundell@chromium.org2012-09-052-19/+81
* Fix unitialized reads in AudioOutputController unittest.dalecurtis@google.com2012-09-052-9/+13
* Fix unitialized data access in AlsaOutputUnittest.dalecurtis@google.com2012-09-051-4/+10
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-0539-553/+444
* Add MainHook to media unittests.milanb@chromium.org2012-09-051-0/+2
* Move various media.gyp targets into an OS!=iOS blockstuartmorgan@chromium.org2012-09-041-216/+223
* Add missing break to WinAudioTest.dalecurtis@google.com2012-09-041-0/+1
* Update FFmpegAudioDecoder to support multi-frame packets.dalecurtis@chromium.org2012-08-305-116/+188
* Convert WebAudio file handlers to use AudioBus.dalecurtis@chromium.org2012-08-307-137/+145
* Rename shared memory method parameters for consistency.dalecurtis@google.com2012-08-302-16/+16
* Fix encrypted AAC in BMFF by adding subsample info.strobe@google.com2012-08-294-17/+43
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-296-7/+12
* Support setting an explicit duration on MediaSource objectsvrk@chromium.org2012-08-285-6/+204
* Disable AudioOutputMixer.dalecurtis@chromium.org2012-08-243-8/+43
* use manual release for QTCaptureDecompressedVideoOutput.wjia@chromium.org2012-08-242-6/+11
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-2413-94/+207
* Revert r152236 since we found the culprit for bug 143440.scherkus@chromium.org2012-08-241-6/+6
* Revert changes from r152523 and split bitstream converter creation and enabling.acolwell@chromium.org2012-08-243-19/+15
* Split AudioRendererMixer::VectorFMAC into VectorMath library.dalecurtis@chromium.org2012-08-248-196/+267
* Guard against ALSA returning insane frame counts for current delay.fischman@chromium.org2012-08-232-4/+4
* Use scoped_refptr::swap() instead of accident-prone scoped_refptr::release().fischman@chromium.org2012-08-231-7/+4
* Revert 152919 - Guard against ALSA returning insane frame counts for current ...rsleevi@chromium.org2012-08-232-4/+4
* Guard against ALSA returning insane frame counts for current delay.fischman@chromium.org2012-08-232-4/+4
* Remove start time logic since the Media Source spec now states the start time...acolwell@chromium.org2012-08-227-108/+41
* Don't leak render thread on Stop().dalecurtis@google.com2012-08-222-7/+8