Robert O'Callahan
|
107e991d41
|
Bug 703379. Rename nsMediaDecoder::GetCurrentStream to GetStream. Make nsMediaStream::URI() const. r=doublec
|
2011-11-25 15:06:20 +13:00 |
|
Robert O'Callahan
|
ce03f4df28
|
Backing out part of bug 703379 to fix build failure of nsRawReader
|
2011-11-24 12:30:03 +13:00 |
|
Robert O'Callahan
|
4e4c205f88
|
Bug 703379. Rename nsMediaDecoder::GetCurrentStream to GetStream. Make nsMediaStream::URI() const. r=doublec
|
2011-11-24 12:05:12 +13:00 |
|
Matthew Gregan
|
8cc7c52480
|
Bug 690603 - Remove PR_TRUE/PR_FALSE from media code. r=doublec
|
2011-09-30 12:34:37 +13:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Matthew Gregan
|
53999dd2aa
|
Bug 689432 - Disambiguate use of "samples" by introducing "frames" in a number of places. r=doublec
|
2011-09-27 16:31:18 +13:00 |
|
Martin Richard
|
475bfe0350
|
Bug 646333 - Make video constants consistently const T. r=cpearce
|
2011-09-15 07:39:50 +12:00 |
|
Matthew Gregan
|
9111aa3d4f
|
Bug 679269 - Rename SoundData{,Value} to AudioData{,Value} and fix inconsistent use of "sound" vs "audio". r=doublec
|
2011-08-16 17:19:51 +12:00 |
|
Chris Pearce
|
e74185ec73
|
Bug 592833 - Remove nsBuiltinDecoderReader monitor. r=roc
|
2011-07-12 15:39:28 +12:00 |
|
Chris Pearce
|
e715ec3491
|
Bug 592833 - Move seeking to the decode thread. r=roc
|
2011-07-12 15:39:25 +12:00 |
|
Chris Pearce
|
7c8ee47c06
|
Bug 592833 - Move metadata decoding to decode thread. r=roc
|
2011-07-12 15:39:23 +12:00 |
|
Ed Morley
|
e02f78569a
|
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
|
2011-06-25 16:06:02 +02:00 |
|
Chris Jones
|
4b3bb04878
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
|
2011-04-29 14:21:57 -05:00 |
|
Chris Pearce
|
ba2a057d7a
|
Bug 650157 - Push nsBuiltinDecoderReader::mDataOffset down into nsOggReader. r=doublec
|
2011-04-15 13:29:54 +12:00 |
|
Chris Pearce
|
7749a1bf93
|
Bug 641718 - Round nsWaveReader's buffered ranges times to usecs. r=kinetik
|
2011-04-14 10:12:23 +12:00 |
|
Chris Pearce
|
52bae6a140
|
Bug 641718 - Convert to using microseconds for internal video timestamps. r=kinetik
|
2011-04-14 10:12:23 +12:00 |
|
Chris Pearce
|
0b0a559f09
|
Bug 641718 - Backout 44d43f095a4f. r=backout
|
2011-04-01 13:02:20 +13:00 |
|
Chris Pearce
|
c23ff371d8
|
Bug 641718 - Convert to using microseconds for internal video timestamps. r=kinetik
|
2011-04-01 11:10:49 +13:00 |
|
Chris Double
|
8aab252ff1
|
Bug 646819 - Fix incorrect position calculation in nsWaveDecoder::DecodeAudioData causing OOM - r=kinetik
|
2011-04-01 03:49:07 +13:00 |
|
Chris Double
|
bdd9e49c7b
|
Bug 635649 - Refactor Wave backend to use content/media nsBuiltinDecoder framework - r=kinetik
commit c7e190d81b10e7425b53217352c126adfbb79c4a
Author: Chris Double <chris.double@double.co.nz>
Date: Thu Mar 24 18:09:06 2011 +1300
Fix
|
2011-03-30 18:37:42 +13:00 |
|
Chris Pearce
|
3b5d64cf61
|
Bug 628665 - Resurrect nsBuiltinDecoderStateMachine::HasLowDecodedData(). r=roc
|
2011-03-24 11:28:57 +13:00 |
|
Alon Zakai
|
de7a98cad0
|
bug 634407 - Going to a canvas based tetris game will cause the content not to redraw r=cdouble a=blocking-fennec
|
2011-03-07 17:44:49 -08:00 |
|
Matthew Gregan
|
eb0a224fd6
|
Bug 633332 - Null check mElement in nsWaveDecoder::NotifyDownloadEnded. r=cpearce a=roc
|
2011-02-18 16:42:15 +13:00 |
|
Matthew Gregan
|
b725320764
|
Bug 627139 - Report seek target as current time immediately after seeking. r=roc a=roc
|
2011-02-01 15:57:13 +13:00 |
|
Matthew Gregan
|
d87175c7ff
|
Bug 626273 - Correct boundary seek logic. Change media element IDL floats to doubles per the spec. Invalidate updated frame after seeking. Optimize small forward seeks in WebM. r=cpearce a=roc
|
2011-01-17 16:03:00 +13:00 |
|
Matthew Gregan
|
75bfeb7e0e
|
Bug 621257 - Handle transition from buffering to seeking state correctly in Wave decoder. r=roc a=roc
|
2011-01-05 17:01:26 +13:00 |
|
Chris Pearce
|
43d23cb4b8
|
Bug 623637 - Initiate media buffering when decode hits end of downloaded data, rather than when they're close. r=roc a=roc
|
2011-01-18 13:53:18 +13:00 |
|
Chris Pearce
|
51fd209943
|
Bug 611994 - Fire timeupdate based on time change, not timer. r=roc a=roc
|
2010-11-25 07:34:57 +13:00 |
|
Doug Turner
|
f738730989
|
Bug 599089 - Remote Audio to parent process. r=kinetik a=blocking-fennec
|
2010-11-16 20:14:19 -08:00 |
|
Matthew Gregan
|
bac831a30d
|
Bug 569163 - Fix a race in nsWaveDecoder's ended state handling. r=cpearce a=roc
|
2010-11-15 14:32:36 +13:00 |
|
Matthew Gregan
|
68d3c7166e
|
Backed out changeset c1351e1799b8
|
2010-11-15 12:49:37 +13:00 |
|
Matthew Gregan
|
13d69b3f51
|
Bug 569163 - Fix a race in nsWaveDecoder's ended state handling. r=cpearce a=roc
|
2010-11-15 11:41:22 +13:00 |
|
Chris Pearce
|
a53f1c4485
|
Bug 580876 - Ensure WAV playing events can fire when decode has finished but playback hasn't. r=kinetik a=roc
|
2010-11-05 13:44:33 +13:00 |
|
Matthew Gregan
|
2945810e5b
|
Bug 598217 - Share nsWebMBufferedState between cloned decoders. r=roc a=blocking2.0
|
2010-09-21 12:49:50 +12:00 |
|
Chris Double
|
2932810d2b
|
Bug 571822 - Fire timeupdate event less frequently than once per frame - r=kinetik a=blocking2.0
|
2010-09-10 17:49:26 +12:00 |
|
Chris Double
|
f59726b0d8
|
Bug 584615 - Make media progress events be 'simple' Events, not 'progress' Events - r=roc,cpearce,dolske,kinetik a=blocking2.0
|
2010-09-10 15:29:06 +12:00 |
|
Matthew Gregan
|
49f38129c4
|
Bug 570904 - Implement buffered support for WebM. r=roc
|
2010-09-13 20:45:50 +12:00 |
|
Marco Bonardo
|
317e38a5c7
|
Backed out changeset 96b74fec2915
|
2010-09-11 11:17:11 +02:00 |
|
Chris Double
|
deb56f4775
|
Bug 584615 - Make media progress events be 'simple' Events, not 'progress' Events - r=roc,cpearce,dolske,kinetik a=blocking2.0
|
2010-09-10 15:29:06 +12:00 |
|
Chris Double
|
ad45522a76
|
Bug 588312 - Set video.currentTime to seek time when seek starts - r=kinetik a=blocking2.0
|
2010-09-10 14:48:36 +12:00 |
|
Chris Pearce
|
0027a22b17
|
Bug 485288 - Update media load algorithm. r=roc a=blocking2.0
|
2010-09-03 12:03:03 +12:00 |
|
David Humphrey
|
564bbb0dc7
|
bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad
|
2010-08-25 09:10:00 -04:00 |
|
Chris Pearce
|
183ddd0a78
|
Bug 589467 - Shutdown idle media state machine threads. r=kinetik a=sicking
|
2010-08-25 20:45:45 +12:00 |
|
Chris Pearce
|
d4833a7bce
|
Bug 589561 - Rename HTMLTimeRanges to TimeRanges, HTMLMediaError to MediaError. r=roc a=roc
|
2010-08-25 20:43:00 +12:00 |
|
Ted Mielczarek
|
50f154528b
|
Backed out changeset 1362f0ca86d2 (bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save) due to test failures.
|
2010-08-18 13:04:31 -04:00 |
|
David Humphrey
|
1135b30751
|
bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad
|
2010-08-17 09:40:00 -04:00 |
|
Chris Pearce
|
6ff2b8054d
|
Replaces some \c\r with \n. a=bustage-fix
|
2010-08-18 14:17:50 +12:00 |
|
Chris Pearce
|
3276707356
|
Bug 462957 - Pin media stream while seeking. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
0d544b6855
|
Bug 462957 - WAV support for HTMLMediaElement.buffered. r=kinetik a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
34d8bc47f4
|
Bug 462957 - DOM implementation of HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|