Recherche avancée

Médias (91)

Autres articles (85)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette 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.

Sur d’autres sites (11906)

  • Revision 3b2e73b9a4 : Remove tx cache and speed up tx size selection 1. The RD scores obtained during

    29 juillet 2015, par Yunqing Wang

    Changed 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 selection

    1. 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 455f2de20b : Tune tokenization/detokenization flow for speed-up This commit optimizes the to

    30 juillet 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_tokenize.c



    Tune tokenization/detokenization flow for speed-up

    This commit optimizes the tokenization and detokenization operational
    flow for speed-up. It makes the coding process about 0.3% faster at
    speed 0.

    Change-Id : I28008df7482874e4b5f237f2d418ff82a249dd56

  • Revision a306bd8274 : Use the RTC optimizations when in high bitdepth mode. Change 72193 made the enc

    4 décembre 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_encodemb.c



    Use the RTC optimizations when in high bitdepth mode.

    Change 72193 made the encoder behave differently
    when configured with and without high bitdepth.
    This change means the same algorithm is used for both.

    Change-Id : I707a44a94afca773a9e0c2f7ebeeea83030257c5