summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-281-0/+3
* Support clear buffer in encrypted stream in MediaDecoderJob.xhwang@chromium.org2013-09-273-19/+35
* Fix the problem that we are using wrong id to request protected surfaceqinmin@chromium.org2013-09-271-1/+1
* Fix GetRemovalRange_Range fails on Windows.ycheo@chromium.org2013-09-262-7/+3
* Add AudioDecoderSelector::Abort().xhwang@chromium.org2013-09-263-42/+168
* Adding thread checks : make sure that we are operating on the correct thread.mikhal@google.com2013-09-2613-9/+31
* Bug fix in RTP packetizer : Fixing incorrect use of bits/bytes.mikhal@google.com2013-09-262-6/+6
* Rename VideoCaptureDevice::EventHandler to VideoCaptureDevice::Client.nick@chromium.org2013-09-2615-120/+117
* Cleanup destruction of ffmpeg objectsjrummell@chromium.org2013-09-2610-95/+92
* Use GL_TEXTURE_2D for pixel readback path in GpuVideoAcceleratorFactoriessheu@chromium.org2013-09-263-4/+1
* media: Implementing Opus Seek Pre Rollvigneshv@chromium.org2013-09-263-115/+192
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-268-79/+72
* Clean up a few more unused globals.thakis@chromium.org2013-09-252-3/+0
* Replace MediaPlayerAndroid subclass helpers with explicit calls to MediaPlaye...scherkus@chromium.org2013-09-255-80/+46
* Rework Chrome for Android seeks to include Blink in all seek requestswolenetz@chromium.org2013-09-259-112/+191
* Add a flag to disable infobar popup when accessing media drm credentialsqinmin@chromium.org2013-09-252-0/+5
* [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