summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media
Commit message (Expand)AuthorAgeFilesLines
* Moving media-related files from webkit/glue/ to webkit/media/.scherkus@chromium.org2011-11-1720-5511/+0
* Cleanup: Remove unneeded forward declarations in webkit/.thestig@chromium.org2011-11-171-1/+0
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-163-29/+33
* Add NetworkEventCB to media pipeline and remove IsNetworkActive()vrk@google.com2011-10-194-34/+27
* Support playback & seeking in media files over 2G.fischman@chromium.org2011-10-191-4/+4
* Adjust capacity and disable deferring when read lies past existing capacity.scherkus@chromium.org2011-10-122-21/+398
* Numerous fixes to audio/video buffered resource loading.scherkus@chromium.org2011-10-126-229/+352
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-013-10/+10
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-302-3/+3
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-2914-121/+116
* Cleaned up threadiness of BufferedDataSource.fischman@chromium.org2011-09-272-12/+42
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-192-8/+8
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-162-8/+8
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-162-8/+8
* Fix BufferedResourceLoaderTest.BufferWindow_SetVeryLargevrk@google.com2011-09-092-0/+11
* Scale BufferedResourceLoader buffering window based on bit rate of videovrk@google.com2011-09-087-13/+309
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-022-2/+2
* Apply limits consistent with offline audio contexts.cevans@chromium.org2011-09-011-0/+9
* roll skia to 2193reed@google.com2011-08-301-26/+1
* Completely random typo fixes and style corrections cleanup.fischman@chromium.org2011-08-253-27/+2
* Mark the SkBitmap used for video uploads as volatile. This tells Ganesh (Ski...senorblanco@chromium.org2011-08-121-0/+1
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-098-57/+57
* Split WebMediaPlayerImpl::Proxy into its own class.scherkus@chromium.org2011-08-093-44/+42
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-0910-21/+85
* Fixes video to canvas drawing. The draw operationwas not updating the videojunov@chromium.org2011-08-041-0/+1
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-021-1/+0
* Change call to WebFrame::createAssociatedURLLoader to use overload that takes...bbudge@chromium.org2011-07-292-4/+18
* Revert 93723 - Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-279-83/+128
* Revert 94316 - Fix invalid pointer dereference in WebDataSourceFactory when p...acolwell@chromium.org2011-07-275-310/+35
* Fix invalid pointer dereference in WebDataSourceFactory when playback is canc...acolwell@chromium.org2011-07-275-35/+310
* Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-229-128/+83
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-204-24/+1
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-201-9/+6
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-0/+33
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-182-5/+6
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-141-33/+0
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-141-0/+33
* Added extending forward_capacity for large reads.slock@chromium.org2011-07-133-19/+104
* Adding ChunkDemuxer implementation.acolwell@chromium.org2011-06-291-4/+6
* Not allow compression when requesting multimediaenal@chromium.org2011-06-213-5/+33
* Revert 89532 - Not allow compression when requesting multimediaakalin@chromium.org2011-06-173-33/+5
* Not allow compression when requesting multimediaenal@chromium.org2011-06-173-5/+33
* Adding retry limit for BufferedResourceLoader cache misses.acolwell@chromium.org2011-06-143-2/+77
* Fix BufferedResourceLoader's kReadThenDefer strategy.scherkus@chromium.org2011-06-033-7/+44
* Remove MockWebFrame in favour of MockWebFrameClient and update corresponding ...scherkus@chromium.org2011-05-133-28/+42
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Partial revert of 82061 so we keep the initial unbounded range request.scherkus@chromium.org2011-05-033-13/+60
* Remove the watchdog timer and some member variables from BufferedDataSource.scherkus@chromium.org2011-04-223-149/+0
* Fix BufferedResourceLoader so it only makes Range requests when a subset of t...acolwell@chromium.org2011-04-195-50/+111