
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (93)
-
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (10828)
-
Disabling HTML5 audio for Safari 5.0 (6533.16) on Snow Leopard ONLY, in addition to Safari 4.0.5 which had the same issue where audio sporadically fails to load + play. Lame. (Safari 4/5 on WinXP, iPad still fine.) https://bugs.webkit.org/show_bug.cgi?id=32159#c9
12 juin 2010, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js Disabling HTML5 audio for Safari 5.0 (6533.16) on Snow Leopard ONLY, in addition to Safari 4.0.5 which had the same issue where audio sporadically fails to load + play. Lame. (Safari 4/5 on WinXP, (...)
-
Fix edge case for Safari + Flash, where Safari does not load SWFs on pages opened in new, unfocused tabs ; SM2 waits for focus before starting init/timeout process. Also removed ancient Safari 3.1 focus-related mousemove() workaround (since 3.1 lacked modern onfocus().)
23 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Fix edge case for Safari + Flash, where Safari does not load SWFs on pages opened in new, unfocused tabs ; SM2 waits for focus before starting init/timeout process. (...)
-
Revision debb9c68c8 : Use low precision 32x32fdct for encodemb in speed1 The low precision 32x32 fdct
8 août 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_block.h
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Use low precision 32x32fdct for encodemb in speed1The low precision 32x32 fdct has all the intermediate steps within
16-bit depth, hence allowing faster SSE2 implementation, at the
expense of larger round-trip error. It was used in the rate-distortion
optimization search loop only.Using the low precision version, in replace of the high precision one,
affects the compression performance by about 0.7% (derf, stdhd) at
speed 0. For speed 1, it makes derf set down by only 0.017%.Change-Id : I4e7d18fac5bea5317b91c8e7dabae143bc6b5c8b