Honza Bambas
|
d46c4e4070
|
Bug 486646 - nsMediaChannelStream::OnStopRequest nulls out mChannel too early, r=roc+bz
|
2009-04-21 20:43:09 +02:00 |
|
Robert O'Callahan
|
f1091f285e
|
Bug 486991. Convert nsMediaStream and media decoders to use TimeStamp/TimeDuration. r=doublec
|
2009-04-11 21:39:24 +12:00 |
|
Robert O'Callahan
|
fa2d01d562
|
Bug 486991. Convert nsMediaCache to use TimeStmap/TimeDuration. r=doublec
|
2009-04-11 21:39:02 +12:00 |
|
Chris Double
|
edf11c3233
|
Bug 487552. Stop playback while buffering so that we don't lose audio sync. r=roc
--HG--
extra : rebase_source : b9d10569862aeed02c424fdaec64a5062fa3c7bc
|
2009-04-10 13:34:15 +12:00 |
|
Chris Pearce
|
032a093d24
|
Bug 482885. Ensure media channels are in the document loadgroup. r=bzbarsky,r+sr=roc
--HG--
extra : rebase_source : da14c85f0efd3eda24739161f8195d24117da261
|
2009-04-10 13:28:24 +12:00 |
|
Robert O'Callahan
|
824b6c183d
|
Bug 486556. Don't rely on loadeddata firing before the document load event, per spec it might not. r=doublec
--HG--
extra : rebase_source : 66db9e1f5e94d17f028855e62ebe1aee2ee5acc4
|
2009-04-10 13:12:19 +12:00 |
|
Robert Longson
|
97ea95b6b8
|
Bug 486934 - video display should take account of image-rendering CSS property. r+sr=roc
|
2009-04-06 12:05:29 +01:00 |
|
Robert O'Callahan
|
d95f70cfbf
|
Backout incorrectly pushed changes
|
2009-04-06 14:19:27 +12:00 |
|
Robert O'Callahan
|
2bb2ba8f08
|
Fix libxul test bustage
--HG--
extra : rebase_source : 49e42436893e10cae0e70cc5468b4d95a47cb07d
|
2009-04-06 14:15:26 +12:00 |
|
Matthew Gregan
|
676dc6cddb
|
Bug 486923. Clean up nsWaveDecoder a bit. r+sr=roc
|
2009-04-06 12:20:51 +12:00 |
|
Chris Double
|
3ee48eece6
|
Bug 486641. StopPlayback after Drain()ing the audio stream so we create a new audio stream the next time audio is used. r=kinetik
|
2009-04-06 12:19:33 +12:00 |
|
Matthew Gregan
|
bf31d99071
|
Remove some unnecessary dump() calls from my video mochitests. No bug. r=xenu
|
2009-04-05 11:39:30 +12:00 |
|
Matthew Gregan
|
1922412388
|
Bug 485291 - Update liboggplay to b4a7efa06d46596515071490cb255c3548d90371. rs=roc, r=ted.mielczarek for build changes, r=chris.double for local liboggplay changes
--HG--
extra : rebase_source : 84b9322bc764ff70d0df4bd9ff51c3ec243bdc1d
|
2009-04-04 01:56:22 +13:00 |
|
Robert O'Callahan
|
0be178a028
|
Bug 475441. Fix tests that assume a 'playing' event will be sent when we replay after playback has ended. r=doublec
|
2009-04-01 14:07:17 +13:00 |
|
Robert O'Callahan
|
0e8f7c8ad5
|
Bug 475441. Make nsWaveDecoder seek instead of reloading when asked to replay after playback has ended. r=kinetik
|
2009-04-01 14:07:17 +13:00 |
|
Robert O'Callahan
|
cf732d5a07
|
Bug 475441. Make nsOggDecoder seek instead of reloading when asked to replay after playback has ended. r=doublec
|
2009-04-01 14:07:10 +13:00 |
|
Robert O'Callahan
|
c47f8b32e2
|
Bug 475441. Make the media cache size really small while we're running mochitests, to give the cache code a thorough workout. r=doublec
|
2009-04-01 13:52:56 +13:00 |
|
Robert O'Callahan
|
8cd0db45d0
|
Bug 475441. Implement media data cache. r=doublec,kinetik
|
2009-04-01 13:52:56 +13:00 |
|
Robert O'Callahan
|
965a9ce568
|
Backed out changeset b6a1093e5814
|
2009-04-01 16:19:00 +13:00 |
|
Robert O'Callahan
|
6e281fcaab
|
Bug 475441. Implement media data cache. r=doublec,kinetik
--HG--
extra : rebase_source : 3907c84869b1c8bad2279295858ff77ab159d6ee
|
2009-04-01 13:52:56 +13:00 |
|
Robert O'Callahan
|
69e0e0412a
|
Bug 475441. Clean up media tests to avoid opening windows or leaving them lying around. r=doublec
--HG--
extra : rebase_source : 86a5dabc1992d0676de30d67db99bec3e1b91b54
|
2009-03-30 14:22:02 +13:00 |
|
Robert O'Callahan
|
930ba04d88
|
Bug 475441. Rename media stream classes. r=doublec
--HG--
extra : rebase_source : 824365b6fae0224ffa2ed78bc6062c74c7a02fc5
|
2009-03-30 14:20:32 +13:00 |
|
Robert O'Callahan
|
b6fe8dc8ba
|
Bug 475441. Merge nsDefaultStreamStrategy with nsHttpStreamStrategy. r=doublec
--HG--
extra : rebase_source : fd65378e88a550c9753333521bbaed05ee902e4d
|
2009-03-30 14:19:51 +13:00 |
|
Robert O'Callahan
|
fb755c7f26
|
Bug 475441. Expose media strategy directly to decoders instead of proxying through nsMediaStream. r=doublec
--HG--
extra : rebase_source : 326765f1368497c2054531962cad224a43d5d05c
|
2009-03-30 14:19:10 +13:00 |
|
Matthew Gregan
|
3ce0024448
|
Bug 485036 - Shut down nsAudioStream when decode state machine shuts down. r=chris.double, sr=roc
--HG--
extra : rebase_source : aed2f4e5b6375c506d2b3afec5cb81b97bdba21d
|
2009-03-25 15:19:58 +13:00 |
|
Matthew Gregan
|
b60dc906f5
|
Bug 483589 - Fix PRBool violation in nsWaveStateMachine::ScanForwardUntil. r+sr=roc
--HG--
extra : rebase_source : d1898e6ea258dd0a1ec1c13e099f70d11ac5ba2d
|
2009-03-16 18:53:48 +13:00 |
|
Matthew Gregan
|
d9341e98f4
|
Bug 474748 - Defer YUV conversion until frame paint, and allow SetRGBData to assume ownership of the RGB buffer rather than copying it. r=chris.double, sr=roc
--HG--
extra : rebase_source : 7d122efaed1a506cebe35740f7e6d33bf6311ced
|
2009-03-17 16:45:00 +13:00 |
|
Matthew Gregan
|
14dd052b45
|
Bug 474748 - Use EXTEND_NONE to paint video frames when target surface is X11. r+sr=roc
--HG--
extra : rebase_source : a97380f1d6d9d7c896dcf584aa845e4fcfbaa876
|
2009-03-17 11:12:13 +13:00 |
|
Matthew Gregan
|
0dea2b79f9
|
Bug 470662 - Don't set paused to true when playback ends. Fix handling of playing/suspend attrs. r=chris.double, sr=roc
--HG--
extra : rebase_source : f5161f9a699015b41c4947b52624901786adc852
|
2009-02-27 00:55:30 +13:00 |
|
Matthew Gregan
|
69f75e6330
|
Matthew Gregan - Bug 481109 - Ignore attempts to transition from shutdown to any other state in Wave decoder
|
2009-03-03 16:18:23 +13:00 |
|
Matthew Gregan
|
a3c27931c3
|
Matthew Gregan - Bug 476813 - progress events shouldn't be fired while the network is stalled. r+ doublec sr+ roc
|
2009-03-02 19:16:14 +13:00 |
|
Chris Pearce
|
deea3fdbd3
|
Chris Pearce - Bug 478957 - Audit events when loading local files from another domain. r+ doublec sr+ roc
|
2009-03-09 10:02:14 +13:00 |
|
Chris Pearce
|
b37dae2092
|
Chris Pearce - Bug 479711 - Media elements should delay the document 'load' event
|
2009-03-09 10:01:03 +13:00 |
|
Chris Pearce
|
035c54d22e
|
Chris Pearce - Bug 479859 - Implement new new load algorithm r+ doublec sr+ roc.
|
2009-03-09 09:59:08 +13:00 |
|
Chris Double
|
44ae02557b
|
Bug 477899 - Requests for the duration of a media resource are cached by liboggplay, with fix for previous win32 buld error - r+sr=roc
|
2009-03-03 23:23:54 +13:00 |
|
Chris Double
|
15f12fa8ac
|
Backed out changeset 0722a0e98124
|
2009-03-03 22:01:06 +13:00 |
|
Chris Double
|
48dfe61909
|
Bug 477899 - Requests for the duration of a media resource are cached by liboggplay - r+sr=roc
|
2009-03-03 21:35:50 +13:00 |
|
Matthew Gregan
|
bb97faface
|
Merge backout of 59d848818fd8.
|
2009-02-26 22:06:11 +13:00 |
|
Matthew Gregan
|
d033eb22af
|
Backed out changeset 59d848818fd8
|
2009-02-26 21:59:39 +13:00 |
|
Matthew Gregan
|
61a3450818
|
Replace test Wave file with silent alternative. No bug.
|
2009-02-26 21:30:29 +13:00 |
|
Matthew Gregan
|
1b87322c07
|
Bug 470662 - Don't set paused to true when playback ends. r=chris.double, sr=roc
|
2009-02-25 14:41:42 +13:00 |
|
Matthew Gregan
|
668578fa43
|
Bug 471024 - volume or mute set early in media load ignored. r=chris.double, sr=roc
|
2009-02-25 23:59:00 +13:00 |
|
Matthew Gregan
|
105f254748
|
Bug 469275 - Seeks requested while Wave state machine is in ended state are lost. r+sr=roc
--HG--
extra : rebase_source : 03ead0a2032ac705b2156bb1b02aef33a414c67b
|
2009-02-24 15:34:36 +13:00 |
|
Ben Turner
|
6f7d73bbfd
|
Bug 479725 - 'UMR [@ nsOggDecoder::GetStatistics], nsOggDecoder::mDuration not initialized'. r+sr=roc.
|
2009-02-22 16:51:06 -08:00 |
|
Chris Pearce
|
f95265dfc7
|
b=465458 Media selection algorithm changed in r2403 of HTML5 spec r=doublec sr=roc
--HG--
extra : rebase_source : 09a091ebb5c7a42480a423ac304aacedfa286c4c
|
2009-02-20 15:49:00 +13:00 |
|
Chris Double
|
20725b5f3e
|
Backed out changeset 2b7e176d9e73
|
2009-02-20 16:01:58 +13:00 |
|
Chris Double
|
fe03af3974
|
b=477899 Calls to liboggplay to get the duration of a media resource should be cached r+sr=roc
|
2009-02-20 15:37:06 +13:00 |
|
Matthew Gregan
|
efe62e0346
|
Bug 469268 - More mochitests for the Wave decoder backend. Also enable the test disabled due to bug 474754. r+sr=roc
|
2009-02-19 18:23:13 +01:00 |
|
Matthew Gregan
|
3370fb747f
|
Bug 478684 - test_play.html fails intermittently
--HG--
extra : rebase_source : d84a07bc61144b7ab88e217bf9e5b815d273fb88
|
2009-02-18 17:16:18 +13:00 |
|
Matthew Gregan
|
89e87fae77
|
Bug 469266 - Rewrite Wave decoder playback loop to reduce latency, improve accuracy of playback position reporting, and fire timeupdate events.
--HG--
extra : rebase_source : 2c2faa5af34abe2b5fe14d150207d9c375f7d567
|
2009-02-17 17:56:16 +13:00 |
|