summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Switch back to using VideoRenderer::StartPlayingFrom().scherkus2014-09-162-3/+4
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-134-4/+4
* Replace the only use of media::MockStatisticsCB with a bound method.scherkus2014-09-132-13/+0
* Sprinkle some DVLOGs in media::WallClockTimeSource.scherkus2014-09-121-0/+4
* Extend media glue code to support the VideoToolbox cast video encoder.jfroy2014-09-126-1/+633
* Provide fine grained media playback time thru interpolationqinmin2014-09-125-8/+27
* Invalidate input buffer index after releasing MediaCodecBridgeqinmin2014-09-121-0/+1
* Make media::WallClockTimeSource thread safe.scherkus2014-09-102-9/+26
* Add default impl for DemuxerStream::EnableBitstreamConverter().xhwang2014-09-102-1/+5
* media: Introduce DemuxerStreamProvider interface.xhwang2014-09-106-17/+54
* Switch to using media::TimeSource inside media::RendererImpl.scherkus2014-09-099-41/+40
* Android video capture: suppress deprecated warnings while migrating to new APImagjed2014-09-094-0/+4
* Add content_shell_test_apk and several dependenciescjhopman2014-09-091-0/+22
* Fix potential deadlock between Pipeline and VideoRendererImpl.scherkus2014-09-091-1/+5
* MediaLog: Log selected audio/video decoder name.xhwang2014-09-094-0/+20
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-082-0/+4
* Suppress build time warningsqinmin2014-09-081-0/+6
* Update Pepper interface for EMEjrummell2014-09-081-0/+10
* GN: fix up //media/base linux dependenciesjamesr2014-09-071-0/+4
* Move WebMediaPlayerImpl and its dependencies to media/blink.acolwell2014-09-062-4/+2
* Protect access to Pipeline::renderer_ with a lock.scherkus2014-09-051-4/+9
* Make index parameters in Ranges method match the type returned by size()acolwell2014-09-051-4/+4
* Move Mac media glue code from media/video/capture/mac to media/base/mac.jfroy2014-09-055-0/+588
* [Checkstyle] Enable additional name checks for Java.Aurimas Liutikas2014-09-043-4/+4
* 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