Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (91)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

Sur d’autres sites (9598)

  • Revision 118ccdcd30 : Inverse dimension order in token_cost array. This allows us to increment the po

    25 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_rdopt.c



    Inverse dimension order in token_cost array.

    This allows us to increment the position at the band-level only as
    we go from one band to the next ; more importantly, that allows us to
    use an add instead of multiply instruction, and omit the instruction
    altogether if the band doesn't change from one coef to the next, thus
    being slightly faster (probably more noticeable on systems where a
    multiply is expensive, like arm).

    Change-Id : I4343fe35b9f9a47fa00b217bdcbf5f91ff96c381

  • Revision a1e2d50be9 : Diamond search change to accelerate movement Optional change in diamond search

    18 juillet 2013, par Deb Mukherjee

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



    Diamond search change to accelerate movement

    Optional change in diamond search to continue in the best move
    direction until that move turns worse.

    This is still WIP since the exact way the new method is to be used is
    under investigation. One option is to make it an option in diamond
    search and use it only when motion is large.

    Overall slightly positive on derfraw300 +0.02%, stdhdraw +0.13%,
    but works a lot better for high motion sequences (ex. football : +1%).

    Change-Id : If88e01a6021daa0cda934680cdc70be1ee04f798

  • ff_gen_search : fix limit

    18 juin 2013, par Michael Niedermayer
    ff_gen_search : fix limit
    

    The limit value could become slightly wrong in the last iteration

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/utils.c