Masatoshi Kimura
|
95f8a3cace
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Nicholas Nethercote
|
08dc2dae6b
|
Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
--HG--
extra : rebase_source : f700733d8aa1aed1ae1f9206b4ee9063f9a03341
|
2012-04-09 22:52:33 -07:00 |
|
Ehsan Akhgari
|
b0555ad014
|
Merge mozilla-central into birch
|
2012-04-19 10:03:36 -04:00 |
|
Ehsan Akhgari
|
6d56a89d65
|
Bug 722981 - Flush the media cache when the last private browsing window is closed; r=roc
|
2012-04-16 23:16:47 -04:00 |
|
Alessandro Decina
|
efe31886e6
|
Bug 422540 - GStreamer backend for audio/video decoding. r=cdouble, a=npotb
|
2012-04-18 18:33:13 -04:00 |
|
Daniel Holbert
|
3bb9bd9b04
|
Bug 745272: Replace comparison of unsigned value >=0 with a useful comparison. r=humph r=cpearce
|
2012-04-16 14:29:14 -07:00 |
|
Matthew Gregan
|
c6d2de46e7
|
Bug 742154 - Work around media crashtest shutdown hang in cubeb_winmm. r=cpearce
|
2012-04-16 15:00:40 +12:00 |
|
Matthew Gregan
|
2e2a2c6663
|
Bug 723793 - Lazily initialize libcubeb on first use. r=roc
|
2012-04-16 15:00:12 +12:00 |
|
Abhishek Bhatnagar
|
98d9a07062
|
Bug 620164 - Remove CheckedInt and Muloverflow from nsTheoraState::MaxKeyframeOffset. r=cpearce
|
2012-04-11 07:44:28 -04:00 |
|
Veeraya Pupatwibul
|
1bdf9d9923
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|
Chris Pearce
|
314cddd243
|
Bug 741052 - Null check nsMediaCache::mFileCache in nsMediaCache destructor. r=roc
|
2012-04-02 10:34:11 +12:00 |
|
Christopher De Cairos
|
5cc51b277e
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled. r=cpearce
|
2012-03-30 20:52:07 -04:00 |
|
Chris Pearce
|
1590d6dd4b
|
Bug 736342 - Defer media cache writes and block moves to a non-main thread. r=roc
|
2012-03-28 13:04:26 +13:00 |
|
Chris Pearce
|
a976665feb
|
Bug 736342 - Add AsyncBlockWriter, which defers file writes to another thread. r=roc
|
2012-03-28 13:04:20 +13:00 |
|
Nathan Froyd
|
3816c12d35
|
Bug 739962 - fix -Wunused-but-set-variable warnings in content; r=bent
|
2012-03-28 09:14:33 -04:00 |
|
Chris Pearce
|
67dc6373b0
|
Bug 726400 - Backed out changeset 4ad6c040729f. r=backout.
|
2012-03-26 14:41:14 +13:00 |
|
Christopher De Cairos
|
c7ae7c5f02
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled r=cpearce
|
2012-03-26 14:21:53 +13:00 |
|
Phil Ringnalda
|
c7ab04c773
|
Back out c4a4b0171b99 (bug 736400) for Android build bustage
|
2012-03-25 15:35:37 -07:00 |
|
Christopher De Cairos
|
b79453b4bf
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled r=cpearce
|
2012-03-26 10:48:40 +13:00 |
|
Robert O'Callahan
|
c80165838e
|
Bug 712836. Make MediaResources which have ended abnormally ineligible for cloning. r=cpearce
|
2012-03-20 20:55:40 +13:00 |
|
Robert O'Callahan
|
159f4c1c21
|
Bug 646331. Fix duration of big.wav. r=cpearce
|
2012-03-19 12:36:06 +13:00 |
|
Matthew Gregan
|
aaae0699d4
|
Bug 734784 - Clean up some include lists in content/media. r=cpearce
|
2012-03-12 15:19:31 +13:00 |
|
Adam Dane
|
dba68c3e9d
|
Bug 612246 - Store the media cache in the profile directory for single process Gecko and the system temp directory for multi-process. r=cpearce
|
2012-03-05 14:40:56 -06:00 |
|
Matthew Gregan
|
8fd79ff7fe
|
Bug 693021 - Back out the incorrect removal of bug 673698's fixed.
|
2012-03-05 19:19:45 +13:00 |
|
Matthew Gregan
|
825732279c
|
Bug 693021 - Bail from AdvanceFrame early if no longer playing. r=cpearce
|
2012-03-05 15:27:49 +13:00 |
|
Justin Lebar
|
b682bbe4a5
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
|
Matthew Gregan
|
83e74f7378
|
Bug 730425 - Make range check assertion in stream read fatal, and add the same check to similar code in the cached stream read. r=roc
|
2012-03-01 12:52:02 +13:00 |
|
Matthew Gregan
|
2bb439b67e
|
Bug 730425 - Performa an additional range check in stream read. r=roc
|
2012-02-28 17:38:46 +13:00 |
|
Matthew Gregan
|
86c1e140ab
|
Bug 634564 - Re-enable test_closing_connections.
|
2012-02-27 12:51:52 +13:00 |
|
Matthew Gregan
|
c69a06cb4a
|
Bug 634564 - Don't reset load-in-background flag when moving completed media load into the foreground. r=cpearce
|
2012-02-24 14:07:35 +13:00 |
|
Masatoshi Kimura
|
d1bbe6a3ba
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
|
2012-02-23 01:34:14 +01:00 |
|
Ching Wei Tseng
|
d2d97ed00b
|
Bug 601535 - content/media should use CheckedInt.h. r=doublec
|
2012-02-22 13:28:06 +01:00 |
|
Ms2ger
|
bfbd442bda
|
Bug 726416 - Fix some content/ build warnings; r=mounir
|
2012-02-21 10:34:01 +01:00 |
|
David Seifried
|
ebecfda977
|
Bug 680321 - Media preload state should reset in resource selection algorithm. r=cpearce
|
2012-02-20 10:02:08 +13:00 |
|
Bill McCloskey
|
c6cd982f05
|
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
|
2012-02-17 14:35:20 -08:00 |
|
Robert O'Callahan
|
e092af1c77
|
Bug 727694. Set up new mDecoderStateMachine with any preset initial volume. r=cpearce
|
2012-02-16 17:17:36 +13:00 |
|
Robert O'Callahan
|
4840bbe976
|
Bug 726889. Rename nsMediaStream/nsMediaChannelStream/nsMediaFileStream to mozilla::MediaResource/ChannelMediaResource/FileMediaResource. Also rename nsByteRange to mozilla::MediaByteRange and nsChannelStatistics to mozilla::MediaChannelStatistics. Rename GetStream to GetResource and various other mentions of 'stream' to 'resource'. r=cpearce
--HG--
rename : content/media/nsMediaStream.cpp => content/media/MediaResource.cpp
rename : content/media/nsMediaStream.h => content/media/MediaResource.h
|
2012-02-15 17:35:01 +13:00 |
|
Robert O'Callahan
|
1e90444bb6
|
Bug 708116. Factor out logic for updating the current frame of a video element into a helper object. r=doublec
|
2012-02-15 17:35:01 +13:00 |
|
Robert O'Callahan
|
66ac4221f8
|
Bug 726891. Move rate/channels/format up to nsAudioStream and add inline getters. r=kinetik
|
2012-02-14 17:39:33 +13:00 |
|
Chris Pearce
|
eac2102182
|
Bug 673698 - Don't update video playback position during seek. r=roc
|
2012-02-14 21:48:16 +13:00 |
|
Phil Ringnalda
|
9f50602120
|
Back out 7f81109133b5 (bug 725221), 135721f3720b (bug 726891), aef4ead175b4 (bug 726894) for orange
|
2012-02-13 22:31:22 -08:00 |
|
Robert O'Callahan
|
e9992c0076
|
Bug 726891. Move rate/channels/format up to nsAudioStream and add inline getters. r=kinetik
|
2012-02-14 17:39:33 +13:00 |
|
Joe Olivas
|
dc638382f4
|
Bug 725152 - Only use force_stereo_mode pref if it's explicitly set. r=kinetik
|
2012-02-14 15:35:26 +13:00 |
|
Zack Weinberg
|
f653e49889
|
Bug 682141 band-aid: add another todo missed the first time. r=cpearce
|
2012-02-05 20:32:43 -08:00 |
|
Matthew Gregan
|
37bc4473ce
|
Bug 723781 - Disable libcubeb for now.
--HG--
extra : rebase_source : 23c5d8448d65e2b18a10e61e079f44f261cdb71a
|
2012-02-03 21:31:43 +13:00 |
|
Phil Ringnalda
|
b7bac2bff8
|
Back out 60fc46d5b1ca (bug 723793) for Windows crashtest assertions
--HG--
extra : rebase_source : 6ca69e6016ed2c1699315b7a1f7d632903857a33
|
2012-02-02 23:33:08 -08:00 |
|
Matthew Gregan
|
bc3ac64aeb
|
Bug 723793 - Lazily initialize libcubeb on first use. r=roc
|
2012-02-03 16:01:40 +13:00 |
|
Matthew Gregan
|
ad7180d548
|
Bug 677138 - Integrate libcubeb into a buffered nsAudioStream API. r=cpearce
|
2012-01-13 10:20:36 +13:00 |
|
Ed Morley
|
df5e69d443
|
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
|
2012-02-01 12:58:07 +00:00 |
|
Masatoshi Kimura
|
6022955a50
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=ms2ger,smaug
|
2012-02-01 11:36:42 +01:00 |
|