summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Remove MockReader.acolwell@chromium.org2012-06-271-77/+0
* Move java files into src parent directory.navabi@google.com2012-06-262-1/+1
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-261-0/+4
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-262-4/+6
* Ensure media's buffered ranges always have a range that includes currentTime.fischman@chromium.org2012-06-2310-1/+73
* Add support for namespace in static JNI methods.bulach@chromium.org2012-06-221-7/+9
* Change VideoDecoder::ReadCB to take const scoped_refptr<VideoFrame>&.xhwang@chromium.org2012-06-201-1/+2
* Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...nirnimesh@chromium.org2012-06-202-50/+21
* Provide a Chrome-owned buffer to FFmpeg for video decoding, instead ofrbultje@chromium.org2012-06-202-21/+50
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-202-0/+77
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-203-0/+34
* Add Decryptor interface.xhwang@chromium.org2012-06-193-2/+121
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-163-2/+58
* Notify SourceBufferStream of each cluster's start time as it gets parsedvrk@google.com2012-06-141-1/+6
* Fix the ant warning of 'includeantruntime was not set' in android buildshouqun.liu@intel.com2012-06-131-1/+1
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-128-169/+51
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-126-51/+1
* Make the other Java modules debuggablehaitao.feng@intel.com2012-06-081-1/+1
* Fix gcc 4.7 building problems.pkasting@chromium.org2012-06-081-7/+12
* media: No need to tag enum types with MEDIA_EXPORT in header files.tfarina@chromium.org2012-06-021-2/+2
* Turn on audio mixer by default.enal@chromium.org2012-06-012-3/+3
* Upstream implementation for embedded video for WebMediaPlayerAndroidqinmin@chromium.org2012-06-011-0/+1
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-3115-113/+291
* Remove logspam from media_unittests.fischman@chromium.org2012-05-301-1/+7
* Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...fischman@chromium.org2012-05-303-18/+25
* Export kUseCraskochi@google.com2012-05-301-1/+1
* Track buffered byte ranges correctly in media::Pipeline.fischman@chromium.org2012-05-307-82/+63
* Fix ninja build for android.yfriedman@chromium.org2012-05-292-35/+1
* Send 'ended' event when we don't know audio duration in the beginning.enal@chromium.org2012-05-262-3/+5
* Check in missing files from r138642.scherkus@chromium.org2012-05-232-0/+97
* Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchyscherkus@chromium.org2012-05-235-143/+58
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-187-16/+37
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-181-0/+1
* Update WebMClusterParser to compute durations for all StreamParserBuffers.acolwell@chromium.org2012-05-181-0/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-167-10/+3
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-126-110/+1
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-126-1/+110
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-116-110/+1
* Re-land r136486 (reverted in r136500).fischman@chromium.org2012-05-115-647/+3
* Implement support for completely overlapping the selected range in SourceBuff...vrk@chromium.org2012-05-112-0/+12
* Revert 136486 - Delete DownloadRateMonitor since it's never worked right.tkent@chromium.org2012-05-115-3/+647
* Delete DownloadRateMonitor since it's never worked right.fischman@chromium.org2012-05-115-647/+3
* Remove statistics reporting from chrome://media-internals and fix event logging.scherkus@chromium.org2012-05-104-67/+6
* Android content shell bringup.jrg@chromium.org2012-05-101-7/+11
* Report correct buffered TimeRanges instead of faking a single TimeRange.fischman@chromium.org2012-05-105-47/+288
* Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.fischman@chromium.org2012-05-095-87/+1
* Add initial implementation of SourceBufferStreamvrk@google.com2012-05-041-0/+3
* Remove a few unused media::PipelineStatus codes.scherkus@chromium.org2012-05-033-21/+8
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-0310-130/+136