Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (83)

  • 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 (14128)

  • Revision 0d7b7c09cb : Added a speed feature use_square_partition_only This commit adds a speed featur

    27 juin 2013, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Added a speed feature use_square_partition_only

    This commit adds a speed feature where only squared partition are
    evaluated in partition picking. Enable this feature in cpu-used 2
    reduces encoding time by 30%.

    loss of compression :
    - 0.9% on cif set
    - 1.23% on stdhd

    Change-Id : Ia6fad11210f0b78365abb889f9245604513be5b9

  • Revision 16147d4bcc : Merge "Added a speed feature use_square_partition_only"

    3 juillet 2013, par Yaowu Xu

    Merge "Added a speed feature use_square_partition_only"

  • Revision 37501d687c : Speed feature to binary search dir intramodes This speed feature will skip sear

    2 juillet 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Speed feature to binary search dir intramodes

    This speed feature will skip searching the directional intra prediction
    modes D63, D117, D27, D153 if the best intra mode so far is not one of
    the diagonal, horizontal or vertical directions closest to the respective
    directions being tested. In other words, this implements a sort of
    binary search in the angular domain.

    Speedup : about 9-10%
    Results : -0.05% only on derfraw300.

    Change-Id : I413584c41f2a3e8dabfbdeb40718c8fc4b1d63a2