Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (82)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10646)

  • Revision 9d67495f72 : Optimize 32x32 2D inverse DCT for speed-up This commit exploits the sparsity of

    1er août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Optimize 32x32 2D inverse DCT for speed-up

    This commit exploits the sparsity of quantized coefficient matrix.
    It detects each 32x8 array and skip the corresponding inverse
    transformation if all entries are zero.

    For ped1080p at 8000 kbps, this on average reduces the runtime of
    32x32 inverse 2D-DCT SSE2 function from 6256 cycles -> 5200
    cycles. It makes the overall encoding process about 2% faster at
    speed 0. The speed-up is more pronounceable for the decoding process.

    Change-Id : If20056c3566bd117642a76f8884c83e8bc8efbcf

  • Revision 0d68080445 : Merge "Comment out 2 unused speed features"

    2 août 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Merge "Comment out 2 unused speed features"

  • Revision 7965a6ea34 : Comment out 2 unused speed features use_min_partition_size and use_max_partitio

    1er août 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Comment out 2 unused speed features

    use_min_partition_size and use_max_partition_size are not used
    currently, and could be added back if needed later.

    Change-Id : Ib22a9c06b064567a7c1d6d5445567ed77e0d3acc