Chris Pearce
|
b1b1746c37
|
Bug 589561 - Rename HTMLTimeRanges to TimeRanges, HTMLMediaError to MediaError. r=roc a=roc
--HG--
rename : content/html/content/src/nsHTMLMediaError.cpp => content/html/content/src/nsMediaError.cpp
rename : content/html/content/src/nsHTMLMediaError.h => content/html/content/src/nsMediaError.h
rename : content/html/content/src/nsHTMLTimeRanges.cpp => content/html/content/src/nsTimeRanges.cpp
rename : content/html/content/src/nsHTMLTimeRanges.h => content/html/content/src/nsTimeRanges.h
rename : dom/interfaces/html/nsIDOMHTMLMediaError.idl => dom/interfaces/html/nsIDOMMediaError.idl
rename : dom/interfaces/html/nsIDOMHTMLTimeRanges.idl => dom/interfaces/html/nsIDOMTimeRanges.idl
|
2010-08-25 20:43:00 +12:00 |
|
Chris Pearce
|
b07055071f
|
Bug 519897 - Supported indexed Ogg files. r=doublec
|
2010-08-20 10:50:37 +12:00 |
|
Chris Pearce
|
14ae2bcedd
|
Backed out changeset 7eee00899270
|
2010-08-18 13:48:34 +12:00 |
|
Chris Pearce
|
1e4886416f
|
Bug 519897 - Supported indexed Ogg files. r=doublec a=roc
|
2010-08-18 10:49:14 +12:00 |
|
Chris Pearce
|
024df6be76
|
Bug 576539 - Factor out decoding to target time after seek, to enable seeking into WebM regions with no audio samples. r=kinetik a=blocking2.0
|
2010-08-13 14:28:15 +12:00 |
|
Chris Pearce
|
114d346757
|
Bug 576539 - Inject silence when decoder encounters missing audio in WebM and Ogg media. r=kinetik a=blocking2.0
|
2010-08-13 14:28:15 +12:00 |
|
Chris Pearce
|
0166bdadc4
|
Bug 576539 - Move integer overflow code in video decoders into VideoUtils.cpp/h. r=kinetik a=blocking2.0
|
2010-08-13 14:28:15 +12:00 |
|
Chris Pearce
|
6c349be715
|
Bug 462957 - Ogg support for HTMLMediaElement.buffered. r=doublec a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
fb117ca2e7
|
Bug 462957 - DOM implementation of HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Kyle Huey
|
c83653fee9
|
Bug 508082: Implement a raw video decoder. Based on an earlier patch by Brad Lassey. r=doublec
|
2010-07-26 12:35:16 -07:00 |
|
Matthew Gregan
|
6000056e18
|
Bug 579812. Recompute frame end time when recomputing frame start time in DecodeVideoFrame. r=doublec
|
2010-07-20 13:29:30 +12:00 |
|
Robert O'Callahan
|
7e335145c1
|
Bug 567805. Call UpdatePlaybackRate whenever duration is set. r=doublec
|
2010-07-20 13:29:27 +12:00 |
|
timeless@mozdev.org
|
7ce2929905
|
Bug 577894 nsOggReader::SeekBisection doesn't need old_offset_end/old_offset_start
r=doublec
--HG--
extra : rebase_source : 27fd73730b78e21a154873536dae97fc81c8bf5b
|
2010-07-11 14:08:36 +03:00 |
|
timeless@mozdev.org
|
07d05cf732
|
Bug 565322 deadcode in nsOggReader::FindEndTime if !codecState
r=cpearce
--HG--
extra : rebase_source : d386c3e6d9524a86a7c4fe420c756e9352a48330
|
2010-05-25 17:34:09 +03:00 |
|
Matthew Gregan
|
9ce044175c
|
Bug 573405 - Check Theora frame sizes before initializing decoder. Also, check frame region size as well as picture region size. r=roc
|
2010-06-21 12:05:41 +12:00 |
|
Kyle Huey
|
60c5aa6fd2
|
Backed out changeset f54e6386c113
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
|
2010-06-19 13:19:25 -07:00 |
|
Kyle Huey
|
5746184f5d
|
Bug 508082: Implement a raw video decoder. r=doublec
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
|
2010-06-17 17:36:57 -07:00 |
|
Matthew Gregan
|
673772b5ef
|
Bug 568431 - Remove the requirement for mCallbackPeriod from the generic media backend. r=doublec
|
2010-05-31 16:02:00 +12:00 |
|
Chris Double
|
63a38282f4
|
Bug 567056. Rename mAspectRatio to mPixelAspectRatio. r=kinetik
|
2010-05-24 09:36:10 +12:00 |
|
Chris Double
|
65d3fd13c6
|
Bug 566501 - Remove unnecessary seek from the video decoder base class. r=cpearce
|
2010-05-21 09:13:01 +12:00 |
|
Chris Double
|
74c69c884b
|
Bug 566498 - Move duration calculation into the video decoder base class. r=cpearce
|
2010-05-21 09:13:01 +12:00 |
|
Rich Dougherty
|
2d7164e741
|
Bug 557982. Use Image objects in the video frame queue so we can avoid making an extra copy as we put frames into the queue. r=kinetik
|
2010-05-19 15:04:33 +12:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Chris Double
|
cf776b58a1
|
Bug 563825 - Factor out non-Ogg specific parts of nsOggPlayStateMachine.cpp Part 2 - r=cpearce sr=roc
--HG--
rename : content/media/ogg/nsOggReader.cpp => content/media/nsBuiltinDecoderReader.cpp
rename : content/media/ogg/nsOggReader.h => content/media/nsBuiltinDecoderReader.h
rename : content/media/ogg/nsOggPlayStateMachine.cpp => content/media/nsBuiltinDecoderStateMachine.cpp
rename : content/media/ogg/nsOggPlayStateMachine.h => content/media/nsBuiltinDecoderStateMachine.h
extra : rebase_source : ca2b9dced11a077b4eb0d5889cd8a0ff25a4b31f
|
2010-05-06 14:31:02 +12:00 |
|
Chris Double
|
a2c51b95ef
|
Bug 563825 - Factor out non-Ogg specific parts of nsOggPlayStateMachine.cpp Part 1 - r=cpearce sr=roc
--HG--
rename : content/media/ogg/nsOggReader.cpp => content/media/nsBuiltinDecoderReader.cpp
rename : content/media/ogg/nsOggReader.h => content/media/nsBuiltinDecoderReader.h
rename : content/media/ogg/nsOggPlayStateMachine.cpp => content/media/nsBuiltinDecoderStateMachine.cpp
rename : content/media/ogg/nsOggPlayStateMachine.h => content/media/nsBuiltinDecoderStateMachine.h
extra : rebase_source : a5726df63eda9c240db016aaf4e6a92d876fdb68
|
2010-05-06 14:30:34 +12:00 |
|
timeless@mozdev.org
|
90cf26650b
|
Bug 562508 - Submitted comparison between signed and unsigned integer expressions in nsOggPlayStateMachine::Run(). r=doublec
|
2010-04-30 15:04:12 +12:00 |
|
timeless@mozdev.org
|
9fc9a4a7c0
|
Bug 562585 - AllFrameTimesIncrease defined but not used. r=doublec
|
2010-04-30 15:03:38 +12:00 |
|
Chris Pearce
|
2cb468725a
|
Bug 556455 - Remove liboggz, liboggplay, libfishsound from video decoder. r=doublec
|
2010-04-27 20:53:48 +12:00 |
|
Chris Pearce
|
b97bf1cc37
|
Bug 556893 - Make playback time remaining accurate in media readyState transition calculation. r=doublec
|
2010-04-27 20:53:45 +12:00 |
|
Chris Pearce
|
21bb6d302a
|
Bug 557426 - Only stop Ogg decode to buffer when we're running out of decoded data. r=doublec
|
2010-04-27 20:53:44 +12:00 |
|
Chris Double
|
22b8517ab1
|
Bug 560708 - Factor non-Ogg specific logic into decoder base class. r=cpearce sr=roc
|
2010-04-27 20:53:44 +12:00 |
|
Chris Double
|
11a892c137
|
Bug 560708 - Rename nsOggDecoder to nsBuiltInDecoder. r=cpearce sr=roc
--HG--
rename : content/media/ogg/nsOggHacks.h => content/media/VideoUtils.h
rename : content/media/ogg/nsOggDecoder.cpp => content/media/nsBuiltinDecoder.cpp
rename : content/media/ogg/nsOggDecoder.h => content/media/nsBuiltinDecoder.h
|
2010-04-27 20:53:44 +12:00 |
|
Ben Newman
|
941ed3332c
|
Replace direct instantiations of nsRunnableMethod with calls to the templatized NS_NewRunnableMethod function (part 3/3 of bug 558498). r=dwitte sr=dbaron
|
2010-04-20 16:21:35 -07:00 |
|
Chris Double
|
39352b97f4
|
Bug 551277 - Replace liboggplay YUV to RGB color conversion code - r=roc
|
2010-04-19 13:17:06 +12:00 |
|
Chris Pearce
|
3c796bbaa4
|
Bug 557432 - Commit backout.
|
2010-04-09 16:33:54 +12:00 |
|
Chris Pearce
|
829a353113
|
Bug 557432 - Backed out changeset b64df24f4910
|
2010-04-09 16:33:07 +12:00 |
|
Chris Pearce
|
c897a92364
|
Bug 557432 - Lock the audio stream while getting it's played duration. r=doublec
|
2010-04-08 20:16:02 +12:00 |
|
Chris Pearce
|
35603f868d
|
Bug 557095 - Video FPS calculation in 64bit to avoid aborting on overflow. r=doublec
|
2010-04-08 20:16:02 +12:00 |
|
Chris Double
|
37b2e3b033
|
Bug 551277. Backed out changeset f9a11b9b2b9f
|
2010-04-06 18:10:02 +12:00 |
|
Chris Double
|
e762926f9d
|
Bug 551277 - Implement software YCbCr conversion in layers, replacing liboggplay color conversion code - r=roc
--HG--
extra : rebase_source : 53b2c194aa6eb75a4751efdd83f066d3aeadf5d7
|
2010-04-06 12:07:39 +12:00 |
|
Chris Pearce
|
62ed5c8db0
|
Bug 531340 - Bustage fix on comm-central. r=bustage-fix
|
2010-04-02 17:03:12 -07:00 |
|
Daniel Holbert
|
66f88aa64e
|
Bug 556900: Fix GCC warnings in nsOggPlayStateMachine.cpp. r=cpearce
|
2010-04-02 16:47:18 -07:00 |
|
Daniel Holbert
|
4a8e1281a9
|
Bug 556897: Fix GCC warnings "FOO will be initialized after BAR when initialized here" in content/media/ogg/. r=cpearce
|
2010-04-02 16:47:15 -07:00 |
|
Chris Pearce
|
0d671d68ee
|
Bug 531340 - AudioLoop() fix; don't dereference nsAutoPtr after forget(). r=bustage-fix
|
2010-04-01 23:53:38 -07:00 |
|
Chris Pearce
|
99f6865d5e
|
Bug 531340 - Fix wait-on-audio-queue-empty condition in ogg decoder audio playback loop. r=doublec
|
2010-04-01 22:19:35 -07:00 |
|
Chris Pearce
|
810ae51b7a
|
Bug 531340 - New Ogg video decoder. r=doublec sr=roc
|
2010-04-01 20:03:07 -07:00 |
|
Matthew Gregan
|
4c294e0cbd
|
Bug 552578 - Remove unnecessary timeout in frame queue wait to avoid spinning unnecessarily. r=chris.double
|
2010-03-16 13:58:27 +13:00 |
|
Robert O'Callahan
|
59f17b52c3
|
Bug 538323. Part 2: use ImageLayers to render video. r=kinetik
|
2010-03-02 12:41:49 +13:00 |
|
Matthew Gregan
|
e8a95ea783
|
Bug 525401 - Make ready state transitions initiated by the decode thread more reliable by including the new state in the event. Fixes an ABA problem where we could play through without ever moving beyond HAVE_CURRENT_DATA. r=chris.double
|
2010-03-15 12:46:38 +13:00 |
|
Matthew Gregan
|
2b946b158b
|
Bug 525401 - Resynchronize system clock against audio clock to avoid clock drift problems when alternating between clocks. r=chris.double
|
2010-02-05 18:16:29 +13:00 |
|