summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Remove OnMediaResourcesReleased callback passed to MediaPlayerAndroidqinmin2014-09-0311-55/+4
* [Android] Fix findbugs errors.newt2014-09-031-1/+0
* Increase DVLOG level of BitReader::SkipBits() from 0 to 1 and add TODO.scherkus2014-09-031-1/+2
* Revert of Reland 501823002: Used native deinterleaved and float point format...xians2014-09-033-90/+32
* Replace init_cb in Renderer::Initialize() with base::Closure.xhwang2014-09-035-12/+11
* Make Demuxer::Stop() synchronous.xhwang2014-09-025-30/+24
* CPU_ABI in Build has been deprecated using the Android L SDK.henrika2014-09-011-1/+0
* Updating buffered duration of local resource in androidamogh.bihani2014-09-011-5/+2
* Used native deinterleaved and float point format for the input streams.xians2014-08-293-32/+90
* Remove time getters from AudioBufferQueue and AudioRendererAlgorithm.scherkus2014-08-293-162/+0
* media: Remove FilterCollection.xhwang2014-08-2910-219/+133
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-283-6/+2
* Add UMA for droppedframes countprabhur2014-08-281-0/+4
* Verify promise type before casting.jrummell2014-08-282-41/+105
* Avoid deadlock between Pipeline and RendererImpl.xhwang2014-08-281-3/+7
* Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2)thestig2014-08-289-442/+25
* Don't try to decode more than one EOS at a time.sandersd2014-08-271-2/+3
* Revert of Used native deinterleaved and float point format for the input stre...xians2014-08-273-90/+32
* Used native deinterleaved and float point format for the input streams.xians2014-08-273-32/+90
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-273-2/+6
* Remove the last piece of deprecated synchronous IO code.xians2014-08-273-6/+2
* Revert of Cleanup: Remove unneeded SSE2 checks and unused code. (patchset #4 ...thestig2014-08-277-17/+291
* Cleanup: Remove unneeded SSE2 checks and unused code.thestig2014-08-277-291/+17
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-279-23/+23
* Extend media::VideoFrame to wrap CVPixelBuffer on OS X and iOS.jfroy2014-08-262-0/+80
* Revert of Implement unit test specific test launcher timeout (patchset #6 of ...phajdan.jr2014-08-251-21/+14
* Implement unit test specific test launcher timeoutPaweł Hajdan, Jr2014-08-251-14/+21
* media: Introduce Renderer interface and RendererImpl.xhwang2014-08-2312-771/+312
* Fix DCHECKs in V4l2VideoDevice.wuchengli@chromium.org2014-08-222-15/+26
* Add dependency on widevine headers.brettw@chromium.org2014-08-221-1/+5
* Reduce demuxer benchmark iterations.rileya@chromium.org2014-08-221-1/+1
* Changes to media.gyp for Chromoting iOS clientdcaiafa@chromium.org2014-08-151-1/+1
* Using PROFILE_ANY for vp8 and vp9amogh.bihani@samsung.com2014-08-151-4/+4
* Update ClearKey to support CDM_6jrummell@chromium.org2014-08-153-0/+13
* gn win: Don't add linux-style cflagsscottmg@chromium.org2014-08-141-2/+6
* Add UMA reporting to CdmPromise.sandersd@chromium.org2014-08-142-0/+88
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-2/+2
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-2/+2
* Allow setContentDecryptionModule() to get called when setting is done.jrummell@chromium.org2014-08-133-2/+38
* Introduce DecodeTimestamp class to make it easier to distiguish presentation ...acolwell@chromium.org2014-08-124-15/+99
* Split out media/base and media/android into GN targets.dalecurtis@chromium.org2014-08-112-0/+513
* Roll FFmpeg for M38wolenetz@chromium.org2014-08-091-1/+1
* [Checkstyle] Update static variable and constant names to match style guides.aurimas@chromium.org2014-08-083-12/+12
* Don't crash when splices are in the past due to bad media.dalecurtis@chromium.org2014-08-082-2/+48
* Fix for cross-origin video check for webglqinmin@chromium.org2014-08-083-2/+22
* Pipeline: Invalidate weak pointers before returning stop callback.xhwang@chromium.org2014-08-083-0/+16
* Fix MediaDrmBridgeTest.IsKeySystemSupported_Widevine test.xhwang@chromium.org2014-08-061-2/+9
* Handle platforms with no bluetooth in AudioManagerAndroid.benm@chromium.org2014-08-061-0/+5
* Pipeline: Use WeakPtr for DemuxerHost Calls and Tasks.xhwang@chromium.org2014-08-062-42/+45
* Fix new[]/delete mismatch in AudioBusPerfTest.scherkus@chromium.org2014-08-051-2/+2