summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2710-19/+19
* GN: Fix Android component buildcjhopman2014-10-272-0/+5
* 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
* Don't let input buffer overwhelm output bufferqinmin2014-10-242-68/+106
* Android Video Capture: Refactor VideoCapture class hierarchymcasas2014-10-244-301/+339
* Duplicate VideoEncodeAccelerator::SupportedProfile in gpu_info.h.wuchengli2014-10-241-1/+2
* Move KeySystemInfo to media/.xhwang2014-10-244-0/+133
* Expose the internal MatrixBuilder class as ChannelMixingMatrix.wtc2014-10-236-332/+537
* VideoCapture: Remove deep frame copy in the border to libJinglemagjed2014-10-232-337/+197
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-234-23/+10
* 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-222-5/+1
* Type conversion fixes, media/ edition.pkasting2014-10-211-23/+22
* Sort out mcasas@ as OWNER of filesmcasas2014-10-212-3/+2
* Standardize usage of virtual/override/final in media/dcheng2014-10-2116-70/+71
* Skip initial seek to 0 on flingdgn2014-10-212-2/+14
* Add MediaKeys::GetCdmId().xhwang2014-10-213-5/+13
* Introduce CdmFactory interface.xhwang2014-10-203-0/+59
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-172-2/+2
* Convert ARRAYSIZE_UNSAFE -> arraysize in media/.viettrungluu2014-10-161-1/+1
* Fix Java indentation issues.aurimas2014-10-1612-91/+90
* Listen to the audio focus event for MSE/EMEqinmin2014-10-168-72/+118
* Add mcasas@ to OWNERS for VideoCapture*.java under media/base/androidmcasas2014-10-151-0/+2
* Remove MediaPlayerAndroid::IsSurfaceInUse() callqinmin2014-10-145-19/+0
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-144-19/+59
* Fix type truncation warnings in YUV-related code.pkasting2014-10-145-18/+24
* remove wjia from media OWNERSqinmin2014-10-131-1/+1
* Send metadata change to renderer after decoder is drainedqinmin2014-10-138-51/+106
* Revert "Removes MediaDecoderJob virtual method call from destructor."gunsch2014-10-131-3/+1
* Removes MediaDecoderJob virtual method call from destructor.gunsch2014-10-101-1/+3
* Preroll decoders when video starts playingqinmin2014-10-093-7/+17
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-092-2/+2
* Refactor CdmPromise and related classesjrummell2014-10-076-220/+155
* Disable MediaSourcePlayerTest.PrerollContinuesAcrossConfigChange on Android.kjellander2014-10-071-1/+9
* Mac Video Capture: Connect discard-late-frames in QTKit and AVFoundationmcasas2014-10-071-0/+1
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-0726-146/+146
* media: Pass DemuxerStreamProvider in Renderer::Initialize().xhwang2014-10-034-15/+21
* Skip retrieving cookies and user credentials for data uriqinmin2014-10-011-1/+1
* Fix wrong selection of VP8 video decoder on some Samsung devices.glaznev2014-10-013-11/+76
* Fix MediaPlayerBridge to handle unknown or infinite durations.dalecurtis2014-10-011-3/+5
* Android Video Capture: use tightest fps Range available on allocate()mcasas2014-09-301-12/+15
* Android Video Capture: Removed references to Android.Hardware.Camera from the...mcasas2014-09-304-110/+87
* Use base::StringPairs where appropriate for src/media/anand.ratn2014-09-302-5/+4
* Adding new function ReadFrames() that returns the audio frame in planarpwestin2014-09-303-0/+176
* Rename AndroidImage format template to match the Java class.aurimas2014-09-304-8/+7
* Only use custom SSE FMUL and FMAC with non-clang compilers.dalecurtis2014-09-291-0/+7
* Cleanup some audio classes with C++11 shine!dalecurtis2014-09-264-16/+8
* Speculative fix when translating blob data to a file pathqinmin2014-09-261-0/+5