
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (32)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (6936)
-
aacenc : increase fuzz on aac-ms-encode test
17 octobre 2015, par Rostislav Pehlivanovaacenc : increase fuzz on aac-ms-encode test
GCC 3.4 miscompiles it on sunos. Date of release ? The second of
August two thousand and five, anno Domini. That’s ten years two
months and fourteen days ago. Three thousand seven hundred and
twenty seven days ago. One sixth of the average life expectancy
of a person living in a country with a human development index
of zero point eight hundred and eight, equality adjusted.
GCC 4.3 also miscompiles it, though not as bad. -
Revision 3b2e73b9a4 : Remove tx cache and speed up tx size selection 1. The RD scores obtained during
29 juillet 2015, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_context_tree.h
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_rdopt.c
Remove tx cache and speed up tx size selection1. The RD scores obtained during the tx size selection were stored in the
tx cache, and used to help make the tx decision for the following frames.
This wasn’t used anymore in VP9 encoder. Recovered the related decision
making code from 1.5+ years ago, and borg tests didn’t show any quality
gain. This patch removed it to lower the complexity.2. An optimization was done after the above refactoring. If the tx_mode
is not TX_MODE_SELECT, we only need to test the chosen tx size instead
of all posible tx sizes. This gave a 1.5% average speed gain at speed 2,
and a 1% average speed gain at speed 3.Change-Id : Id8cd650e066a8cef33829d8c15388a8138adc78c
-
Merge commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’
30 juillet 2015, par Michael NiedermayerMerge commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’
* commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’ :
hmac : add missing version bump and APIChanges entryConflicts :
libavutil/version.hversion.h is not changed as the code has been added 2 years ago in FFmpeg
See : 82ef67016ef731268ab7b8e91139bd5f16edc991
Merged-by : Michael Niedermayer <michael@niedermayer.cc>