summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 212023 "Rename VideoDecoder::ReadCB to VideoDecoder::Deco..."ddorwin@chromium.org2013-07-1720-182/+151
* Setup DemuxerReady duration_ms parameter in MSP unittestswolenetz@chromium.org2013-07-171-0/+7
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-1711-13/+13
* Libvpx VP9 bitstream fixes.fgalligan@chromium.org2013-07-171-3/+9
* Fall back to default frame rate when the requested one is not supported for c...wjia@chromium.org2013-07-171-10/+13
* Rename VideoDecoder::ReadCB to VideoDecoder::DecodeCB.xhwang@chromium.org2013-07-1720-151/+182
* Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks.miu@chromium.org2013-07-173-1/+9
* Replace angle_path gyp variable with regular path.apatrick@chromium.org2013-07-171-2/+2
* Only link against libdl on Linux and Solaris.raphael.kubo.da.costa@intel.com2013-07-151-1/+10
* VideoFrameStream reports video decoding statistics.xhwang@chromium.org2013-07-1422-152/+102
* Rename VideoFrameStream::ReadFrame() to Read().xhwang@chromium.org2013-07-144-26/+25
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-133-3/+3
* Reland r210741 "Separate DemuxerStream and VideoDecoder."xhwang@chromium.org2013-07-1326-1009/+693
* [Android] Convert more test targets to use isolate.frankf@chromium.org2013-07-132-0/+17
* Optimize loop condition for SincResampler.dalecurtis@chromium.org2013-07-132-13/+25
* Remove the if check when calling SetDrmBridgeqinmin@chromium.org2013-07-131-7/+4
* Rename media player managers.xhwang@chromium.org2013-07-131-6/+6
* Variable rename in ffmpeg_video_decoder.jrummell@chromium.org2013-07-121-2/+2
* Use ScopedJavaLocalRef's ctor instead of Reset() in ToJavaIntArray().xhwang@chromium.org2013-07-121-4/+3
* Fix up MP4 audio playback.jrummell@chromium.org2013-07-124-34/+34
* DecryptingAudioDecoder to use AudioTimestampHelper.jrummell@chromium.org2013-07-122-46/+23
* Allow video capture module to notify clients of resolution change.wjia@chromium.org2013-07-122-0/+9
* Drop VideoRendererBase::kFlushingDecoder state.xhwang@chromium.org2013-07-123-69/+63