summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: Enable VP9 tests.tomfinegan@chromium.org2013-07-111-8/+5
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Removed direct dependency on android.media.MediaPlayer from the C++ partavayvod@chromium.org2013-07-117-96/+195
* Integrate VDA with WebRTC.wuchengli@chromium.org2013-07-115-0/+136
* Enable inband text track support in content_shellacolwell@chromium.org2013-07-112-5/+0
* Video capture device MF Windows frame rate setting.mcasas@chromium.org2013-07-104-10/+36
* Revert 210741 "Separate DemuxerStream and VideoDecoder."kinaba@chromium.org2013-07-1026-694/+1010
* Separate DemuxerStream and VideoDecoder.xhwang@chromium.org2013-07-1026-1010/+694
* Switch audio code from DataBuffer to AudioBuffer.jrummell@chromium.org2013-07-1032-921/+1016
* Disable InputVolumeTest on ARM linux.sbc@chromium.org2013-07-101-1/+8
* media: Update VP9 test filestomfinegan@chromium.org2013-07-092-0/+0
* Revert 209702 "Add frame rate setting to the video capture infra..."tommi@chromium.org2013-07-091-31/+3
* Reconnect support for DirectShow video capture devices in parallel to MediaFo...mcasas@chromium.org2013-07-055-10/+77
* Revert 210280 "Reconnect support for DirectShow video capture de..."joi@chromium.org2013-07-054-72/+10
* Reconnect support for DirectShow video capture devices in parallel to MediaFo...mcasas@chromium.org2013-07-054-10/+72
* Refactor ChunkDemuxer initialization and buffer callbacks.acolwell@chromium.org2013-07-042-237/+299