Christopher De Cairos
|
3a8c609cf8
|
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
|
5c3dfafaaf
|
Bug 726400 - Backed out changeset 4ad6c040729f. r=backout.
|
2012-03-26 14:41:14 +13:00 |
Christopher De Cairos
|
1245d52679
|
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
|
e1ef5a630c
|
Back out c4a4b0171b99 (bug 736400) for Android build bustage
|
2012-03-25 15:35:37 -07:00 |
Christopher De Cairos
|
c270772ac3
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled r=cpearce
|
2012-03-26 10:48:40 +13:00 |
Ching Wei Tseng
|
a154db82c2
|
Bug 601535 - content/media should use CheckedInt.h. r=doublec
|
2012-02-22 13:28:06 +01:00 |
Robert O'Callahan
|
68eeb7c5ac
|
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
|
0671487a56
|
Bug 703379. Rename nsMediaDecoder::GetCurrentStream to GetStream. Make nsMediaStream::URI() const. r=doublec
|
2011-11-25 15:06:20 +13:00 |
Matthew Gregan
|
4a916f79a5
|
Bug 690603 - Remove PR_TRUE/PR_FALSE from media code. r=doublec
|
2011-09-30 12:34:37 +13:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Fabrice Desré
|
0d3f7fffb9
|
Bug 659188 - Android and media parts [r=blassey] [r=cpearce]
|
2011-09-26 17:25:41 -07:00 |
Martin Richard
|
b8ccd02eda
|
Bug 646333 - Make video constants consistently const T. r=cpearce
|
2011-09-15 07:39:50 +12:00 |
Chris Pearce
|
03acbf8e80
|
Bug 671978 - Make nsRawReader build after changes added in bug 592833. r=doublec
|
2011-07-19 09:35:58 +12:00 |
Chris Pearce
|
f54bdc2910
|
Bug 661456 - Scale WebM video frames to display size. r=kinetik
|
2011-06-24 10:08:54 +12:00 |
Michael Wu
|
3811549a41
|
Bug 656804 - build broken with --enable-raw r=blassey a=gavin
|
2011-05-23 17:23:13 -07:00 |
Chris Pearce
|
2593dac8d6
|
Bug 566779 - Clean up media start and end time calculation. r=doublec
|
2011-05-09 09:10:28 +12:00 |
Chris Pearce
|
a6ed57a50c
|
Bug 650994 - Decode ogg packets lazily, timestamp them at demux time. r=doublec
|
2011-05-08 18:24:09 +12:00 |
Chris Pearce
|
ab25dce801
|
Bug 650157 - Push nsBuiltinDecoderReader::mDataOffset down into nsOggReader. r=doublec
|
2011-04-15 13:29:54 +12:00 |
Chris Pearce
|
9a2ed19646
|
Bug 641718 - Convert to using microseconds for internal video timestamps. r=kinetik
|
2011-04-14 10:12:23 +12:00 |
Mats Palmgren
|
8e1ef7794e
|
Bug 635794 - nsAutoArrayPtr so we get 'operator delete[]' when destroying. r=khuey
|
2011-04-04 13:41:02 +02:00 |
Chris Double
|
7a74cd4294
|
Bug 639721 - Fix data race on nsBuiltinDecoderReader::mInfo - r=kinetik
--HG--
extra : rebase_source : 5e58af70c75f563ae7dd7d62e3be897a3c244e85
|
2011-03-24 16:53:03 +13:00 |
Chris Pearce ext:(%2C%20Chris%20Double%20%3Cchris.double%40double.co.nz%3E)
|
dc460d5e2d
|
Bug 580531 - Add video demuxing/decoding stats. r=kinetik sr=roc
|
2011-03-24 11:28:57 +13:00 |
Matthew Gregan
|
74b69d62bc
|
Bug 598217 - Share nsWebMBufferedState between cloned decoders. r=roc a=blocking2.0
|
2010-09-21 12:49:50 +12:00 |
Chris Pearce
|
a03d9258fb
|
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
|
a53d730976
|
Bug 519897 - Supported indexed Ogg files. r=doublec
|
2010-08-20 10:50:37 +12:00 |
Chris Pearce
|
e424bea3a6
|
Backed out changeset 7eee00899270
|
2010-08-18 13:48:34 +12:00 |
Chris Pearce
|
d249d4c7a5
|
Bug 519897 - Supported indexed Ogg files. r=doublec a=roc
|
2010-08-18 10:49:14 +12:00 |
Chris Pearce
|
1c34a45d4c
|
Bug 462957 - Stubs for buffered for WebM and raw video. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
Kyle Huey
|
3f87f708cd
|
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
|
1f722c7f09
|
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 |