Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (93)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11567)

  • 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