summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-1317-114/+264
* Cleanup OPUS decoder. Remove extraneous transforms and copies.dalecurtis@chromium.org2013-12-136-107/+139
* Plumb AudioLogs into AudioOutputDispatcherImpl. Identify listings.dalecurtis@chromium.org2013-12-133-4/+29
* Revert 240462 "Add logging capability to CDM adapter."cpu@chromium.org2013-12-135-245/+4
* MediaCodecBridge::Queue{,Secure}InputBuffer accept size_t; s3kuriteh!fischman@chromium.org2013-12-132-18/+19
* Line [1] tries to configure HD on the camera while opening it. Oldermcasas@chromium.org2013-12-132-9/+4
* Fixes Start/Stop issue for OpenSL on Androidhenrika@chromium.org2013-12-131-0/+1
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-1315-262/+112
* Manage sessions in AesDecryptor.jrummell@chromium.org2013-12-133-60/+83
* Data uri base64 decode uses stream. (Security request)apiccion@chromium.org2013-12-131-3/+19
* Change VLOG levels in media/cast.hguihot@google.com2013-12-1315-38/+38
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-1315-112/+262
* Let only seeks reset Android MSE stream playback completionwolenetz@chromium.org2013-12-135-248/+478
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-128-21/+21
* Add logging capability to CDM adapter.xhwang@chromium.org2013-12-125-4/+245
* Move audio & video ChunkDemuxerStream operations into SourceState.acolwell@chromium.org2013-12-121-44/+44
* Added supported formats caching to VideoCaptureManager, andmcasas@chromium.org2013-12-1213-91/+81
* Remove redundant arguments for VideoCaptureDevice::Client::OnIncomingCaptured...wjia@chromium.org2013-12-1212-46/+12
* Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLEqinmin@chromium.org2013-12-122-13/+13
* FFmpeg fixups for M33 roll. Now with more Opus!dalecurtis@chromium.org2013-12-129-18/+17
* Fixed sounds registration in SoundsManager.ygorshenin@chromium.org2013-12-114-82/+55
* Cast:Moving netwrok sender related code to a designated foldermikhal@chromium.org2013-12-1168-220/+278
* Cast: Don't let time go backwardsmikhal@chromium.org2013-12-114-13/+29
* Cast: Wire up sending status log messages from sender to receiver.pwestin@google.com2013-12-117-41/+143
* Fix Java style issues in media/base/android/aurimas@chromium.org2013-12-117-90/+95
* Remove an incorrect method from mac video_capture code.erikchen@google.com2013-12-111-7/+0
* Support session management in AesDecryptor.jrummell@chromium.org2013-12-113-85/+300
* Add VLOG when duplicate packet is received (and ignored).hguihot@google.com2013-12-111-1/+7
* Revert 239920 "Revert 239758 "Enable Audio/Video dev monitoring ..."vadimt@chromium.org2013-12-113-4/+5
* Revert 239758 "Enable Audio/Video dev monitoring and Video captu..."vadimt@chromium.org2013-12-103-5/+4
* Use integer session ID in MediaDrmBridge.xhwang@chromium.org2013-12-103-291/+303
* Add ui back as a dependency of media_perftests. This fixes an Android failure.rileya@chromium.org2013-12-101-0/+1
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-107-28/+17
* Enable Audio/Video dev monitoring and Video capture via AVFoundation by default.mcasas@chromium.org2013-12-103-4/+5
* Web MIDI: regression bug fixtoyoshim@chromium.org2013-12-101-1/+1
* Rename EME WD call parametersjrummell@chromium.org2013-12-1014-350/+346
* Created VideoFramePool to avoid unnecessary VideoFrame alloc/free.acolwell@chromium.org2013-12-1010-3/+286
* Change AudioRendererImpl to wait for pending reads in Flush() instead of Pause()acolwell@chromium.org2013-12-103-32/+172
* Cast: Remove the closure callback from InsertRawVideoFramepwestin@google.com2013-12-1010-54/+32
* Destroy existing AudioManager instances before creating new ones.dalecurtis@chromium.org2013-12-101-0/+3
* Improve and simplify AudioOutputDispatcher.dalecurtis@chromium.org2013-12-104-277/+156
* Attempted build fix on win x64scottmg@chromium.org2013-12-091-1/+2
* Cast: Updating testsmikhal@chromium.org2013-12-093-22/+46
* Cast: Add nack and ack signaling for audio when ACM from webrtc is used.pwestin@google.com2013-12-095-25/+140
* MediaCodec can throw exceptions so catch them if needed.rtoy@google.com2013-12-091-1/+10
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-0810-25/+25
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-0810-25/+25
* Support non square pixel aspect ratio in the Mp2t stream parser.damienv@chromium.org2013-12-071-12/+10
* Fix double StopStream() calls during wedge fix.dalecurtis@chromium.org2013-12-072-5/+24
* Fixed wrap-around in MapTo32bitsFrameId and added unit tests.hguihot@google.com2013-12-073-18/+92