summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* VideoCapture: Remove deep frame copy in the border to libJinglemagjed2014-10-232-337/+197
* Move proprietary codecs flag into root features config.dalecurtis2014-10-232-7/+2
* Web MIDI: distributes MIDIPort information asynchronouslytoyoshim2014-10-235-23/+62
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-239-46/+28
* Manage MIDI related objects and sessions' lifecycles correctlytoyoshim2014-10-235-42/+42
* Add support for real audio output to mojo.dalecurtis2014-10-224-0/+210
* [Cast] Make software VP8 encoder adhere to bitrate micro-management.miu2014-10-222-57/+74
* Supports MojoRendererImpl in WebMediaPlayerImpl for HTMLViewer.xhwang2014-10-2216-68/+424
* [Cast] cast_simulator improvements to better test encoder behaviors.miu2014-10-223-65/+92
* Fix proprietary codecs builds for GN.dalecurtis2014-10-221-1/+7
* Reduce power logging and UMA stats when AGC is disabled.henrika2014-10-223-33/+28
* Add support for color formats negotiation.changbin.shao2014-10-223-0/+51
* Fix errors in comments. Make comments match code.wtc2014-10-224-28/+25
* Fix a crash when cameraInfo is NULLqinmin2014-10-223-9/+8
* Type conversion fixes, media/ edition.pkasting2014-10-215-33/+35
* Sort out mcasas@ as OWNER of filesmcasas2014-10-215-9/+4
* Video Capture Capabilities on chrome://media-internals page are updated with:burnik2014-10-212-0/+31
* Reland "Add unprefixed EME tests for LoadSession()"jrummell2014-10-213-13/+26
* Standardize usage of virtual/override/final in media/dcheng2014-10-21165-1250/+1171
* Non-SFI Mode: Build shared_memory_support_nacl library for nacl_helper_nonsfi.hidehiko2014-10-211-1/+4
* Skip initial seek to 0 on flingdgn2014-10-212-2/+14
* Add MediaKeys::GetCdmId().xhwang2014-10-215-5/+22
* VideoCapture: Sort VideoPixelFormat in order of preferencemagjed2014-10-202-6/+6
* Remove support for contentType from player_utils.js.sandersd2014-10-201-14/+5
* Introduce CdmFactory interface.xhwang2014-10-204-0/+61
* Remove wjia@ from media/video/capture/OWNERS and add mcasas@ for Mac+Android ...mcasas2014-10-201-1/+6
* Use RunLoop, but do not call RunUntilIdle() multiple timestoyoshim2014-10-202-19/+7
* Cast: set UDP socket send buffer size via optionshclam2014-10-176-13/+50
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-177-17/+16