diff browse annotate |
44bd881db94a5e84525f21cdff86c7dd7056b636 created 2012-11-14 11:45 -0800 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 811381 - Move media code into mozilla namespace. r=roc |
diff browse annotate |
2c50f4d2ce7c1ab3c8bca4594325b5560971ad59 created 2012-11-14 11:45 -0800 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 811381 - Move NextFrameStatus to MediaDecoderOwner, so that nsHTMLMediaElement doesn't need to include all of nsBuiltinDecoder. r=roc |
diff browse annotate |
591fe821c8cee68cff89557b5f1b76a9d250f1be created 2012-11-14 11:45 -0800 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 811381 - Flatten nsMediaDecoder and nsBuiltinDecoder into a single class. r=roc |
diff browse annotate |
145d08002c5a91eddf81f66fadc509bca0ae7ea0 created 2012-11-08 19:40 -0500 pushed 2012-11-19 23:12 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 810177 - Part 2: Break MetadataTags out of nsHTMLMediaElements; r=cpearce |
diff browse annotate |
a61507b712ebc134da6dc2ff95229f111c869eac created 2012-11-08 18:22 -0500 pushed 2012-11-19 23:12 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 810177 - Part 1: Move NextFrameStatus to nsMediaDecoder; r=cpearce |
diff browse annotate |
dee39125618290b7348f5dd62aa99e9c7fe450f5 created 2012-11-07 11:33 +1300 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc |
diff browse annotate |
325b40aaa768db062e479bc148edbde099ca930b created 2012-11-07 11:33 +1300 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 799344 - Un-templatify nsBuiltinDecoderReader::DecodeToFirstData() so that we don't need to know nsBuiltinDecoderStateMachine's interface in nsBuiltinDecoderReader.h. This means that nsBuiltinDecoderReader.h doesn't need to include nsBuiltinDecoderStateMachine.h when we move the state machine declaration from nsBuiltinDecoder.h to nsBuiltinDecoderStateMachine.h (in a later patch). nsBuiltinDecoderStateMachine.h needs to include nsBuiltinDecoderReader.h, so if nsBuiltinDecoderReader.h needed to include nsBuiltinDecoderStateMachine.h we'd have an include cycle, which is bad. r=roc |
diff browse annotate |
0af82e65292b88caf318983dc408609069b27401 created 2012-11-07 11:33 +1300 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 799344 - Remove nsBuiltinDecoder::GetDecodeState(), so that nsBuiltinDecoder doesn't need to know about nsDecoderStateMachine::State. r=roc |
diff browse annotate |
bd15d6741bffda17af97d17fa9b1f41698068640 created 2012-11-06 19:36 -0500 pushed 2012-11-19 23:12 +0000 |
Ryan VanderMeulen | Ryan VanderMeulen - Backout 3f0e69962962, 84a1afc5b15e, c62f225d0dbb, 24870ebc9665, and dd7663e68657 (bug 799344) for mochitest-1 orange. |
diff browse annotate |
c62f225d0dbbd45566bfc810176b0e9f5e6e45dc created 2012-11-07 11:33 +1300 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc |
diff browse annotate |
24870ebc966555225345bffd16af4239be8900c9 created 2012-11-07 11:33 +1300 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 799344 - Un-templatify nsBuiltinDecoderReader::DecodeToFirstData() so that we don't need to know nsBuiltinDecoderStateMachine's interface in nsBuiltinDecoderReader.h. This means that nsBuiltinDecoderReader.h doesn't need to include nsBuiltinDecoderStateMachine.h when we move the state machine declaration from nsBuiltinDecoder.h to nsBuiltinDecoderStateMachine.h (in a later patch). nsBuiltinDecoderStateMachine.h needs to include nsBuiltinDecoderReader.h, so if nsBuiltinDecoderReader.h needed to include nsBuiltinDecoderStateMachine.h we'd have an include cycle, which is bad. r=roc |
diff browse annotate |
dd7663e686574e9277704bdac7d747983e07ae43 created 2012-11-07 11:33 +1300 pushed 2012-11-19 23:12 +0000 |
Chris Pearce | Chris Pearce - Bug 799344 - Remove nsBuiltinDecoder::GetDecodeState(), so that nsBuiltinDecoder doesn't need to know about nsDecoderStateMachine::State. r=roc |
diff browse annotate |
882cfaba69c25be5368542dbd10675c69401c6f4 created 2012-10-25 23:09 +1300 pushed 2012-11-19 23:12 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 805254. Part 8: Consolidate audio sample processing code using templates over the format types. r=kinetik |
diff browse annotate |
c30be4a4cd06a4ac8e608270c26554f4f347d693 created 2012-10-25 23:09 +1300 pushed 2012-11-19 23:12 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 805254. Part 2: Rename nsAudioStream::GetFormat() to Format(), make it static, and use it instead of the MOZ_AUDIO_DATA_FORMAT macro. r=kinetik |
diff browse annotate |
ddac06746a2c5faf98c79ff8ecd1966df98e96b0 created 2012-10-15 16:49 +1300 pushed 2012-11-19 23:12 +0000 |
Matthew Gregan | Matthew Gregan - Bug 801512 - Remove remaining printfs from content/media. r=roc |
diff browse annotate |
8e00ce1788c78a0198712443c00167f8ec178cfc created 2012-11-19 00:09 +0800 pushed 2012-11-18 22:48 +0000 |
Marco Chen | Marco Chen - Bug 795237 - Web API for setting audio stream type. Part 2. r=kinetik, a=blocking-basecamp |
diff browse annotate |
05684d6424cb4a8097578cd29e434c3d798f3de8 created 2012-09-28 13:34 -0400 pushed 2012-10-08 19:23 +0000 |
Nicolas Silva | Nicolas Silva - Bug 794747 - add a pref for the default size of the VideoQueue. r=kinetik |
diff browse annotate |
2c694d8bf7a59441faba5d6266862299fa354b03 created 2012-09-28 01:57 -0500 pushed 2012-10-08 19:23 +0000 |
Isaac Aggrey | Isaac Aggrey - Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan |
diff browse annotate |
afd0781795631bab4018172ff5fd405792fc4fff created 2012-09-27 23:44 +0200 pushed 2012-10-08 19:23 +0000 |
foudfou | foudfou - Bug 785542 - Convert usages of PR_MIN and PR_MAX to NS_MIN and NS_MAX; r=ehsan |
diff browse annotate |
69d3a830885120643b0d9f77170fda41c73bd906 created 2012-09-27 16:33 +1200 pushed 2012-10-08 19:23 +0000 |
Edwin Flores | Edwin Flores - Bug 759506 - Add support for zero-copy OMX hardware decoding to B2G r=doublec |
diff browse annotate |
c500f57ba29682e76f381c8147198d3f96ceec6e created 2012-09-18 22:23 -0700 pushed 2012-10-08 19:23 +0000 |
Paul Adenot | Paul Adenot - Bug 792274 - Don't setup mediastreams in RecreateDecodedStream() if we did not have a mediastream before. r=roc |
diff browse annotate |
7a4caceea493961b47cac3c568ee4278e878348f created 2012-09-18 11:27 -0700 pushed 2012-10-08 19:23 +0000 |
Paul Adenot | Paul Adenot - Bug 791344 - Properly log skipped frames in the NSPR log. r=kinetik |
diff browse annotate |
935b18138954228f73d94e7e393b3cc135616bb4 created 2012-09-18 11:23 -0700 pushed 2012-10-08 19:23 +0000 |
Paul Adenot | Paul Adenot - Bug 791344 - Use the right method to build a timestamp from microseconds and properly convert between units. r=kinetik |
diff browse annotate |
89085b91ea2cea14a34e3618bf4c802bec86115e created 2012-09-17 16:45 -0400 pushed 2012-10-08 19:23 +0000 |
Steve Workman | Steve Workman - Bug 734546: Changes to nsBuiltinDecoder etc. in prep for nsDASHDecoder etc. r=cpearce |
diff browse annotate |
6cd206b371761294125cb98fe9d0c11e2383795f created 2012-08-29 17:51 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c4f83d9d8243f3f853a5356188164a5fddee2b5a created 2012-08-22 16:09 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c797118c02a869e2eda77a380f0f646b84fe6679 created 2012-08-21 15:59 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
22fe5c9f4433b25951d0471f44f1cf82f43b26c8 created 2012-08-13 13:40 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
52ff63c1941765a276cf9f87326db6600c60866d created 2012-08-08 15:09 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
4b251874c178b8d51b59bfbcaf9821d7998849c0 created 2012-07-31 17:19 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
08187a7ea8974548382f5d7775df8171a4ec6449 created 2012-07-30 13:15 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
a21ef9ee88f4d0168b073a98cc9c7b9283cf8649 created 2012-07-20 12:02 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
af4c7ab588896e7ee0f038cb3cd601e58f534a69 created 2012-07-19 14:34 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c55f5f8b93857e2b08331a1b4fafd979d3ebb444 created 2012-06-15 15:23 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
5cfb73435e0655e230e74a6aa7066d576b7c6a7d created 2012-06-08 11:18 +0200 pushed 2012-10-08 19:23 +0000 |
Jan de Mooij | Jan de Mooij - Merge m-c to ionmonkey |
diff browse annotate |
56ba58a77e8f11cff724a9ddb50839a0c5663e2c created 2012-06-04 13:30 -0700 pushed 2012-10-08 19:23 +0000 |
Sean Stangl | Sean Stangl - Merge m-c to Ionmonkey. |
diff browse annotate |
a15a3a3b4647fa24609d08706ea35e9cd5998c52 created 2012-05-23 14:33 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
80e4ab0d24bc64ceaa7693ab5def36faffde7a40 created 2012-05-21 14:40 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
3b9f67f4ab7140c9447cd5d1598ac4005223df73 created 2012-05-16 15:39 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c83c77b4ed05534bfae3ea4ab386365d93fb602c created 2012-05-15 10:22 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
9d44cdf696eefdc936bf3a6cf37cb038e729c0f7 created 2012-05-10 13:44 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
e3b632e26dc04c0cf0226c8b2681a0d3243464ea created 2012-05-08 17:34 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
44911569fb04d891073656cac1f794495723f573 created 2012-04-30 12:53 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c95bd17c4ae77baa34324a9e790b5684254830eb created 2012-03-30 18:40 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
b56f0dfbc628d99d899225cfb73543f78f6d2bf2 created 2012-03-05 17:50 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
f977d96263c2bbf35d4308c576feb7cce22c665e created 2012-03-01 13:45 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
83cb9381de53b1f9feb7dc15364b8f9955a432b2 created 2012-02-22 19:25 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
61980734d3a21c29f3783ae946733af29ebcd2bd created 2012-02-21 15:08 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
98a0b13b8a0cec8430394da7d323021ff8ee7800 created 2012-02-15 13:45 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
523fad03a5c43fd40cbb0643dffab36b9129f79a created 2012-02-01 14:12 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
577a1c24f51942a2deeedaec7bd06125d5fc39f1 created 2012-01-20 10:12 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c81ee787fbff2de8a7d726aef2d85ee9fda47824 created 2012-01-19 14:27 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
91c7d8b9c9e96bed8c5f867ccd98fed385638c48 created 2012-01-11 14:11 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
266b7ffc925d7b04bd7ecca549dde55047758676 created 2012-01-06 17:03 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
0cfb7c3645ee2bcac477c4382395753b7d7f49f9 created 2011-12-27 14:02 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
a64147b4cccbdecd64ad218625df24981f5e86c5 created 2011-11-29 16:44 -0800 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
7ceaa303896bae686f83081212fec143d3dfd21d created 2011-11-23 15:19 -0500 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
7c70058ad7b7503b674d110cd91209605fa80bfe created 2011-11-16 15:10 -0800 pushed 2012-10-08 19:23 +0000 |
Sean Stangl | Sean Stangl - Merge. Write barriers have not yet been integrated. |
diff browse annotate |
89fff0ee52d5e237060a44b133a68e723dab8ae4 created 2011-11-04 14:02 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
8da6b16bdd33a7c882d9aa04c05277c911c74fae created 2011-10-28 15:06 -0700 pushed 2012-10-08 19:23 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |