summaryrefslogtreecommitdiffstats
path: root/media/blink/buffered_data_source.cc
Commit message (Expand)AuthorAgeFilesLines
* Assign a initial value to local variables to avoid maybe-uninitialized warningtzik2016-02-201-1/+1
* Convert Pass()→std::move() in //mediadcheng2015-12-271-4/+6
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+1
* Switch to standard integer types in media/.Avi Drissman2015-12-191-13/+19
* Add setBufferingStrategy() to WebMediaPlayer.sandersd2015-12-121-11/+18
* Multibuffer Data Sourcehubbe2015-12-021-0/+8
* Revert of Multibuffer Data Source (patchset #9 id:160001 of https://coderevie...hubbe2015-12-011-8/+0
* Multibuffer Data Sourcehubbe2015-12-011-0/+8
* Add methods for telling V8 how much memory audio/video is using.dalecurtis2015-10-291-0/+5
* Add event to media log if origin changes during playbackjrummell2015-10-221-3/+8
* Relax cross-origin partial response requirements for CORS presence.dalecurtis2015-10-221-3/+4
* Fix possible deadlock.ahest2015-09-041-1/+2
* Check the response URL origin in BufferedDataSource to avoid mixing cross-ori...horo2015-07-141-2/+15
* Switch to double for time calculations using playback rate.a.berwal2015-04-221-2/+2
* Introduce CancelUponDeferral() to buffered media loaders.dalecurtis2015-03-271-0/+6
* Fix WeakPtrFactory ordering in mediadmichael2014-12-091-2/+2
* Allow network retries for failed network loads.dalecurtis2014-11-241-5/+19
* Update BufferedDataSource class documentation.sievers2014-11-201-1/+4
* Fix race when calling GetWeakPtr() from multiple threads.sievers2014-11-181-1/+2
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-0/+1
* BufferedDataSource: don't reallocate buffer unnecessarilymmaliszkiewicz2014-09-241-7/+7
* Move WebMediaPlayerImpl and its dependencies to media/blink.acolwell2014-09-061-0/+535