Chris Pearce
|
b49b964daa
|
Bug 580876 - Add debugging logging to figure out if we've got a type error a=test-fix
|
2010-09-09 11:58:18 +12:00 |
|
Chris Pearce
|
f0f4b31995
|
Bug 589626 - Commit merge of backout. a=backout
|
2010-09-06 16:54:16 +12:00 |
|
Chris Pearce
|
fb48311436
|
Backed out changeset 619459aa5005 a=backout
|
2010-09-06 16:53:39 +12:00 |
|
Chris Pearce
|
dbc8aacdeb
|
Bug 589626 merge backout. a=backout
|
2010-09-06 16:53:03 +12:00 |
|
Chris Pearce
|
93aed894ab
|
Backed out changeset 528a97f6bc3b a=backout
|
2010-09-06 16:52:22 +12:00 |
|
Chris Pearce
|
acb9e628bd
|
Bug 578804 - Defer media volume to the audio thread. r=kinetik a=blocking2.0
|
2010-09-06 14:14:50 +12:00 |
|
Chris Pearce
|
8a0660c558
|
Bug 593528 - Ensure audioavailable frame buffer memory is always freed. r=kinetik a=blocking2.0
|
2010-09-06 14:14:50 +12:00 |
|
Chris Pearce
|
75bb37cff2
|
Bug 589626 - Make video buffing logic consistent. r=kinetik a=blocking2.0
|
2010-09-06 14:14:43 +12:00 |
|
Chris Pearce
|
c5fcd015fa
|
Bug 589626 - Make video buffing logic consistent. r=kinetik a=blocking2.0
|
2010-09-06 11:59:50 +12:00 |
|
Marco Bonardo
|
ed93850a83
|
Backed out changeset 96b74fec2915
|
2010-09-11 11:17:11 +02:00 |
|
Chris Double
|
826171e87a
|
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
|
6a69d85950
|
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
|
fdc33799dd
|
Bug 589626 - Backed out changeset 757b7a43aad0 a=backout
|
2010-09-11 14:08:12 +12:00 |
|
Chris Pearce
|
953bb48461
|
Bug 589626 - Refactor timestamp notation in nsBuiltinDecoderStateMachine. r=kinetik a=blocking2.0
|
2010-09-11 11:29:11 +12:00 |
|
Chris Pearce
|
be2bfe2038
|
Bug 593074 - Prevent multiple test finish from causing errors. a=test-fix
|
2010-09-03 12:03:03 +12:00 |
|
Chris Pearce
|
39524be815
|
Bug 485288 - Ensure video context menu doesn't show when video's source children don't contain a resource. r=dolske a=blocking2.0
|
2010-09-03 12:03:03 +12:00 |
|
Chris Pearce
|
3313bd2660
|
Bug 485288 - Update media load algorithm. r=roc a=blocking2.0
|
2010-09-03 12:03:03 +12:00 |
|
Dan Witte
|
240b879489
|
Merge e10s -> m-c.
|
2010-08-30 15:35:24 -07:00 |
|
Dan Witte
|
cf69667c0d
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
|
Chris Pearce
|
7fc7b6ed76
|
Bug 586924 - Disable test_progress's often failing test. a=test-fix
|
2010-08-30 15:19:53 +12:00 |
|
Chris Pearce
|
7225c147d6
|
Bug 591847 - Don't test audio write API when the audio hardware is disabled. a=test-fix
|
2010-08-30 15:19:48 +12:00 |
|
Chris Pearce
|
9541d4776e
|
Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc
|
2010-08-27 14:11:46 +12:00 |
|
David Humphrey
|
7d9c209973
|
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
|
ed635f3034
|
Bug 589467 - Shutdown idle media state machine threads. r=kinetik a=sicking
|
2010-08-25 20:45:45 +12:00 |
|
Matthew Gregan
|
1088a92d61
|
Bug 589071 - Avoid shutting down nsAudioStream when another thread may be using it. r=doublec a=roc
|
2010-08-24 14:06:14 +12:00 |
|
Chris Pearce
|
caf4d0aa29
|
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 |
|
Dan Witte
|
d4fa839364
|
Merge.
|
2010-08-23 17:30:33 -07:00 |
|
Dan Witte
|
455bb0070a
|
Merge.
|
2010-08-21 13:51:54 -07:00 |
|
Dan Witte
|
9d758b2bce
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
|
Matthew Gregan
|
1dd6d40fa7
|
Bug 589069 - Take decoder lock earlier in MetadataLoaded to protect mDecoderPosition access. r=doublec, a=roc
|
2010-08-23 14:31:14 +12:00 |
|
Matthew Gregan
|
9deec45efe
|
Bug 589048 - Destroy vpx_codec_ctx when destroying nsWebMReader. r=doublec, a=roc
|
2010-08-23 14:50:43 +12:00 |
|
Karl Tomlinson
|
b1ef0bf840
|
backout dbbb9575aae1 due to build issues in some configurations b=577743
|
2010-08-23 16:27:49 +12:00 |
|
Chris Double
|
d2b3e251e9
|
Bug 577743 - Scale videos at YCbCr to RGB conversion time - r=roc a=blocking
|
2010-08-23 13:47:33 +12:00 |
|
Phil Ringnalda
|
fc131f2758
|
Bug 567954 - disable test_mixed_principals.html for constant orange, a=test-only
--HG--
extra : rebase_source : d94eea2b4b539db58be101b15774171ce5a85f66
|
2010-08-20 18:46:19 -07:00 |
|
Chris Pearce
|
ed6c525c12
|
Bug 548523 - Disable test_preload_actions.html case 9 until bug 568402 is fixed. a=test-fix
|
2010-08-20 10:50:37 +12:00 |
|
Rich Dougherty ext:(%2C%20Chris%20Pearce%20%3Cchris%40pearce.org.nz%3E)
|
9e3579a330
|
Bug 548523 - Replace HTMLMediaElement.autobuffer attribute with 'preload'. r=roc a=blocking2.0
--HG--
rename : content/media/test/test_autobuffer.html => content/media/test/test_preload_attribute.html
rename : content/media/test/test_autobuffer2.html => content/media/test/test_preload_suspend.html
|
2010-08-20 10:50:37 +12:00 |
|
Chris Pearce
|
c83f221aa0
|
Bug 519897 - Supported indexed Ogg files. r=doublec
|
2010-08-20 10:50:37 +12:00 |
|
Ted Mielczarek
|
9398b84c82
|
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
|
199c454157
|
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
|
12efeec9f5
|
Replaces some \c\r with \n. a=bustage-fix
|
2010-08-18 14:17:50 +12:00 |
|
Chris Pearce
|
0fff0679e0
|
Backed out changeset 7eee00899270
|
2010-08-18 13:48:34 +12:00 |
|
Chris Pearce
|
0a36c74221
|
Bug 519897 - Supported indexed Ogg files. r=doublec a=roc
|
2010-08-18 10:49:14 +12:00 |
|
Markus Stange
|
79381e7b8a
|
Bug 506826 - Invalidate -moz-element rendering observers when necessary. r=roc
|
2010-08-13 15:36:13 +02:00 |
|
Matthew Gregan
|
63780960ec
|
Bug 585864 - Increase media cache block size from 4kB to 32kB. r=roc a=roc
|
2010-08-13 12:41:47 +12:00 |
|
Matthew Gregan
|
cfc3e6c0b9
|
Bug 586535 - Reduce delay in volume changes on OS X by using sydneyaudio volume control. r=doublec a=blocking2.0
|
2010-08-12 13:52:36 +12:00 |
|
Chris Pearce
|
9b0fd1aae8
|
Bug 576539 - Only reset playback when seeking to a new position. r=kinetik a=blocking2.0
|
2010-08-13 14:28:15 +12:00 |
|
Chris Pearce
|
35e03b736e
|
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
|
0d220abc4b
|
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
|
8c4c5dcd9c
|
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 |
|
Matthew Gregan
|
03ad3eb6b1
|
Bug 569301 - Add on* event handler property support for media events. r=smaug
|
2010-08-02 17:53:45 +12:00 |
|
Matthew Gregan
|
62729ef0c0
|
Bug 580982 - Remove workarounds for old YouTube WebM encodings. Don't treat "matroska" doctype as valid WebM file. r=doublec
--HG--
rename : media/libnestegg/include/_stdint.h => media/libnestegg/include/nestegg-stdint.h
|
2010-08-05 15:49:27 +12:00 |
|
Chris Pearce
|
476b3ab3c4
|
Bug 462957 - HTMLTimeRanges out of bounds check should not be off by 1. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
659abab890
|
Bug 462957 - Stubs for buffered for WebM and raw video. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
03731903d8
|
Bug 462957 - Test case for HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
22df23bd6e
|
Bug 462957 - Pin media stream while seeking. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
97b96c3734
|
Bug 462957 - Ogg support for HTMLMediaElement.buffered. r=doublec a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
e9ef8ed6a2
|
Bug 462957 - WAV support for HTMLMediaElement.buffered. r=kinetik a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
6cc25b1183
|
Bug 462957 - DOM implementation of HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Bjarne
|
ed732b9f7f
|
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
|
2010-08-04 22:15:55 -04:00 |
|
Chris Double
|
82e6789bc1
|
Bug 489071 - Send correct Accept header when requesting <video> and <audio> resources - r=roc
--HG--
extra : rebase_source : fefb3792e2c69919fb7fcb87ef04df80f2766364
|
2010-07-29 16:58:07 +12:00 |
|
Kyle Huey
|
07f85bbcb9
|
Bug 573050: Properly initialize variables to avoid mallocing on bad data in the raw decoder. r=doublec
|
2010-07-26 12:36:20 -07:00 |
|
Kyle Huey
|
ccc69fca65
|
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 |
|
Chris Pearce
|
73b058163d
|
Bug 534571 - Enable reloads from audio source child to work. r=roc a=blocking2.0
|
2010-07-26 10:45:18 +12:00 |
|
Chris Pearce
|
5f69fff203
|
Bug 543769 - Buffer non-autobuffer videos upon first playback to ensure smooth playback. r=roc a=blocking2.0
|
2010-07-23 10:48:32 +12:00 |
|
Matthew Gregan
|
020cf44478
|
Bug 579812. Recompute frame end time when recomputing frame start time in DecodeVideoFrame. r=doublec
|
2010-07-20 13:29:30 +12:00 |
|
Matthew Gregan
|
b263264646
|
Bug 577871. Enable more WebM tests. r=doublec
|
2010-07-20 13:29:28 +12:00 |
|
Robert O'Callahan
|
8f97f27917
|
Bug 567805. Call UpdatePlaybackRate whenever duration is set. r=doublec
|
2010-07-20 13:29:27 +12:00 |
|
Robert O'Callahan
|
2e3d02e038
|
Bug 564991. Part 13: Optimize invalidation to avoid repainting ThebesLayer contents sometimes. r=mats,sr=dbaron
|
2010-07-16 09:07:53 +12:00 |
|
timeless@mozdev.org
|
281fcc1c27
|
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
|
9c53f31632
|
Bug 569470 useless casts in VideoData::Create
r=cpearce
--HG--
extra : rebase_source : 4778ca5fea10adea2b9810dc95b267ec7f8a06c5
|
2010-06-02 10:03:10 +03:00 |
|
timeless@mozdev.org
|
a4fbdb8143
|
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
|
f277316a2c
|
Bug 572299 - Stuttering audio playback with some Vorbis files (ffmpeg muxed). r=cpearce
|
2010-06-22 02:02:02 +02:00 |
|
Matthew Gregan
|
43c0307567
|
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
|
8402fdb96f
|
Backed out changeset f54e6386c113
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
|
2010-06-19 13:19:25 -07:00 |
|
Kyle Huey
|
0d120276b1
|
Bug 508082: Implement a raw video decoder. r=doublec
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
|
2010-06-17 17:36:57 -07:00 |
|
Matthew Gregan
|
d8b66c3580
|
Bug 572515 - Crash in [@ nsMediaCacheStream::~nsMediaCacheStream()] if nsMediaCache fails to init. r=roc
|
2010-06-17 21:46:28 +02:00 |
|
Matthew Gregan
|
83f5a5dbae
|
Bug 572235 - Increase default media cache size from 50MB to 500MB. r=roc
|
2010-06-16 11:12:38 +12:00 |
|
Matthew Gregan
|
d562484ebd
|
Bug 571208 - Fix crash in nestegg_free_packet. Only push non-NULL packets into packet queue. r=chris.double
|
2010-06-11 10:59:15 +12:00 |
|
Matthew Gregan
|
b7ee2061e3
|
Bug 571816 - Notify video buffering logic of WebM file reads. r=doublec
|
2010-06-16 09:56:28 +12:00 |
|
Chris Pearce
|
7110845884
|
Bug 571442 - nsBuiltinDecoderReader::GetBufferedBytes() operator precedence fix. r=double
|
2010-06-16 09:56:25 +12:00 |
|
Matthew Gregan
|
8db1fc8f64
|
Bug 568431 - Remove the requirement for mCallbackPeriod from the generic media backend. r=doublec
|
2010-05-31 16:02:00 +12:00 |
|
Matthew Gregan
|
c157381ae5
|
Bug 568162 - More accurate frame end time after seeking for WebM. r=cpearce
|
2010-06-10 15:46:58 +12:00 |
|
Matthew Gregan
|
4d08546873
|
Bug 569187 - Ensure mAudioEndTime is not used uninitialized. r=doublec
|
2010-06-10 15:46:58 +12:00 |
|
Jesse Ruderman
|
aedb18a96b
|
Add a bunch of crashtests
|
2010-06-08 17:53:08 -07:00 |
|
Chris Double
|
ededc0e627
|
Bug 566245 - Add WebM test file for content/media tests. r=kinetik
|
2010-06-09 11:31:27 +12:00 |
|
Chris Double
|
33d1e85788
|
Bug 566245 - WebM/VP8 decoder backend. r=kinetik
|
2010-06-09 11:31:27 +12:00 |
|
Chris Double
|
42bf8162f5
|
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
|
2010-06-09 11:31:27 +12:00 |
|
Chris Pearce
|
a7d0ccd23a
|
Bug 564720 - Refactor media tests to be backend independent were possible. r=roc
--HG--
rename : content/media/test/test_play.html => content/media/test/test_play_events.html
rename : content/media/test/test_progress2.html => content/media/test/test_progress.html
rename : content/media/test/test_onloadedmetadata.html => content/media/test/test_replay_metadata.html
rename : content/media/test/test_wav_trunc_seek.html => content/media/test/test_seek_out_of_range.html
rename : content/media/test/test_bug495319.html => content/media/test/test_timeupdate_small_files.html
rename : content/media/test/test_bug486646.html => content/media/test/test_video_to_canvas.html
|
2010-05-31 10:02:06 +12:00 |
|
Jesse Ruderman
|
b62ad0fcfb
|
Temporarily turn this assertion into a warning because of frequent random orange. Bug 569108 covers turning it back into an assertion.
|
2010-05-29 21:51:12 -07:00 |
|
Chris Double
|
110891cd57
|
Bug 567056. Rename mAspectRatio to mPixelAspectRatio. r=kinetik
|
2010-05-24 09:36:10 +12:00 |
|
Chris Double
|
264f50b5de
|
Bug 566501 - Remove unnecessary seek from the video decoder base class. r=cpearce
|
2010-05-21 09:13:01 +12:00 |
|
Chris Double
|
5b7c6059a4
|
Bug 566498 - Move duration calculation into the video decoder base class. r=cpearce
|
2010-05-21 09:13:01 +12:00 |
|
Chris Double
|
00600999ad
|
Bug 566241 - Decode audio when keyframe skipping even if we've got ample audio. r=cpearce
|
2010-05-21 09:13:01 +12:00 |
|
L. David Baron
|
4efaf9430a
|
The assertion on 466607-1.html was also seen on Linux, so just mark all the bug 564603 assertions as cross-platform. (Bug 472557)
|
2010-05-20 07:44:24 -07:00 |
|
Rich Dougherty
|
a9d5c7ce86
|
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 |
|
L. David Baron
|
bce6e63ce7
|
Add another known assertion annotation in the manifest. (Bug 472557)
|
2010-05-17 21:00:36 -07:00 |
|
L. David Baron
|
864652362b
|
Add additional annotation for a random assertion on a crashtest. (Bug 472557)
|
2010-05-13 19:36:48 -07:00 |
|
Michael Kohler
|
6c0f59f4a6
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Chris Pearce
|
b8c4549e32
|
Bug 562840 - Fix audio buffering logic to prevent over eager frame dropping on load. r=kinetik
|
2010-05-13 12:59:42 +12:00 |
|
L. David Baron
|
10c0f0c25d
|
Adjust assertion annotations in crashtest manifest. (Bug 472557) On CLOSED TREE to force another round of builds and see if the network problems are better.
|
2010-05-08 07:48:52 -07:00 |
|
L. David Baron
|
c4eb38acd9
|
Annotate remainder of crashtest mainfests (all but one test) with the tests that are known to assert. (Bug 472557)
|
2010-05-06 09:28:01 -07:00 |
|
Chris Double
|
2c10837550
|
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
|
5cbf467462
|
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 |
|
Daniel Holbert
|
fd3addf303
|
Bug 563849: Fix "possible loss of data" MSVC warnings in nsWaveDecoder.cpp. r=kinetik
|
2010-05-04 22:22:37 -07:00 |
|
timeless@mozdev.org
|
cb2f888d98
|
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
|
1eca7c6303
|
Bug 562585 - AllFrameTimesIncrease defined but not used. r=doublec
|
2010-04-30 15:03:38 +12:00 |
|
Chris Pearce
|
2966b4cccd
|
Bug 556455 - Remove liboggz, liboggplay, libfishsound from video decoder. r=doublec
|
2010-04-27 20:53:48 +12:00 |
|
Chris Pearce
|
de44118d0b
|
Bug 556893 - Make playback time remaining accurate in media readyState transition calculation. r=doublec
|
2010-04-27 20:53:45 +12:00 |
|
Chris Pearce
|
6f5d537cbc
|
Bug 531340 - Add NS_STACK_CLASS static analysis keyword to video decoder's MonitorAutoExit object. r=roc
|
2010-04-27 20:53:45 +12:00 |
|
Chris Pearce
|
a7a6d145d9
|
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
|
954518497c
|
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
|
ea974f2afe
|
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
|
bd232d2cb8
|
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 |
|
Ben Newman
|
8663c1f722
|
Eliminate duplicate code by combining nsNonOwningRunnableMethod with nsRunnableMethod (part 1/3 of bug 558498). r=dwitte sr=dbaron
|
2010-04-20 10:22:04 -07:00 |
|
Chris Double
|
7d3964aa08
|
Bug 560806 - No duration or seeking on Ogg video URL's that redirect - r=roc (CLOSED TREE)
|
2010-04-22 12:32:52 +12:00 |
|
Chris Double
|
ef03b912fb
|
Bug 551277 - Replace liboggplay YUV to RGB color conversion code - r=roc
|
2010-04-19 13:17:06 +12:00 |
|
Chris Pearce
|
8d9c381029
|
Bug 557432 - Don't Shutdown() nsAudioStream in Drain() when there's no audio playing. r=kinetik
|
2010-04-12 10:26:34 +12:00 |
|
Chris Pearce
|
cb96db7cf3
|
Bug 557432 - Commit backout.
|
2010-04-09 16:33:54 +12:00 |
|
Chris Pearce
|
27960244ba
|
Bug 557432 - Backed out changeset b64df24f4910
|
2010-04-09 16:33:07 +12:00 |
|
Chris Pearce
|
c331b94df9
|
Bug 557432 - Lock the audio stream while getting it's played duration. r=doublec
|
2010-04-08 20:16:02 +12:00 |
|
Chris Pearce
|
c407c0d6be
|
Bug 557095 - Video FPS calculation in 64bit to avoid aborting on overflow. r=doublec
|
2010-04-08 20:16:02 +12:00 |
|
Chris Double
|
4d94fbf7a0
|
Bug 551277. Backed out changeset f9a11b9b2b9f
|
2010-04-06 18:10:02 +12:00 |
|
Chris Double
|
987e0e6294
|
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
|
9afe5059b5
|
Bug 531340 - Bustage fix on comm-central. r=bustage-fix
|
2010-04-02 17:03:12 -07:00 |
|
Daniel Holbert
|
17c090d9ff
|
Bug 556900: Fix GCC warnings in nsOggPlayStateMachine.cpp. r=cpearce
|
2010-04-02 16:47:18 -07:00 |
|
Daniel Holbert
|
ef8f4acfc5
|
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
|
1ee1380a7a
|
Bug 531340 - AudioLoop() fix; don't dereference nsAutoPtr after forget(). r=bustage-fix
|
2010-04-01 23:53:38 -07:00 |
|
Chris Pearce
|
06593edeb7
|
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
|
afd172b807
|
Bug 531340 - New Ogg video decoder. r=doublec sr=roc
|
2010-04-01 20:03:07 -07:00 |
|
Chris Pearce
|
de68e327ab
|
Bug 528566 - Invoke resource selection algorithm upon new Audio(url). r=chris.double
|
2010-03-18 16:00:18 +13:00 |
|
Matthew Gregan
|
138d14481e
|
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
|
2abce146a9
|
Bug 538323. Part 2: use ImageLayers to render video. r=kinetik
|
2010-03-02 12:41:49 +13:00 |
|
Matthew Gregan
|
30dae8fab3
|
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
|
a3edacf35e
|
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 |
|
Matthew Gregan
|
994a39624d
|
Bug 525401 - Fix resuming from pause when playing poorly muxed videos. r=chris.double
|
2010-02-05 17:06:08 +13:00 |
|
Mike Hommey
|
eb4821e504
|
Bug 550961. Fix license header typos. r=gerv
|
2010-03-15 14:44:37 +13:00 |
|
Joel Maher
|
6b6e9978a3
|
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
|
2010-03-12 13:53:36 -08:00 |
|
Brad Lassey
|
96319c4535
|
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
|
2010-03-09 22:33:11 -05:00 |
|
Joel Maher
|
1c8d232df2
|
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
|
2010-03-09 08:55:39 -08:00 |
|
Kyle Huey
|
a7c3948d0a
|
Backed out changeset 8ce70abd7777
|
2010-03-09 01:14:21 -05:00 |
|
Joel Maher
|
694ec71da0
|
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
|
2010-03-08 19:21:33 -08:00 |
|
Clint Talbert
|
5b4513c7e9
|
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
|
2010-03-07 17:34:23 -08:00 |
|
Joel Maher
|
3cd691129e
|
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
|
2010-03-07 16:08:05 -08:00 |
|
Matthew Gregan
|
841c9fbf9c
|
Backed out changeset 9b33c91c851d
|
2010-02-26 15:09:56 -08:00 |
|
Matthew Gregan
|
0087b72a49
|
Bug 525401 - Fix resuming from pause when playing poorly muxed videos. r=chris.double
--HG--
extra : rebase_source : 36bed71b92803c1b2f864cdd090db7d575b58d6b
|
2010-02-05 17:06:08 +13:00 |
|
Robert O'Callahan
|
5da349c3d9
|
Bug 503989. Break MediaLoadListener reference cycle at shutdown. r=sicking,doublec
--HG--
extra : rebase_source : bbd326582e4a7d0864affcfe3a715e228c4b2647
|
2010-02-24 11:14:14 -08:00 |
|
Phil Ringnalda
|
9c82b25efe
|
Fix typo to trigger builds
--HG--
extra : rebase_source : 526e64cfda9d8e3e591cfa4c77352a63c20f7f52
|
2010-02-09 21:39:02 -08:00 |
|
Matthew Gregan
|
551bfccd1b
|
Bug 533822 - Flush liboggz packet_buffer in oggz_reset_streams. r=chris.double
|
2010-01-08 17:55:39 +13:00 |
|
Ralph Giles
|
e76bbb4fe9
|
Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double
|
2010-01-27 13:29:26 +01:00 |
|
Jeff Walden
|
893339719a
|
Bug 529404 - Assignments to a property that has a getter but not a setter should not throw a TypeError per ES5, except in strict mode. r=brendan
|
2009-12-08 17:00:42 -08:00 |
|