diff browse annotate |
edbc3ebfd63c5ffaafbd5f39099d8ce54451ec7f created 2010-08-13 12:41 +1200 pushed unknown |
Matthew Gregan | Matthew Gregan - Bug 585864 - Increase media cache block size from 4kB to 32kB. r=roc a=roc |
diff browse annotate |
e176352bdcd0262f08ac4923bdfe471a1d6e865d created 2010-07-20 13:29 +1200 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 567805. Call UpdatePlaybackRate whenever duration is set. r=doublec |
diff browse annotate |
690bfc577872ad1ea9268c75de3948110853a85d created 2010-06-17 21:46 +0200 pushed unknown |
Matthew Gregan | Matthew Gregan - Bug 572515 - Crash in [@ nsMediaCacheStream::~nsMediaCacheStream()] if nsMediaCache fails to init. r=roc |
diff browse annotate |
5c557d4dd0c738f2f1e7933f12355eced0db78a1 created 2010-06-16 11:12 +1200 pushed unknown |
Matthew Gregan | Matthew Gregan - Bug 572235 - Increase default media cache size from 50MB to 500MB. r=roc |
diff browse annotate |
8456ce23a1ece2718110ef0de4dbb48088fe515b created 2009-11-18 13:38 +1300 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 529105. Don't mess with closed streams when data arrives for a resource that the closed stream is using. r=doublec |
diff browse annotate |
8548c0ac4a934c2ce67c0a9729b3d1eeaf6d4d60 created 2009-11-18 13:38 +1300 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 518659. When deciding whether a previous stream is going to load the data we need, we need to check against the data we'll be loading next, not the data we're currently loading. r=doublec |
diff browse annotate |
2d2a7f2f0a96710202e2ba8e8648bbffa5f5e96e created 2009-10-10 00:48 +1300 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 521178. Don't open a connection when we're only trying to read at the end of the resource (even if the seek-vs-read optimization decides we should just read from the start of the resource). r=doublec |
diff browse annotate |
af45ce6dc57520066bbcd2c92b11d4dacb4a3821 created 2009-10-10 00:48 +1300 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 521176. Don't unnecessarily start an HTTP transaction when cloning a media resource. r=doublec |
diff browse annotate |
d71007568c2410e039d7ce8c848a4ab5993efb9d created 2009-10-10 00:46 +1300 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 518659. Make nsMediaCache call out to nsMediaCacheStream::ClientSeek/Suspend/Resume without holding its lock. r=doublec |
diff browse annotate |
6ef41ffcc5213f70a9ac3748ef66cb26ec992f19 created 2009-10-23 15:18 +1300 pushed unknown |
Matthew Gregan | Matthew Gregan - Bug 523814 - Refresh entry pointer after hashtable mutation in NotifyBlockSwapped. r=roc |
diff browse annotate |
d02342520b16ecb1989223a91873112057df2cfb created 2009-10-15 15:20 +1300 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 522114. Fix stupid bug so we don't treat 0 pin count as pinned. r=doublec |
diff browse annotate |
8cccae76de91dcda353e05308b34bc07e13d10c5 created 2009-09-30 07:32 +1000 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 519136. Clean up media-related logging. r=doublec |
diff browse annotate |
6e4ad2b2048214a3d8cfe22e0d546005ad1eabdd created 2009-09-30 06:48 +1000 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 517818. When nsMediaCache::Update wants to read from the end of the stream, don't resume if we're already suspended. And if the channel is not already positioned at the end, suspend instead of seeking to the end, since there is no point in seeking to the end and it may cause harmful side effects. r=doublec |
diff browse annotate |
643b222c2d83749c495bee8c2f5343fd11dc9586 created 2009-09-15 14:30 +1200 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 513144. Allow streams that are related by mozLoadFrom to share data loaded after the initial clone. r=doublec |
diff browse annotate |
aea350f323885028993916ee73b7ae7e2e3e6d0c created 2009-09-15 14:30 +1200 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 513144. Make nsMediaChannelStream::CloneData clone the underlying cache stream, which adds the new stream as co-owner of all the nsMediaCache blocks currently cached for the original stream. Also, use NS_NEW_RUNNABLE_METHOD instead of the SuspendedStatusChanged class. r=doublec |
diff browse annotate |
a4ef15912d218af253eefa53cba30e0376a64349 created 2009-09-15 14:30 +1200 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 513144. Allow nsMediaCache blocks to be owned by multiple streams at the same time. r=doublec |
diff browse annotate |
857725884e1e74fde2ee0f4b3110e3a29c970dfb created 2009-09-15 14:30 +1200 pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 513144. Allow nsMediaCache blocks to belong to more than one BlockList at the same time. r=doublec |
diff browse annotate |
e47fef4c207a6b2dbfdda7052e9555286999c0c3 created 2009-06-26 16:23 +1200| base pushed unknown |
Robert O'Callahan | Robert O'Callahan - Bug 499880 - Restructure content/media directory. r+=doublec |