Recherche avancée

Médias (91)

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7979)

  • Revision f6be2f3c87 : Clarify GCC version check The version check was incorrectly matching some versi

    25 septembre 2014, par Johann

    Changed Paths :
     Modify /vp8/common/arm/neon/loopfilter_neon.c


     Modify /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c


     Modify /vpx_ports/arm.h



    Clarify GCC version check

    The version check was incorrectly matching some versions of clang
    which reported as gcc 4.2

    Change-Id : I686d3576e71883fe1463206b56ab5e2aa9bb68a8

  • Revision e7bddba149 : new version of speed 1 This version of speed 1 only disables modes at higher re

    23 avril 2013, par Jim Bankoski

    Changed Paths : Modify /vp9/encoder/vp9_block.h Modify /vp9/encoder/vp9_rdopt.c new version of speed 1 This version of speed 1 only disables modes at higher resolution that had distortions >2x the best mode we found... The hope is that this could be a replacement for speed 0 ... Change-Id : (...)

  • Revision 903801f1ef : vp9 decoder : row-based multi-threaded loopfilter Implemented parallel loopfilte

    28 décembre 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Add /vp9/decoder/vp9_dthread.c


     Add /vp9/decoder/vp9_dthread.h


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/decoder/vp9_onyxd_int.h


     Modify /vp9/decoder/vp9_thread.c


     Modify /vp9/decoder/vp9_thread.h


     Modify /vp9/vp9dx.mk



    vp9 decoder : row-based multi-threaded loopfilter

    Implemented parallel loopfiltering, which uses existing tile-
    decoding threads. Each thread works on one row, and when that row
    is loopfiltered, it moves to next unattended row. To ensure the
    correct filtering order, threads are synchronized and one
    superblock is filtered only if the superblocks it depends on are
    filtered already.

    To reduce synchronization overhead and speed up the decoder, we use
    nsync > 1 for high resolution.

    Performance tests :
    1. on desktop :
    8-tile 4k video using 8 threads, speedup : 70% - 80%
    4-tile HD video using 4 threads, speedup : 35%
    2. on mobile device(Nexus 7) :
    4-tile 1080p video using 4 threads, speedup : 18% - 25%
    4-tile 1080p video using 2 threads, speedup : 10% - 15%

    Change-Id : If54b4a11960dd706c22d5ad145ad94156031f36a