summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Don't let input buffer overwhelm output bufferMin Qin2014-11-042-65/+109
* Send metadata change to renderer after decoder is drainedMin Qin2014-11-038-51/+106
* Merge to M39: Add extra checks to avoid integer overflow.John Rummell2014-10-301-2/+2
* Add support for audio input mute detection on all platforms.henrika2014-10-2424-33/+156
* [Merge to M39][Cast, Android] Skip initial seek to 0 on flingAnton Vayvod2014-10-222-2/+14
* Merge: Listen to the audio focus event for MSE/EMEMin Qin2014-10-208-72/+118
* Fix wrong selection of VP8 video decoder on some Samsung devices.Victoria Kirst2014-10-203-11/+76
* Merge:Remove MediaPlayerAndroid::IsSurfaceInUse() callMin Qin2014-10-175-19/+0
* Cleanup some audio classes with C++11 shine!dalecurtis2014-09-265-20/+12
* Speculative fix when translating blob data to a file pathqinmin2014-09-261-0/+5
* Gyp cleanup after https://codereview.chromium.org/495353003mostynb2014-09-261-2/+2
* More efficient BitReader::SkipBits for large numbers of bits.damienv2014-09-263-5/+92
* Disable AudioAndroidOutputTest.StartOutputStreamCallbacks on Arm64.rmcilroy2014-09-261-2/+17
* Android Video Capture: Using full class path for Camera+subclasses to avoid @...mcasas2014-09-264-48/+44
* MediaSourcePlayer: Only StopInterpolating() when it's interpolating.xhwang2014-09-261-2/+4
* Update MediaKeys interface for EMEjrummell2014-09-267-67/+191
* Pass YUV color space information to Skia in VideoImageGenerator.rileya2014-09-251-25/+82
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-254-44/+29
* Remove implicit HANDLE conversions from media.rvargas2014-09-253-5/+6
* Let audio wait for video to finish prerolling after seekqinmin2014-09-254-13/+97
* MSE: Reduce spurious buffered range discontinuitieswolenetz2014-09-251-1/+18
* Blacklist some samsung devices from MSE supportqinmin2014-09-241-1/+9
* Expand suppression for flaky AudioInputVolumeTest.InputVolumeTest.kbr2014-09-241-1/+2
* Pass initial CDM to CreateMediaPlayer()jrummell2014-09-247-31/+26
* Suppress deprecation warningsrtoy2014-09-241-0/+1
* BufferedDataSource: don't reallocate buffer unnecessarilymmaliszkiewicz2014-09-242-9/+9
* Set keyboard mic effect if available.grunell2014-09-247-2/+31
* Cast: Reduce the size of statshclam2014-09-241-14/+21
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-233-14/+6
* Cast: Allow extension to control wifi options on windowshubbe2014-09-233-1/+44
* Refactoring AudioParameters |operator==| to |Equals()| methodburnik2014-09-233-13/+15
* Fix typo in Pipeline::PlaybackRateChangedTask().xhwang2014-09-231-1/+1
* Adds a platform independent detection of microphone hardware mute.henrika2014-09-231-1/+30
* Add VEA supported profiles to GPUInfo.wuchengli2014-09-235-5/+20
* CdmPromise to use CdmPromiseTraits so specializations not neededjrummell2014-09-232-134/+103
* Define a new media_cast target which provides the minimal functionalityjfroy2014-09-227-2/+160
* Expect InitSegmentReceived() in PipelineIntegrationTest.Encrypted* tests.xhwang2014-09-221-0/+1
* Use VPX_IMG_FMT_*/VPX_PLANE_* definesjohannkoenig2014-09-221-4/+4
* Fix mojom dependencies in media/mojo/services, make gn check passjamesr2014-09-223-3/+12
* Introduce media::AudioClock::TimeUntilPlayback().scherkus2014-09-223-1/+83
* Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enume...mcasas2014-09-229-4/+261
* Make VEA test support videos with different coded size and visible sizehenryhsu2014-09-222-8/+17
* [Cast] Limit frames in flight by duration, and not by number of frames.miu2014-09-2016-149/+277
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-09-201-1/+3
* Remove acolwell & shadi from media OWNERS files.acolwell2014-09-201-2/+0
* CDM FileIOTest: Work around flakiness by not closing during read/write.xhwang2014-09-191-4/+8
* Dynamically allocate more memory to AudioBlockFifo.xians2014-09-194-14/+135
* media: scaffolding and plumbing for MojoRenderer{Impl, Service}tim2014-09-1820-36/+1425
* [Cast] Fix referenced_frame_ids emitted by Vp8Encoder, with massive test clea...miu2014-09-183-123/+70
* CdmFileIOImpl: Refactor Write() implementation.xhwang2014-09-184-120/+347