summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: Rename Media.MSE.Playback UMA to Media.LoadType.xhwang2015-08-061-6/+3
* [tracing] Introduce MemoryDumpArgs to enable light and heavy dumpsssid2015-08-061-1/+3
* Fix front_timestamp becoming less than start_timestampwolenetz2015-08-051-1/+5
* Catch exceptions from MediaExtractor.readSampleDatartoy2015-08-051-1/+10
* Fix flake in AnimatedContentSamplerTest by using fixed rand seed.miu2015-08-041-5/+3
* Strict Overflow Prevention video_capture_oracle.ccesum2015-08-041-2/+5
* Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzonespang2015-08-044-9/+11
* [Web MIDI] Midi[Input|Output]DeviceState should be RefCountedThreadSafe.yhirano2015-08-041-4/+6
* Capture Auto-Throttling: Frequent increases after source size changemiu2015-08-033-13/+170
* Android: if dequeueInputBuffer gives TRY_AGAIN_LATER, dequeue output buffers.gunsch2015-07-311-0/+4
* Add yet more GN isolates ...dpranke2015-07-311-0/+13
* Introduce OutputDevice interface.guidou2015-07-3125-111/+178
* MediaCodecPlayer implementation (stage 3 - browser seek and surface change)timav2015-07-309-232/+725
* Media: Nicer MSE append loggingservolk2015-07-301-6/+22
* Move JNI annotations to annotations package.aurimas2015-07-3013-24/+24
* Make a flag enable-rtc-smoothness-algorithm for the new rendering algorithm.qiangchen2015-07-292-0/+6
* Allow odd sized video decoder configs.chcunningham2015-07-294-106/+176
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-292-2/+0
* Use skia to do accelerated YUV conversion for rec709 'HD' color space inrileya2015-07-291-6/+7
* Switch to the new SkImageGenerator APIfmalita2015-07-291-8/+7
* Web MIDI: Android Chrome is stuck if connected USB devices are not MIDItoyoshim2015-07-291-1/+1
* Fix a size calculation bug in parse_jpeg.cchanchung2015-07-291-6/+6
* Annotate large GN targets for precompiled headersbrettw2015-07-282-0/+2
* Update MediaKeyStatus to replace OutputNotAllowed with OutputRestrictedjrummell2015-07-286-7/+15
* Add huffman table to input of V4L2 Jpeg decode acceleratorhanchung2015-07-282-45/+43