summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media
Commit message (Expand)AuthorAgeFilesLines
...
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-292-17/+20
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-166-11/+17
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-313-3/+25
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-2/+0
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-4/+4
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-2/+3
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-223-6/+3
* Fix an unitialized read in a unit test to appease valgrindthakis@chromium.org2010-07-202-5/+1
* Video Buffering: Caches data to disk when paused (resubmit)vrk@google.com2010-07-153-5/+209
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-4/+14
* Reverting my previous changesvrk@google.com2010-07-073-210/+6
* Fixed memory leak in test shell testsvrk@google.com2010-07-071-0/+6
* Video buffering: Caches data to disk when paused for faster bufferingvrk@google.com2010-07-073-6/+204
* Calling slow video renderer in case opacity is not 1.0.pranavk@chromium.org2010-07-021-0/+19
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-242-2/+6
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-13/+3
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-116-20/+36
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+5
* Mark some more release() calls with ignore_result.estade@chromium.org2010-05-042-11/+8
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-271-2/+2
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-18/+16
* Don't clear VideoRendererImpl's proxy_ variable during OnStop().scherkus@chromium.org2010-04-061-5/+1
* Bilinear video scaling enabled (using Skia).scherkus@chromium.org2010-04-021-15/+21
* Added --enable-video-logging, which will log the presentation timestamp of vi...scherkus@chromium.org2010-03-302-13/+38
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-231-126/+110
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-5/+5
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-101-1/+0
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-263-19/+64
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-194-6/+10
* Revert two changes that accidentally got in my last checkin.brettw@chromium.org2010-01-122-19/+0
* Working rudimentary audio in Pepper.brettw@chromium.org2010-01-122-0/+19
* Add a CreateBridge method to the ChildThread.jcampan@chromium.org2009-12-191-13/+15
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-202-5/+10
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-184-2/+8
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-134-4/+10
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-052-2/+8
* Make GetURLForDebugging return a const GURL.tony@chromium.org2009-10-284-5/+5
* Fixed valgrind breakage by r29848hclam@chromium.org2009-10-231-9/+3
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-235-62/+131
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-0/+1
* Report stalled event correctly for <video>hclam@chromium.org2009-10-163-150/+298
* Coverity: initialize read_attempts_ in BufferedDataSource constructor.mattm@chromium.org2009-10-061-0/+1
* Enable <video> using cachehclam@chromium.org2009-09-303-176/+189
* Revert r27587 that broke the treehclam@chromium.org2009-09-303-141/+178
* Revert r27589 that broke the treehclam@chromium.org2009-09-301-6/+4
* <video> use cache if --enable-byte-range-support is presenthclam@chromium.org2009-09-301-4/+6
* Change how <video> fetch a resource to make it friendly to sparse cachinghclam@chromium.org2009-09-303-178/+141
* Allow <audio> to work in extensionhclam@chromium.org2009-09-211-16/+26