summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-282-2/+0
* media: Quit MojoMediaApplication when no ServiceFactory service is bound.xhwang2015-07-285-6/+36
* media: Mojo interfaces renaming.xhwang2015-07-2723-111/+102
* Add precompiled headers to GN build for large targets.brettw2015-07-272-0/+2
* MediaCodecPlayer implementation (stage 2 - seek)timav2015-07-2512-59/+622
* Catch errors if important parameters can't be determined.rtoy2015-07-241-4/+37
* Add more isolates to the GN build:dpranke2015-07-241-0/+9
* media: Always enable trace event for "media" category group.xhwang2015-07-241-0/+4
* media: Add memory tracing to VpxDecoder memory pool.dcastagna2015-07-241-2/+42
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-244-8/+14
* media: Fix 'gn check' for "Source file not found".tfarina2015-07-241-1/+0
* Modifies size of ring buffer in shared memory on the audio capture side.henrika2015-07-241-1/+7
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-2/+2
* MSE: Log FrameProcessor warnings and errors to chrome://media-internalswolenetz2015-07-246-31/+98
* Support CENC SampleGroupDescription 'sgpd' box in 'moov'kqyang2015-07-235-78/+134
* Save WebContentDecryptionModuleResult in scoped_ptr<>jrummell2015-07-239-39/+64
* content: Use the memory-infra graph API for GpuMemoryBufferManager.reveman2015-07-231-0/+4
* media/capture: Adding WebmMuxer class and unittestsmcasas2015-07-238-2/+355
* Add Jpeg decoder profile to GpuInfohenryhsu2015-07-231-0/+4
* Migrate from WebCallbacks<S, T> to WebCallback<S*, T*> (3/4)yhirano2015-07-231-6/+0
* Change ChunkDemuxerStream/SourceBufferStream memory limit to size_t typeservolk2015-07-2311-70/+87
* Migrate from WebCallbacks<S, T> to WebCallback<S*, T*> (1/4)yhirano2015-07-221-0/+6
* Remove base/mac/scoped_nsexception_enabler.h.rsesek2015-07-221-8/+8
* clang/win: Fix build after https://codereview.chromium.org/1248543002/Nico Weber2015-07-221-1/+0
* Fix race condition when accessing time_progressing_.dalecurtis2015-07-222-13/+33
* Remove device change deduplication based on device id.dalecurtis2015-07-223-47/+53
* MSE: Update DTS by the same delta as PTS during partial append window trimmingwolenetz2015-07-222-5/+58
* Work on Windows GN allocator.brettw2015-07-221-0/+2
* media: Add ServiceFactory mojo interface and implementation.xhwang2015-07-2119-91/+212
* media: Add UMA and trace events for CDM creation.xhwang2015-07-212-3/+41
* media: In low delay mode, do not accumulate frames earlier than the start time.xhwang2015-07-212-8/+20
* Prevent seeking when Android MediaPlayer reports that it's not possible.keitchen2015-07-214-5/+129
* Refactor WebMClusterParserTest parser creation for readabilitywolenetz2015-07-211-87/+107
* Web MIDI: make unsupported device check stricttoyoshim2015-07-211-4/+11
* Remove Utils.getInitDataFromMessage()jrummell2015-07-214-22/+4
* MSE: Provide link in media-internals to known bug 229412 until it is fixedwolenetz2015-07-211-2/+4
* Initial support for the desktop media pipeline on Android.watk2015-07-208-41/+105