summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* [Sheriff] Disabled failing test on windows.machenbach@chromium.org2013-09-241-1/+7
* Tweak GC algorithm in MSE to remove the buffers after last appended first.ycheo@chromium.org2013-09-243-1/+305
* Fix an OOB bug in MP3StreamParser.acolwell@chromium.org2013-09-242-1/+3
* Add VideoDecoderSelector::Abort().xhwang@chromium.org2013-09-238-70/+286
* Allow MEDIA_KEYERR_OUTPUT to show up in histogramsjrummell@chromium.org2013-09-231-2/+2
* Mpeg2 TS stream parser for media source.damienv@chromium.org2013-09-2322-0/+3235
* [Android] EME permission on/off pref and infobar UI.kkimlabs@chromium.org2013-09-232-3/+17
* Add a static function to enable/disable MediaDrmBridgeqinmin@chromium.org2013-09-212-1/+10
* Disable AudioPowerMonitor code paths for mobile devices that do not show tab ...miu@chromium.org2013-09-213-7/+30
* Added task runner test to be able to fake the time better.pwestin@google.com2013-09-2014-412/+334
* On Mac, check the default resolution and aspect ratio to avoid distorted HD.bemasc@chromium.org2013-09-204-47/+154
* adding the function to reset device credentialqinmin@chromium.org2013-09-203-6/+66
* Fix MP3StreamParser so it adds buffer timestamps and marks the end of segments.acolwell@chromium.org2013-09-204-21/+238
* Revert 224404 "Mpeg2 TS stream parser for media source."robertshield@chromium.org2013-09-2022-3227/+0
* Mpeg2 TS stream parser for media source.damienv@chromium.org2013-09-2022-0/+3227
* Create a Pepper-based CDM when a MediaKeys object is created.jrummell@chromium.org2013-09-201-33/+31
* Cast: Adding video receivermikhal@google.com2013-09-1913-7/+988
* Populate canPlayType to rendererqinmin@chromium.org2013-09-192-1/+16
* Removed unused code and improved namingpwestin@google.com2013-09-196-16/+3
* Cast: Adding Audio Receivermikhal@google.com2013-09-1910-8/+930
* Add test files for MPEG2 Transport Streams.acolwell@chromium.org2013-09-182-0/+0
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Move NV21 colorspace treatment from VideoCapture java to C++mcasas@chromium.org2013-09-186-33/+99
* [Android] Fix video codec specific data corruptionboliu@chromium.org2013-09-182-15/+15
* Revert 223663 "On Mac, check the default resolution and aspect r..."ikarienator@chromium.org2013-09-184-145/+41
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-174-3/+4
* Remote video pauses when screen is locked or when tab is switched.maybelle@chromium.org2013-09-176-6/+6
* Throttle video frame delivery when camera pumps it too fast on Android.wjia@chromium.org2013-09-172-3/+27
* On Mac, check the default resolution and aspect ratio to avoid distorted HD.bemasc@chromium.org2013-09-174-41/+145
* Rename AudioInputDeviceTest to AudioManagerTest. That is the interface it tests.joi@chromium.org2013-09-174-20/+20
* Fix a reentrance issue in DecryptingDemuxerStream.xhwang@chromium.org2013-09-171-13/+16
* Add loopback audio capture on Windows.sergeyu@chromium.org2013-09-178-82/+256
* base: Split logging functions and PerfTimeLogger out of perftimer.htfarina@chromium.org2013-09-171-7/+7
* Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame.sheu@chromium.org2013-09-163-52/+25
* Implement GetAudioOutputDevices for remaining platforms, consolidate tests.joi@chromium.org2013-09-1615-210/+217
* Make VideoCaptureController single-threaded and not ref counted. nick@chromium.org2013-09-1612-196/+189
* Adds the UserInputMonitor implementation for Windows.jiayl@chromium.org2013-09-148-151/+534
* Revert 223223 "Adds the UserInputMonitor implementation for Wind..."rouslan@chromium.org2013-09-148-531/+151
* Show USB IDs for named cameras on Linux.bemasc@chromium.org2013-09-142-25/+46
* Adds the UserInputMonitor implementation for Windows.jiayl@chromium.org2013-09-148-151/+531
* Clear |input_eos_encountered_| in MediaDecoderJob::Flush().xhwang@chromium.org2013-09-133-6/+41
* add missing #includes of <algorithm>, needed on VS2013 for std::minscottmg@chromium.org2013-09-132-0/+4
* Rewrite VideoCaptureManager to streamline the lifetimes ofnick@chromium.org2013-09-121-1/+1
* Add newlines to the end of files where they were missinghans@chromium.org2013-09-124-4/+4
* Add a check for CoreAudioUtil::IsSupported to GetAssociatedOutputDeviceID.tommi@chromium.org2013-09-121-0/+5
* Adding audio unit tests for Android.henrika@chromium.org2013-09-127-189/+1090
* Load opensles lazily.qsr@chromium.org2013-09-122-5/+110
* Add a static method to get supported container format from MediaCodecqinmin@chromium.org2013-09-123-11/+125
* Added cast sender impl and made required modifications to the pacer.pwestin@google.com2013-09-1216-112/+490
* Move demuxer-related operations from media::MediaPlayerManager to media::Demu...scherkus@chromium.org2013-09-118-157/+235