summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert 218110 "Make calling FFmpegDemuxer::Stop() multiple times..."scherkus@chromium.org2013-08-193-10/+8
* Make calling FFmpegDemuxer::Stop() multiple times illegal.scherkus@chromium.org2013-08-163-8/+10
* Logs the decoder used if the decoder used is GpuVideoDecoder.tyoverby@chromium.org2013-08-162-2/+10
* Fix to make sure FFmpeg and AudioBuffer use the same alignment.jrummell@chromium.org2013-08-165-19/+54
* Added more logging to audio_renderer_host.tyoverby@chromium.org2013-08-162-0/+72
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-1515-51/+712
* Allow SetPosition to be called with the file size.chihchung@chromium.org2013-08-153-3/+6
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-1515-712/+51
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-1515-51/+712
* Improve ClocklessAudioSink so it doesn't hog CPU if nothing to do.jrummell@chromium.org2013-08-151-2/+8
* Check sample_rate in AudioParameters == operator.dalecurtis@google.com2013-08-141-0/+1
* Always use the WASAPI hardware channel layout unless a flag is set.dalecurtis@google.com2013-08-143-1/+10
* Add audio file benchmark.jrummell@chromium.org2013-08-147-32/+243
* Remove unnecessary checks and fix shader_bench.dalecurtis@chromium.org2013-08-143-10/+8
* Fix undefined behavior due to negative bitshifting.dalecurtis@chromium.org2013-08-131-1/+3
* Add media::VideoEncodeAccelerator with WebRTC integrationsheu@chromium.org2013-08-139-47/+242
* Adding MediaDrmBridge class for EMEqinmin@chromium.org2013-08-136-43/+427
* 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