
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (67)
-
Les images
15 mai 2013 -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7936)
-
build : Require yasm 0.8.0 or higher
7 octobre 2013, par Derek Buitenhuisbuild : Require yasm 0.8.0 or higher
This is in preparation for removing a .rodata kludge
which was only required for older YASM versions.The movbe instruction was introduced in 0.8.0, which already
had AVX, which was introduced in 0.7.0, and NASM introduced
movbe in 2.0.3, which is the same version which introduced
AVX support.Also, make the failure message more accurate.
Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Revision 0187f4b411 : Adjustments to cyclic refresh (aq-mode=3). Target higher delta-qp for big block
28 janvier 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
Modify /vp9/encoder/vp9_aq_cyclicrefresh.h
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_pickmode.c
Adjustments to cyclic refresh (aq-mode=3).Target higher delta-qp for big blocks with zero motion,
and for segment#1 : avoid 64x64 partition size and force 8x8 tx size.Metrics on RTC set mostly positive : SSIM up by 4%, PSRN by 1.5%.
Doesn’t seem to be any change in speed.Change-Id : I1f68fa3c4f62dab3b90cc58041f05ebb048ae5ac
-
Revision 65ede3da45 : Modified Handling of min and max vbr rates. In two pass encodes bits are alloca
2 janvier 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_onyx_int.h
Modified Handling of min and max vbr rates.In two pass encodes bits are allocated to each frame
according to a modified error score for the frame as a
fraction of the modified error score for the clip or section.Previously a minimum rate per frame was reserved and
subtracted from the bits allocatable by the two pass code.
The vbr max section rate was enforced by clipping the
actual number of bits allocated.In this patch the min and max vbr rates are enforced
instead by clipping the modified error scores for each frame
rather than the number of bits allocated.Small gains for all test sets (psnr and SSIM) ranging from
+0.05 for YT psnr up to +0.25 for Std-hd SSIM.Change-Id : Iae27d70bdd3944e3f0cceaf225bad2e8802833de