
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 (9)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (3500)
-
Revision 6ff3eb1647 : New inter mode context. This patch creates a new inter mode contest that avoids
16 mai 2013, par Paul WilkinsChanged Paths :
Modify /vp9/common/vp9_modecont.c
Modify /vp9/common/vp9_mvref_common.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_mcomp.h
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
New inter mode context.This patch creates a new inter mode contest that avoids
a dependence on the reconstructed motion vectors from
neighboring blocks. This was a change requested by
a hardware vendor to improve decode performance.As part of this change I have also made some modifications
to stats output code (under a flag) to allow accumulation of
inter mode context flags over multiple clipsSome further changes will be required to accommodate the
deprecation of the split mv mode over the next few days.Performance as stands is around -0.25% on derf and
std-hd but up on the YT and YT-HD sets. With further tuning
or some adjustment to the context criteria it should be
possible to make this change broadly neutral.Change-Id : Ia15cb4470969b9e87332a59c546ae0bd40676f6c
-
Revision 885d8a4397 : Eliminated prev_mip memsets/memcpys in encoder This patch swaps ptrs instead of
31 mai 2013, par Scott LaVarnwayChanged Paths :
Modify /vp9/decoder/vp9_onyxd_if.c
Modify /vp9/encoder/vp9_onyx_if.c
Eliminated prev_mip memsets/memcpys in encoderThis patch swaps ptrs instead of copying and uses the
last show_frame flag instead of setting the entire buffer
to zero. On the decode side, forced prev_mi to always point
to a valid mode info buffer. Required by the next frame.Change-Id : I90441eaf087868e9f9bc368e15e0becc848c4a51
-
Revision ba48a11130 : WIP : 4x4 idct/recon merge This patch eliminates the intermediate diff buffer us
20 mai 2013, par Scott LaVarnwayChanged Paths :
Modify /test/fdct4x4_test.cc
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_invtrans.c
Modify /vp9/common/vp9_invtrans.h
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/decoder/vp9_idct_blk.c
Modify /vp9/decoder/x86/vp9_dequantize_sse2.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodeintra.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_rdopt.c
WIP : 4x4 idct/recon mergeThis patch eliminates the intermediate diff buffer usage by
combining the short idct and the add residual into one function.
The encoder can use the same code as well.Change-Id : I296604bf73579c45105de0dd1adbcc91bcc53c22