summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch enables pulse as the default IO handling in Chrome.xians@chromium.org2013-03-126-105/+100
* Fix SourceBufferStream alt-ref frame handling.acolwell@chromium.org2013-03-123-22/+154
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-116-18/+54
* Android: cleans up hand-written JNI for video_capture_device_android.ccbulach@chromium.org2013-03-113-50/+51
* Adds support of local audio streams for more than one media player.henrika@chromium.org2013-03-111-0/+2
* Disable CanRunUnifiedAudioTests() which may be hanging other Windows tests.crogers@google.com2013-03-091-21/+3
* Revert 187073crogers@google.com2013-03-095-24/+4
* Revert 187048ccameron@chromium.org2013-03-085-4/+24
* Make the Chromoting IT2Me host high-DPI aware.wez@chromium.org2013-03-081-0/+5
* Enable the "Web Audio Input" feature by default.crogers@google.com2013-03-085-24/+4
* Stop OnMoreDataConverter during StartStream() failure.dalecurtis@google.com2013-03-083-5/+19
* Factor MediaSource methods out of WebMediaPlayerImpl into WebMediaSourceClien...acolwell@chromium.org2013-03-074-161/+150
* x11: Include X11 dependencies only when building with X11.sadrul@chromium.org2013-03-071-11/+13
* [Android] Change jni_gen_dir to jni_gen_package for jni_generator.yfriedman@chromium.org2013-03-071-6/+6
* [Mac] Convert ignore-exceptions helpers to block version.shess@chromium.org2013-03-071-1/+1
* chromeos and media: Allow building chromeos without X.sadrul@chromium.org2013-03-075-10/+45
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-0730-317/+497
* Make NumPlanes() a member of media::VideoFramesheu@chromium.org2013-03-072-19/+32
* New API in VideoCaptureDevice::EventHandler which allows shared-memory output...nick@chromium.org2013-03-073-11/+58
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-0730-453/+313
* Fix some minor issues on pulse input before enabling pulse by default.xians@chromium.org2013-03-062-4/+6
* remove READ_PHONE_STATE permission as AudioManager can achieve the same funct...qinmin@chromium.org2013-03-061-31/+4
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Break out SSE functions into new media_sse target.dalecurtis@google.com2013-03-069-110/+175
* Moved AudioUtil static functions:xians@chromium.org2013-03-0530-313/+453
* Improved CoreAudioUtil::IsSupported().henrika@chromium.org2013-03-051-4/+29
* Ensure Stop() is called before ~OnMoreDataConverter().dalecurtis@chromium.org2013-03-051-2/+7
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-053-2/+5
* Implement "hole" video frame.wonsik@google.com2013-03-042-0/+19
* Disable MMX support so media can build on Win64 MSVS 2012jschuh@chromium.org2013-03-031-1/+2
* Implement CopyFromCompositingSurfaceToVideoFrame for mac.justinlin@chromium.org2013-03-023-0/+80
* Wait for the renderer even on WASAPI.dalecurtis@google.com2013-03-021-6/+15