summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge 219994 "Changes default audio input from stereo to mono on..."wjia@chromium.org2013-08-281-2/+7
* Merge 219316 "Reland 219061:"yfriedman@chromium.org2013-08-271-0/+3
* Merge 219382 "Check listFpsRange before dereferencing it."wjia@chromium.org2013-08-261-1/+1
* Merge 219093 "Catch RuntimeException when Camera.open() failed o..."wjia@chromium.org2013-08-231-0/+6
* Merge 217672 "Check sample_rate in AudioParameters == operator."dalecurtis@google.com2013-08-201-0/+1
* Merge 217670 "Always use the WASAPI hardware channel layout unle..."dalecurtis@google.com2013-08-203-1/+10
* Revert 217691 "Merge 217276 "Add media::VideoEncodeAccelerator w..."karen@chromium.org2013-08-199-242/+47
* Merge 217276 "Add media::VideoEncodeAccelerator with WebRTC inte..."karen@chromium.org2013-08-149-47/+242
* Crash fix: Remove MessageLoop from AudioPowerMonitor and instead use MessageL...miu@chromium.org2013-08-135-140/+103
* Use ARRAYSIZE_UNSAFE to find the number of painters in shader_bench.jbroman@chromium.org2013-08-131-2/+1
* Enable config change in GVD for all CrOS platforms.posciak@chromium.org2013-08-121-1/+1
* Remove crogers@google.com from media/audio/OWNERScrogers@google.com2013-08-121-3/+0
* Relocate last remnants of webkit/renderer/media code.dalecurtis@chromium.org2013-08-1022-9/+3656
* Fix HLS playback on android 4.3qinmin@chromium.org2013-08-101-0/+10
* Fix slow playback of 1-channel MP3 and AAC files for WebAudio on Androidrtoy@google.com2013-08-093-9/+45
* Add support for a --force-directshow command line switch on Windows.tommi@chromium.org2013-08-093-1/+12
* Div-by-zero crash fix: Guard for valid input to log10f().miu@chromium.org2013-08-091-1/+2
* Add media file validation to utility processvandebo@chromium.org2013-08-096-0/+221
* media::VideoFrame::WrapExternalSharedMemorysheu@chromium.org2013-08-093-15/+75
* Fixed the leak in MakeAudioOutputStreamProxy().xians@chromium.org2013-08-081-9/+6
* Revert EVS revisions 209760, 298753, 213143.hshi@chromium.org2013-08-075-238/+0
* Fix an android MSE issue that the player may request for new data after EOS i...qinmin@chromium.org2013-08-073-12/+63
* Added logging calls to FFmpegDemuxer.tyoverby@chromium.org2013-08-068-9/+164
* Delete dead code: OmxVideoDecodeAccelerator is unused.fischman@chromium.org2013-08-061-1/+0
* No crash if DecryptConfig is not available in mp4::TrackRunIterator.xhwang@chromium.org2013-08-051-0/+4
* Fix async handler when receiving an EOF.qsr@chromium.org2013-08-052-7/+31
* Use gyp variables for NaCl untrusted build paths instead of hardcoding them.dschuff@chromium.org2013-08-041-0/+1
* Enable config change in GVD for CrOS x86.posciak@chromium.org2013-08-031-4/+25
* Avoid a crash if codec is not supportedqinmin@chromium.org2013-08-031-3/+3
* Fix invalid use of pragma disable/default.etienneb@chromium.org2013-08-031-1/+2
* AesDecryptor accepts 0 cypher bytes in subsamples.xhwang@chromium.org2013-08-022-17/+89
* Drop redundant "TEST" prefix from test names in media code.xhwang@chromium.org2013-08-0211-92/+92
* Implement setVolume for <video> on androidqinmin@chromium.org2013-08-0110-20/+55
* Work around camera color issue on some Android devices which do not support Y...wjia@chromium.org2013-08-011-3/+52
* Move AccessUnit out of MediaPlayerHostMsg_ReadFromDemuxerAck_Params.xhwang@chromium.org2013-08-014-35/+31
* Enable audio desktop mirroring.hshi@chromium.org2013-08-015-17/+34
* Prevent sending 0 as volume to AGC at the beginning of the audio stream.xians@chromium.org2013-08-012-19/+21
* Use AppendCluster() to remove duplicate code in ChunkDemuxerTest.xhwang@chromium.org2013-08-011-270/+128
* ChunkDemuxer: Allow StartWaitingForSeek() to be called in PARSE_ERROR state.xhwang@chromium.org2013-08-012-2/+11
* Implement the HasAudioOutputDevices() and HasAudioInputDevices() for Pulse to...xians@chromium.org2013-08-013-13/+40
* Reland r213926 "Not to queue the same input if DequeueOutputBuffe returns INF...xhwang@chromium.org2013-08-014-37/+69
* Fix crash in media::container_names::CheckMov.jrummell@chromium.org2013-08-012-2/+10
* FFmpeg to decode audio directly into AudioBuffer.jrummell@chromium.org2013-07-315-68/+223
* Plumb MediaLog into FFmpegDemuxer.tyoverby@chromium.org2013-07-317-14/+33
* Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap...mcasas@chromium.org2013-07-3117-138/+350
* Support sending MIDI data with throttlingcrogers@google.com2013-07-314-10/+61
* Revert 213926 "Not to queue the same input if DequeueOutputBuffe..."pasko@chromium.org2013-07-303-65/+36
* Fix layout test analyzer post the move to blink and updates to TestExpectations.shadi@chromium.org2013-07-299-287/+131
* Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer...acolwell@chromium.org2013-07-2612-150/+304
* Not to queue the same input if DequeueOutputBuffer() returns INFO_TRY_AGAIN_L...xhwang@chromium.org2013-07-263-36/+65