summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Roll FFMpeg for M27.dalecurtis@google.com2013-03-251-1/+1
* Introduce VideoFrameStream, the video frame provider in media pipeline.xhwang@chromium.org2013-03-247-94/+699
* Gestalt is gone in 64 bit, and 10.6 is Chromium minimum anyway.avi@chromium.org2013-03-241-13/+0
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-2339-92/+82
* Take advantage of XDAMAGE to support Screen Capture under ChromeOS.wez@chromium.org2013-03-231-0/+7
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-236-73/+136
* Select OSX buffer size based on sample rate.dalecurtis@google.com2013-03-232-11/+28
* Bound frames to interleave based on decoded audio size.dalecurtis@google.com2013-03-231-5/+6
* Roll DEPS for FFmpeg security fix.dalecurtis@google.com2013-03-221-0/+2
* Revert 189870 "Add speaker on/off control on Android for WebRTC "scherkus@chromium.org2013-03-223-95/+15
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-223-15/+95
* Fix 5.1 -> 7.1 upmixing.dalecurtis@google.com2013-03-222-16/+26
* Libcxx cleanup.eugenis@chromium.org2013-03-221-27/+30
* Remove reference counting from media::AudioDecoder and friends.scherkus@chromium.org2013-03-2123-212/+173
* Don't change devices unless the sample rate changes.dalecurtis@google.com2013-03-213-2/+19
* * Update the desired aspect ratio in StartCapture call so that later the videoronghuawu@chromium.org2013-03-211-0/+37
* Ensure audio hash handles H([0,1]) == H(0) -> H(1).dalecurtis@google.com2013-03-214-11/+34
* Revert 189095 "Silence detection for audio output UI favicon ind..."miu@chromium.org2013-03-217-545/+29
* Add WebMAudioClient & WebMVideoClient to remove FFmpeg dependencies in WebMSt...acolwell@chromium.org2013-03-209-241/+483
* GpuVideoDecoder: fix OS_WIN define.scherkus@chromium.org2013-03-201-1/+1
* Linux: provide a gyp option not to use pulseaudio.phajdan.jr@chromium.org2013-03-201-2/+7
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-204-108/+22
* Fix Android build after https://codereview.chromium.org/12843015/mnaganov@chromium.org2013-03-201-0/+1
* Introduces AudioManager::Get() and deprecates AudioManager::Create().mukai@chromium.org2013-03-203-5/+24
* Introduce VideoDecoder::HasOutputFrameAvailable().scherkus@chromium.org2013-03-206-59/+89
* Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...wjia@chromium.org2013-03-208-12/+132
* Introduce AudioHash for fuzzy audio matching.dalecurtis@chromium.org2013-03-209-96/+289
* Parsing filesystem url before giving it to media playerqinmin@chromium.org2013-03-197-62/+88
* Silence detection for audio output UI favicon indicator.miu@chromium.org2013-03-197-29/+545
* Remove unnecessary TODO comments (bug already fixed)jrummell@chromium.org2013-03-191-3/+0
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-183-7/+7
* Android: factor out use of SDK jar.torne@chromium.org2013-03-181-3/+0
* Remove yuv_convert_simd_x86 target from ARM builds.sbc@chromium.org2013-03-161-46/+50
* Add Chromium-side changes for MediaSource::isTypeSupported()acolwell@chromium.org2013-03-154-191/+307
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-1510-194/+267
* Solves crash in media::AudioDeviceListenerWin::OnDefaultDeviceChanged by avoi...henrika@chromium.org2013-03-151-6/+8
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-2/+0
* Remove AudioOutputMac.dalecurtis@chromium.org2013-03-156-849/+2
* remove call to get android MediaPlayer classqinmin@chromium.org2013-03-152-53/+95
* Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...pfeldman@chromium.org2013-03-1510-257/+197
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-1510-197/+257
* Support for parsing encrypted WebM streams by src.fgalligan@chromium.org2013-03-1418-72/+363
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-1413-93/+56
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-1316-107/+364
* Uses VLOG instead of DVLOG for Core Audio output on Windows.henrika@chromium.org2013-03-133-36/+53
* The proper review is in https://codereview.chromium.org/12310101/.xians@chromium.org2013-03-136-101/+103
* When creating a letterbox around a tab capture video frame, only clear the ma...hubbe@chromium.org2013-03-133-3/+105
* Don't use magic statics in SincResampler for thread safe init.dalecurtis@chromium.org2013-03-132-32/+34
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-1213-78/+40
* Revert 187677 "This patch enables pulse as the default IO handli..."sail@chromium.org2013-03-126-100/+105