summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable software decoding video with libvpx on Androidwatk2015-08-071-2/+4
* Add an IVF parserkcwu2015-08-076-27/+252
* Revert of Modifies size of ring buffer in shared memory on the audio capture ...grunell2015-08-071-7/+1
* Fix WASAPI restriction to be based on period size; fixes Win10.dalecurtis2015-08-071-82/+93
* Fix incorrect opus seek preroll and flaky pre-skip removal.dalecurtis2015-08-0715-99/+323
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-079-34/+34
* Update SplitString calls to new formbrettw2015-08-079-34/+34
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-3/+2
* media: Fix natural size generation in MP4StreamParser.Xiaohan Wang2015-08-066-3/+71