
Recherche avancée
Autres articles (73)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (10846)
-
Revision 762641bacc : Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."
11 août 2015, par Marco PaniconiMerge "Adjust speed setting for temporal layers in 1 pass non-rd mode."
-
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
-
Revision af6d2c7d42 : Turn off simple_model_rd_from_var at speed 4. This got erroneously changed duri
1er août 2015, par Alex ConverseChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Turn off simple_model_rd_from_var at speed 4.This got erroneously changed during the refactor. This fixes
SvcTest.TwoPassEncode2TemporalLayersWithMultipleFrameContextsAndTiles.Change-Id : Ifa5ab0e098396c5e2d10478db87df256eadfa4c7