summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix visible size in PictureReady when resolution changedhenryhsu2015-08-201-15/+19
* use libyuv to implement yuva conversion in skcanvas.fbarchard2015-08-201-12/+19
* Add additional logging to verify if test times out due to missed eventsjrummell2015-08-202-0/+7
* media: Make GpuMemoryBuffers VideoFrame copies asynchronous.dcastagna2015-08-2017-149/+359
* Introduce a client minimum picture pool sizelpique2015-08-201-1/+5
* [Media,MSE] Fix a DCHECK when printing empty rangesservolk2015-08-201-0/+3
* Remove unused use_gpu_memory_buffers from VideoCaptureParamsemircan2015-08-192-6/+1
* MediaCodecPlayer: do not render video during emergency stoptimav2015-08-192-0/+7
* Deploying into 3 R_8 GpuMemoryBuffers for Video Capture flag kUseGpuMemoryBuf...emircan2015-08-196-82/+106
* Sync GN tests with GYP build.brettw2015-08-181-0/+1
* roll libyuv to r1464 for yuva supportfbarchard2015-08-181-2/+2
* Update expected audio hash for fixed point opus decoderyucliu2015-08-181-0/+9
* In-class-initialize LIMITED_MEDIA_LOG log counterswolenetz2015-08-187-97/+38
* Refactor AnnexB bitstream conversion for AVC/H.264servolk2015-08-1810-33/+129
* Add GenericSharedMemoryId and use w/ GpuMemoryBufferericrk2015-08-171-1/+1
* Call VideoFrameProviderImpl::DidReceiveFrame when background render completes.jbauman2015-08-151-1/+3
* media: Report low delay mode to UMA and MediaLog.xhwang2015-08-142-0/+8
* Remove #if around PIXEL_FORMAT_NV12andresantoso2015-08-148-26/+1
* Remove the old WebMediaSourceImpl::addSourceBuffer overloadservolk2015-08-142-23/+0
* GN: Fix more "Source file not found" errors.tfarina2015-08-141-1/+1
* Revert to zero-initializing buffers for FFmpegVideoDecoderemircan2015-08-134-11/+27
* Fixed subsample size adjustment in AVC AnnexB conversionservolk2015-08-134-31/+74
* Switch AudioRendererAlgorithm to buffer based on time.dalecurtis2015-08-133-14/+19
* Add support for H264 and VP9 to AndroidVDAwatk2015-08-133-0/+38
* media: Refactor SkCanvasVideoRenderer to use SkImages and not SkBitmaps.dcastagna2015-08-134-237/+126
* Fix warning of using uninitialized variablekcwu2015-08-131-4/+10
* Revert of add ConvertYUVAToARGBRow_MMX to media_perftests (patchset #3 id:400...rockot2015-08-132-50/+3
* Add YUVConvertPerfTest.ConvertYUVAToARGBRow_MMX and YUVConvertPerfTest.I422To...fbarchard2015-08-132-3/+50
* Use visible_rect instead of coded_size for Cast video testing.miu2015-08-121-20/+20
* Media: Introduce addSourceBuffer which takes an unparsed codecs stringservolk2015-08-122-0/+24
* ffmpeg_cdm_video_decoder: s/PIX_FMT/AV_PIX_FMT/jzern2015-08-121-10/+12
* ffmpeg_common: s/PIX_FMT/AV_PIX_FMT/jzern2015-08-124-21/+21
* Move a MediaCodecBridge logwatk2015-08-122-1/+3
* ffmpeg_aac_bitstream_converter: s/CODEC_ID_AAC/AV_CODEC_ID_AAC/jzern2015-08-122-2/+2
* Changes lifetime of ApplicationConnection instances.ben2015-08-121-4/+5
* Re-enable AudioPlayTillCompletion test with logstimav2015-08-115-9/+19
* Add more track buffer logging to SourceBufferStream.chcunningham2015-08-111-3/+8
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-113-7/+5
* MSE: Warn when keyframe after track_buffer is significantly in futurewolenetz2015-08-117-25/+275
* GN: Use forward_variables_from and remove unnecessary ldflags for cdm_adapter...agrieve2015-08-112-94/+13
* Replace StringPrintf("%s", ...) with an explicit cast.ricea2015-08-111-2/+1
* Add a Vp9Parser implementationkcwu2015-08-118-14/+787
* Avoid setting effects on output devices if they weren't asked for.tommi2015-08-101-1/+8
* Disable some unittests for MediaCodecPlayer temporarilytimav2015-08-102-5/+10
* Fix a double overflow issue when converting seconds to timeDeltaqinmin2015-08-103-14/+2
* Add VP9 raw bits readerkcwu2015-08-105-0/+183
* Web MIDI: add usage metricstoyoshim2015-08-101-2/+47
* clang/win: Build chromium_code with -Wunused-functionNico Weber2015-08-081-21/+0
* Update SplitString calls to new formbrettw2015-08-088-33/+37
* Cast Streaming: Refactor adaptive congestion control to be iterative.miu2015-08-072-71/+107