summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* GN: Get os="chromeos" use_ozone=true to compiledpranke2014-11-051-4/+4
* Use MediaFormat's crop rectangle when available instead of width/height.gunsch2014-11-051-4/+20
* Add support for external video renderers in mojo.dalecurtis2014-11-0520-125/+554
* Fix an issue that a browser seek is requested after decoder draining is inter...qinmin2014-11-042-8/+3
* [Relanding] Fixes bug in Media.AudioInputCbErrorMac histogram.henrika2014-11-041-1/+4
* [WebMIDI] Fix code style to suppress a static analysis error.yhirano2014-11-041-2/+8
* Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21jamesr2014-11-043-11/+5
* DecoderStream: Check that no pending decode when flush is finished.xhwang2014-11-031-1/+3
* Revert "Add a NOTREACHED and uma stat when the audio callback fails."phoglund2014-11-031-5/+1
* Include version number with ClearKey and Widevine cdmadaptersjrummell2014-11-032-1/+35
* Fixes bug in Media.AudioInputCbErrorMac histogram.henrika2014-11-031-2/+2
* win/clang: Fix a warning by removing superflous braces.thakis2014-11-031-4/+4
* Fix mismatched parentheses that were revealed through /analyze warnings.brucedawson2014-10-311-2/+2
* Move LazyInstance initializers out of function scope.dalecurtis2014-10-312-6/+7
* FFmpeg: Only use LazyInstance at global scopedmichael2014-10-311-3/+4
* Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444aa2014-10-312-3/+3
* Roll DEPS to get latest cdm.hjrummell2014-10-311-1/+1
* ffmpeg reset bitstream converters on Seekkjoswiak2014-10-302-0/+19
* Revert of Windows video capture: Remove duplicated code from GetDeviceSupport...dmichael2014-10-305-45/+115
* Add a NOTREACHED and uma stat when the audio callback fails.xians2014-10-301-1/+5
* Mac Video Capture: Avoid enumerating Blackmagic devices via AVFoundationmcasas2014-10-301-16/+26
* Revert of Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (pa...binjin2014-10-302-3/+3
* Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444aa2014-10-302-3/+3
* Add documentation to the RendererConfig interface.dalecurtis2014-10-292-0/+23
* Modify MojoRendererService to host a RendererImpl.dalecurtis2014-10-293-173/+109
* Potential bug on drawing video on SkCanvasdongseong.hwang2014-10-293-30/+108
* Windows video capture: Remove duplicated code from GetDeviceSupportedFormats*magjed2014-10-295-115/+45
* Remove unnecessary check in IsSystemRealTimeMessage.benchan2014-10-291-1/+1
* Cleanup: Remove more unused timer.h includes.thestig2014-10-2911-8/+11
* Change parameter type on AudioDeviceThread::Callback::Process()jrummell2014-10-294-17/+7
* Add compile time extensible renderer configuration for mojo.dalecurtis2014-10-297-44/+181
* Disable DecoderDrainInterruptedBySurfaceChange testdtrainor2014-10-281-1/+1
* Change return type in saturated_cast calljrummell2014-10-281-1/+1
* Fix getUserMedia may get low FPS when the selected FPS is out of range of the...johnson.lin2014-10-281-3/+6
* Revert unintended prevention of seeks on infinite duration media.dalecurtis2014-10-281-7/+13
* Fix pkg-config issue with cras for Chrome OS build.benchan2014-10-271-1/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2769-192/+182
* GN: Fix Android component buildcjhopman2014-10-275-6/+13
* Increase the default buffer size from 128 to 256 on Mac.xians2014-10-272-10/+19
* MediaSourcePlayer: Handle the case where key is added during decoding.xhwang2014-10-252-6/+52
* Add extra checks to avoid integer overflow.jrummell2014-10-251-2/+2
* Update EME tests to work with navigator.requestMediaKeySystemAccess()jrummell2014-10-251-5/+12
* Don't let input buffer overwhelm output bufferqinmin2014-10-242-68/+106
* Moving mojo_demuxer_stream_adapter to lib target.pwestin2014-10-241-2/+2
* Android Video Capture: Refactor VideoCapture class hierarchymcasas2014-10-244-301/+339
* Duplicate VideoEncodeAccelerator::SupportedProfile in gpu_info.h.wuchengli2014-10-241-1/+2
* [cast] AAC encoder for OS X and iOS based on AudioConverter and AudioFilejfroy2014-10-244-0/+411
* [cast] Allow audio encoder implementations to specify the frame length.jfroy2014-10-244-45/+69
* Move KeySystemInfo to media/.xhwang2014-10-245-0/+136
* Expose the internal MatrixBuilder class as ChannelMixingMatrix.wtc2014-10-237-332/+540