summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* chrome://media-internals: update MediaInternals when devices capabilities ar...mcasas2014-10-116-9/+60
* Removes MediaDecoderJob virtual method call from destructor.gunsch2014-10-101-1/+3
* Fix potential use-after-free bug in VideoImageGenerator::onGetYUV8Planes.dongseong.hwang2014-10-101-5/+10
* Optimize to copy from rotated video to canvas.dongseong.hwang2014-10-103-32/+143
* Mac Video Capture: Removed AVFoundation camera blacklisting.mcasas2014-10-101-36/+5
* Preroll decoders when video starts playingqinmin2014-10-093-7/+17
* Skip audio frames with unknown timestamp in MPEG2TSservolk2014-10-094-5/+23
* Fix inserting SPS/PPS after AUD NALUservolk2014-10-093-62/+46
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-092-2/+2
* Support some non-compliant MPEG-2 TS streams w.r.t. timestamps.damienv2014-10-094-32/+113
* change newly added OVERRIDE to override in media/mostynb2014-10-091-2/+2
* Remove usage of AudioPowerMonitor for logging of input audio levelshenrika2014-10-082-41/+45
* [Cast] Fix use of uninitialized value introduced by r298551.Yuri Wiitala2014-10-081-0/+1
* Implement extended syntax for AVC/h264 unit testsservolk2014-10-081-14/+57
* Log stream parsing errors in ChunkDemuxerservolk2014-10-081-2/+9
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-1/+1
* Fix media/BUILD.gn for ChromeOS.mukai2014-10-071-0/+7
* Expose a seekable range at 0 for streaming sources with duration.dalecurtis2014-10-071-12/+7
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-072-2/+2
* Refactor CdmPromise and related classesjrummell2014-10-0710-267/+209
* [Cast] Clean-up: Move max_unacked_frames into CongestionControl.miu2014-10-0713-53/+74
* Disable MediaSourcePlayerTest.PrerollContinuesAcrossConfigChange on Android.kjellander2014-10-071-1/+9
* Mac Video Capture: Connect discard-late-frames in QTKit and AVFoundationmcasas2014-10-073-0/+3
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-071-4/+4
* [Cast] Video encoder clean-ups (stricter interfaces, encapsulation, etc.)miu2014-10-0719-296/+333
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-07243-1193/+1193
* Add still image capture interface for VideoCaptureDevice.owenlin2014-10-035-0/+100
* media: Pass DemuxerStreamProvider in Renderer::Initialize().xhwang2014-10-0313-46/+50
* [src/media] Declaring the weak_ptr_factory in proper order in cast,mojo and f...kulkarni.a2014-10-032-5/+5
* mojom: Change array syntax from uint8[] to array<uint8>.erg2014-10-031-2/+2
* Move mojo edk into mojo/edkjamesr2014-10-031-1/+1
* MSE: Allow parsing of private_stream_1 in mp2t parserservolk2014-10-033-3/+24
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-1/+1
* Move mojo edk into mojo/edkJames Robinson2014-10-031-1/+1
* Rename kWebMEncryptInitDataType to kWebMInitDataTypesandersd2014-10-025-5/+5
* Clear the FIFO when calling input stream::Stop()xians2014-10-022-4/+5
* Reland: Pass initDataType instead of contentType to OnNeedKey().sandersd2014-10-024-13/+7
* Retry license request on timeouts and errorsjrummell2014-10-011-8/+13
* Skip retrieving cookies and user credentials for data uriqinmin2014-10-011-1/+1
* Mac Video Capture: Support for Blackmagic DeckLink SDK video capture.mcasas2014-10-013-31/+371
* Fix wrong selection of VP8 video decoder on some Samsung devices.glaznev2014-10-013-11/+76
* Rename all isolate_dependency_* to files.maruel2014-10-013-7/+6
* Fix MediaPlayerBridge to handle unknown or infinite durations.dalecurtis2014-10-011-3/+5
* Add a mutex lock to AudioPowerMonitor::Reset() to placate TSAN.miu2014-09-301-2/+11
* Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset ...zmo2014-09-304-7/+13
* Pass initDataType instead of contentType to OnNeedKey().sandersd2014-09-304-13/+7
* Fail tests if the license request XHR fails due to a network error.sandersd2014-09-301-1/+4
* Convert various media options into proper declare_args().dalecurtis2014-09-303-39/+51
* Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE.viettrungluu2014-09-302-18/+18
* Update content and media unittest isolate targets.jmadill2014-09-302-1/+54