summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only create AudioTimestampHelper when audio is present in MediaSourcePlayer.xhwang@chromium.org2013-07-042-9/+19
* Request a protected surface for EME media playbackqinmin@chromium.org2013-07-044-2/+14
* Rename VideoDecoder::HasOutputFrameAvailable() to CanReadWithoutStalling().xhwang@chromium.org2013-07-038-9/+25
* Remove StreamParser::NeedKeyCB return value since nothing ever returns false.acolwell@chromium.org2013-07-036-28/+9
* Adding a call to push crypto info into MediaCodecBridgeqinmin@chromium.org2013-07-034-15/+109
* Make VideoCaptureBufferPool agnostic to media::VideoFramesheu@chromium.org2013-07-032-0/+15
* Disable more failing webrtc tests on ARM linux.sbc@chromium.org2013-07-031-3/+21
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-025-0/+233
* Set start timestamps when StartIntnernal() is called.qinmin@chromium.org2013-07-024-82/+316
* Add frame rate setting to the video capture infrastructure in Windows, Media ...mcasas@chromium.org2013-07-021-3/+31
* cras_unified: Add default case to stream-type switch.dgreid@chromium.org2013-07-021-0/+2
* Refactor the VideoCaptureDevice::Name struct.tommi@chromium.org2013-07-0211-60/+105
* Swapping out mflodman for myself in the video capture owners file.tommi@chromium.org2013-07-021-1/+1
* Remove the OWNERS that no longer work on the project.aurimas@chromium.org2013-07-011-1/+0
* Remove support for multiple pending Read() calls in ChunkDemuxerStream.acolwell@chromium.org2013-07-012-144/+91
* EME: Use std::vector<uint8> for key messages.xhwang@chromium.org2013-06-297-23/+24
* Place inband text track support behind a flag.acolwell@chromium.org2013-06-296-8/+52
* Handle the case that DRM was initialized after Start() is calledqinmin@chromium.org2013-06-291-2/+2
* Use a direct include of time headers in media/.avi@chromium.org2013-06-2882-89/+89
* Remove seek_done parameter from ReadFromDemuxer.xhwang@chromium.org2013-06-273-7/+6
* Fix yet another instance of scoped_ptr<T>(NULL) on ChromeOS.dcheng@chromium.org2013-06-261-2/+0
* Convert channel layout to channel count for optimal frame size.rtoy@google.com2013-06-261-1/+2
* Fix SourceBufferStream GC removing buffers for the current position on a pend...acolwell@chromium.org2013-06-266-44/+140
* Passing MediaCrypto from MediaDrmBridge to MediaSourcePlayerqinmin@chromium.org2013-06-262-18/+72
* Made media::MediaLogEvent use base::TimeTicks instead of base::Time.tyoverby@chromium.org2013-06-262-2/+2
* Add trace event for FillBufferQueue.rtoy@google.com2013-06-261-0/+2
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-259-23/+325
* Add PSSH box parsing in MediaDrmBridge.xhwang@chromium.org2013-06-251-0/+123
* Fix MIDI code for 64 bit build.avi@chromium.org2013-06-251-6/+14
* Refactored DataBuffer to use unix_hacker style methods.tyoverby@chromium.org2013-06-2518-262/+246
* Supports Stop() during pending Reset() correctly in FFmpegVideoDecoder and Vp...xhwang@chromium.org2013-06-253-6/+31
* Hook up MediaDrmBridge and MediaPlayerAndroid with OnMediaKeys() calls.xhwang@chromium.org2013-06-253-25/+45
* Handle Stop during Reinitialization in VideoFrameStream.xhwang@chromium.org2013-06-254-2/+57
* Don't initialize the AudioUnit until params are set.dalecurtis@chromium.org2013-06-241-6/+6