Karl Tomlinson
f3dc828963
b=944143 avoid producing infinite stream of subnormals in ZeroPole tail r=padenot
...
--HG--
extra : transplant_source : gI%94%E9%DB%99%83%B7%09%B6%82q%FF9%5DI%BE%D6%EF%B6
2014-01-07 12:53:48 +13:00
Karl Tomlinson
3d7d128e05
b=949683 optimize zero-gain in GainNode r=padenot
...
--HG--
extra : transplant_source : %97Js%1B%23%13%AEb%7F%9E%B5%C4%BEx%84xV%C1%F7%5B
2014-01-07 12:53:48 +13:00
Karl Tomlinson
544419ae88
b=944851 don't consider AudioNode input when getting AudioParam values on the main thread r=ehsan
...
--HG--
extra : transplant_source : %15o4%BAA%1F%D4%87%01%CD%B3H%A1T%B0%88%27%9F%A1e
2014-01-07 12:53:47 +13:00
Karl Tomlinson
9da3d20771
b=952756 always remember offset and duration from Start() r=padenot
...
--HG--
extra : transplant_source : %9A%3D%12wAbL%0D%E1%16G%A9%B7%23%A9%16%7F%8C%2B%18
2014-01-07 12:53:47 +13:00
Wes Kocher
edd478a6df
Merge m-c to inbound
2014-01-06 18:14:57 -08:00
Wes Kocher
e54fc07dc9
Merge b2g-inbound to m-c
2014-01-06 17:16:48 -08:00
Chris Pearce
eb97868f09
Bug 945645 - Only init WMF video decoding if we have a video container. r=padenot.
2014-01-07 14:36:12 +13:00
Ethan Tseng
a7eb6eb74b
Bug 951117 - [RTSP][Video][V1.3] Crash happened while stop playing RTSP strreaming. r=sworkman
2013-12-23 17:05:11 +08:00
Randy Lin
fa09b2887a
Bug 950429 - Media Recording - Allow NS_DispatchToCurrentThread in Media Encoder thread. r=roc
2014-01-05 01:20:21 +08:00
Andrew Quartey
0ace8395a4
Bug 882718 - Part a: Add list of newly introduced cues to TextTrackManager. r=rillian
2014-01-06 13:03:50 -05:00
Birunthan Mohanathas
d05644b6b3
Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
...
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
2014-01-06 10:06:04 -05:00
Ehsan Akhgari
60eb19e15a
Bug 884368 - Part 1: Add a memory reporter for AudioContexts; r=roc,njn
2014-01-04 13:15:41 -05:00
Ehsan Akhgari
1b83407ce9
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Randy Lin
b275c8b757
Bug 952052 - Avoid release Session object in Media Encoder thread. r=roc
2014-01-03 15:24:57 +08:00
Ryan VanderMeulen
de9a91a217
Merge m-c to inbound.
2014-01-02 16:17:34 -05:00
Ryan VanderMeulen
d0a9cd5005
Merge b2g-inbound to m-c.
2014-01-02 16:14:38 -05:00
Wolfgang Rosenauer
3a4089174c
Bug 953130 - Fix system NSPR builds for content/media. r=rjesup
2014-01-02 09:14:52 +01:00
Jan Gerber
4c311be922
Bug 952186 - Remove downmix code from WebMReader; r=rillian
2013-12-19 23:43:26 +05:30
Randy Lin
49c9343eff
Bug 952020 - Remove the MediaEncoder::OnEncoderThread(). r=roc
2013-12-19 18:13:05 +08:00
Ms2ger
fc0c5d7215
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
2013-12-31 10:06:12 +01:00
Alfredo Yang
374092b6fe
Bug 891704 - Add ISO media container muxer. r=cpearce
2014-01-02 10:39:24 -05:00
Rick Eyre
7e614abbe8
Bug 921484 - Fix bugs found in TextTrack::GetActiveCues(); r=rillian
...
* mDirty needs to be set to false after the list has been recomputed.
* The loop that adds cues to the list doesn't work properly when the
list has become dirty as we check if endTime < playback time and
since we start from pos 0 we will never get past the first cue.
2013-12-13 10:09:33 -05:00
Brendan Long
edf15f09d2
Bug 882703 - Add TextTrackList change event; r=rillian,bz
2013-12-17 23:19:09 -06:00
Wes Kocher
84b5646ffb
Backed out changeset df0855f26e4d (bug 949642) for introducing a new intermittent failure
2013-12-20 18:33:55 -08:00
Wes Kocher
900bc805d5
Backed out changeset 6532bf066bb4 (bug 882299)
2013-12-20 18:33:04 -08:00
Wes Kocher
2f2426fd1c
Backed out changeset 9ca7e64ef0d0 (bug 921484)
2013-12-20 18:32:44 -08:00
Wes Kocher
7f84d88bf6
Backed out changeset 00aa14a1f461 (bug 950830)
2013-12-20 18:32:20 -08:00
Jan Gerber
4ae348020e
Bug 950793 - Loop over all supported codecs in test. r=rillian
2013-12-16 10:50:00 -08:00
Jan Gerber
38bc459378
Bug 949525 - VP9 tests. r=cpearce
...
Remuxed vp9cake.webm to correct CodecDelay values.
2013-12-19 07:02:00 -08:00
Jan Gerber
c63b0c9fe8
Bug 945513 - Opus-in-WebM tests. r=rillian
...
detodos.webm was remuxed with ffmpeg N-58726-g9695fb2 from detodos.opus
| + Muxing application: Lavf55.22.100
| + Writing application: Lavf55.22.100
2013-12-16 10:48:00 -08:00
Rick Eyre
3873cefa08
Bug 950830 - Clean up TextTrackCue style and TODO comments. r=rillian
2013-12-16 14:49:22 -05:00
Rick Eyre
e98d145e06
Bug 921484 - Fix bugs found in TextTrack::GetActiveCues(). r=rillian
2013-12-13 10:09:33 -05:00
Rick Eyre
6688119fea
Bug 882299 - Implement VTTCue::Line. r=smaug, r=rillian
2013-12-16 14:35:01 -05:00
Rick Eyre
3ba9827001
Bug 949642 - Implement VTTCue::LineAlign. r=rillian
2013-12-13 09:29:15 -05:00
Wes Kocher
3053bbf32b
Backed out changeset 2e2c930a960c (bug 948269) for android 4.0 mochitest-2 permaorange
2013-12-19 19:24:42 -08:00
Matthew Gregan
f06a701660
Bug 948269 - Split MediaDecoderStateMachine::AudioLoop out into new AudioSink class. r=cpearce
2013-12-20 13:52:06 +13:00
Rick Eyre
93fe7ce514
Bug 950049 - Rename VTTCue::TextTrackCueAlign to AlignSetting. r=rillian
2013-12-13 09:44:50 -05:00
Ryan VanderMeulen
ac142bdc44
Merge b2g-inbound to m-c.
2013-12-18 21:27:05 -05:00
Randy Lin
9f9872ada1
Bug 879669 - Part 4: Stop can cancel the initialization of start method, change to check the blob case by case. r=roc, r=jsmith
2013-12-18 12:14:44 +08:00
Randy Lin
87ed7d5945
Bug 879669 - Part 3: Start recording when tracks have been added. r=roc
2013-12-18 18:39:45 +08:00
Paul Adenot
582729441f
Bug 936784 - Only mute on Shutdown if the AudioContext is not an OfflineAudioContext.
2013-12-18 16:07:37 +01:00
Paul Adenot
9e67190543
Bug 936784 - Don't overbuffer in the MSG on AudioContext shutdown. r=roc,ehsan
2013-12-17 16:15:07 +01:00
Chris Pearce
633972c652
Bug 938107 - Wait for media state machine thread to shutdown during XPCOM shutdown before returning. r=roc
...
Add a MediaShutdownManager and have that as the only xpcom-shutdown
observer. This then shutsdown the MediaDecoders, and blocks waiting for
the media state machine's shared thread to complete shutdown before
exiting from the xpcom-shutdown observer. This ensures that the
MediaDecoder infrastructure does not use XPCOM on any thread after XPCOM
has shutdown, which is a logical error.
2013-12-18 16:59:11 +13:00
Randy Lin
f64409a83b
Bug 879669 - Part 2: Let Encoder can support various mimeType. r=roc
2013-12-10 15:24:51 +08:00
Ehsan Akhgari
c0846a3517
Bug 950840 - Rename some logging macros in content/media/wmf; r=cpearce
2013-12-17 14:43:29 -05:00
Randy Lin
a5f1b35872
Bug 879669 - Part 1: Don't callback if there is no track in MediaStream. r=roc
2013-11-23 09:14:29 +13:00
Matthew Gregan
a8e58b2267
Bug 950120 - Use audio reader if no video reader available, and handle zero reader case. r=doublec
2013-12-16 16:24:44 +13:00
Edwin Flores
8d1888e84a
Bug 866080 - Use Android I420ColorConverter in OMX plugin r=sotaro,doublec
2013-12-17 11:58:16 +13:00
Ehsan Akhgari
4958c59c61
Bug 950507 - Build content/media/fmp4 in unified mode; r=roc
2013-12-15 19:00:54 -05:00
Ehsan Akhgari
e1fd8d3db4
Bug 950506 - Part 2: Build content/media/directshow in unified mode; r=roc
2013-12-15 19:00:54 -05:00