summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland r212023 "Rename VideoDecoder::ReadCB to VideoDecoder::DecodeCB."xhwang@chromium.org2013-07-2620-149/+167
* Make Mac and Windows include the USB ID in the device name like Linux.bemasc@google.com2013-07-266-1/+95
* Web MIDI: implement WebMIDIClient to handle permissionstoyoshim@chromium.org2013-07-252-18/+8
* Add Chromium-side functionality for SourceBuffer.remove().acolwell@chromium.org2013-07-256-1/+252
* Make RendererGpuVideoDecoderFactories live on arbitrary threads.wuchengli@chromium.org2013-07-242-182/+16
* Refactor GpuVideoDecoder::Factories out of GpuVideoDecoder.wuchengli@chromium.org2013-07-246-65/+106
* Implement value printer to prevent Valgrind errors in AudioPowerMonitor unit ...miu@chromium.org2013-07-241-0/+9
* Remove the webkit_media target.ddorwin@chromium.org2013-07-232-13/+16
* Encoded video capture: wire up key frame and bitrate settings.hshi@chromium.org2013-07-232-6/+11
* remove reliance on MediaPlayer wakelocksqinmin@chromium.org2013-07-232-8/+0
* Update include paths in media/audio for base/process changes.rsesek@chromium.org2013-07-237-6/+6
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-2310-504/+555
* Made MessagePump a non-thread safe class.alexeypa@chromium.org2013-07-221-2/+2
* Revert 212948 "Made MessagePump a non-thread safe class."alexeypa@google.com2013-07-221-2/+2
* Made MessagePump a non-thread safe class.alexeypa@chromium.org2013-07-221-2/+2
* Update the WebMediaSourceClientImpl & ChunkDemuxer to received explicit end o...acolwell@chromium.org2013-07-207-55/+70
* This change fixes some video-only MSE bugs:qinmin@chromium.org2013-07-204-29/+124
* Refactor ChunkDemuxerStream so it will be easier to move SourceBufferStream t...acolwell@chromium.org2013-07-182-48/+97
* TBR: dmichaeltyoverby@chromium.org2013-07-1844-381/+365
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-1866-68/+68
* [Android] Unify all string log tags to use a simple constant.yfriedman@chromium.org2013-07-181-1/+1