summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as p...miu@chromium.org2014-04-0825-971/+984
* [Cast] Eliminate remnants of deprecated PcmAudioFrame struct usage.miu@chromium.org2014-04-089-118/+81
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-082-2/+2
* Catch an exception while release MediaCodecBridgeqinmin@chromium.org2014-04-081-2/+7
* V4L2: Connect antibanding/anti-flicker where supportedmcasas@chromium.org2014-04-074-0/+44
* Cast: Use signed delay delta in rtcp receiver log in rtcp_receiver.imcheng@chromium.org2014-04-073-4/+10
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-072-2/+2
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-072-2/+2
* Encrypted Media: Remove support of CDM_1 and CDM_2.xhwang@chromium.org2014-04-055-428/+40
* Revert of Attempting to resolve a race condition with PowerMonitor (https://c...scottmg@chromium.org2014-04-051-3/+3
* Attempting to resolve a race condition with PowerMonitor.bajones@chromium.org2014-04-051-3/+3
* Remove audio sample format hack in DecryptingAudioDecoder.xhwang@chromium.org2014-04-051-12/+0
* Cast External Video Encoder: buffer non-key frames at init.hshi@chromium.org2014-04-054-6/+52
* Cast: Better redundancy for receiver RTCP eventsimcheng@chromium.org2014-04-0511-147/+314
* Cast: Explicitly log kVideoFrameCaptured eventsimcheng@chromium.org2014-04-042-3/+9
* cast: ExternalVideoEncoder should not clear skip_next_frame_ flag.hshi@chromium.org2014-04-042-1/+36
* Mac Video Capture: resolution changes policy for QTKit/AVFoundation.mcasas@chromium.org2014-04-041-4/+10
* Remove redundant I420-to-YV12 conversion in MediaStreamVideoTrack.hshi@chromium.org2014-04-033-22/+23
* Separate DemuxerHost from DataSourceHost.sandersd@chromium.org2014-04-0317-98/+20
* MSE: Pick frame processor in ChunkDemuxer::AddId; prepare unit tests to pick ...wolenetz@chromium.org2014-04-034-157/+207
* Media Metadata API: Extract raw tags for audio/video.tommycli@chromium.org2014-04-033-0/+44
* Mac AVfoundation: Change AVVideoScalingModeResizeAspect -> AVVideoScalingMode...mcasas@chromium.org2014-04-033-9/+10
* Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()sheu@chromium.org2014-04-0312-68/+110
* Adds the failure reason to the VideoCaptureDevice error message on Mac.jiayl@chromium.org2014-04-032-2/+12
* Adds extra header data for Android AAC playback when decoding MPEG2TS.gunsch@chromium.org2014-04-031-1/+15
* Cast: PacketPipe to take SingleThreadTaskRunner as argumenthclam@chromium.org2014-04-032-116/+92
* Strengthen no-splice verification. Use frames instead of timestamps.dalecurtis@chromium.org2014-04-025-60/+214
* Revert 260913 "Revert of Tighten up webrtc audio tests. (https:/..."phoglund@chromium.org2014-04-021-1/+1
* Handle near-colinear cases in WSOLAS QuadraticInterpolation better.sandersd@chromium.org2014-04-023-26/+41
* Cast: Fix UdpProxy InitOnIOThreadhubbe@chromium.org2014-04-021-1/+7
* Remove unnecessary decoder() getter from DecoderStream.rileya@chromium.org2014-04-021-4/+0
* Cast v2 mirroring: handle BitstreamBufferReady with no matching encoded frame...hshi@chromium.org2014-04-011-39/+38
* Cast: Alternate stop semantics for in-process receiver.hubbe@chromium.org2014-04-012-1/+35
* Revert of Tighten up webrtc audio tests. (https://codereview.chromium.org/216...rlarocque@chromium.org2014-04-011-1/+1
* Mac AVFoundation video capture: do not list suspended cameras in VCDAF.mcasas@chromium.org2014-04-011-2/+3
* Tighten up webrtc audio tests.phoglund@chromium.org2014-04-011-1/+1
* Remove all uses of GG_UINT32_C.viettrungluu@chromium.org2014-04-0121-33/+70
* Add Project Tango video capture for Androidmcasas@chromium.org2014-04-0110-379/+846
* Improve the mp2t H264 parser unit test.damienv@chromium.org2014-04-011-32/+71
* Adds GYP variable to enable MPEG2TS stream parsing.gunsch@chromium.org2014-04-011-0/+7
* MSE: Use frame duration, if available, in LegacyFrameProcessorwolenetz@chromium.org2014-04-016-62/+117
* Provide security origin to Android EME implementationjrummell@chromium.org2014-03-312-9/+9
* Mark all of media/cast as chromium_code.viettrungluu@chromium.org2014-03-3121-25/+45
* Add support for Tegra V4L2 VDAshivdasp@nvidia.com2014-03-312-0/+4
* [Cast] Remove AudioDecoder's dependency on WebRTC, and refactor/clean-up Audi...miu@chromium.org2014-03-3115-1085/+1080
* Make {Audio|Video}Decoder::Stop() synchronous.xhwang@chromium.org2014-03-3132-448/+168
* Fix comment to match test data in BoxReader unit test.acolwell@chromium.org2014-03-311-1/+1
* Disables the check for no data timer for audio on all platforms.henrika@chromium.org2014-03-312-10/+9
* Fix video capture bug in a utility function, GetPin, and how it was being used.tommi@chromium.org2014-03-301-18/+17
* Make sure AudioBufferConverter uses aligned AudioBus channels.dalecurtis@google.com2014-03-292-5/+10