Recherche avancée

Médias (1)

Mot : - Tags -/wave

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (4291)

  • Revision b80020d4db : Refactoring motion search libs The core motion estimation fucntions all return

    28 février 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c



    Refactoring motion search libs

    The core motion estimation fucntions all return sad now consistently.
    The only exception is vp9_full_pixel_diamond(), however the core diamond
    and refining search routines called from vp9_full_pixel_diamond() also
    return SAD. If variance of pred error + mv cost is desired it must be
    calculated explicitly outside these functions. For very fast encoding,
    hopefully this will eliminate some redundant computations.

    Also suggests reimplementing FAST_HEX with the vp9_pattern_search
    framework. It is not exactly the same as the existing FAST_HEX, but
    performance is slightly better and speed is very similar. Enables
    removing a lot of duplicate code.

    Change-Id : I152736393438c25bdf7e96b37cbb8ce330f4f94a

  • Revision af8d4054d6 : Revert "skip un-neccessary motion search in the first pass" This patch appears

    13 juin 2014, par Paul Wilkins

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



    Revert "skip un-neccessary motion search in the first pass"

    This patch appears to have introduced non-determinism and/or
    mismatch from debug vs release.

    This reverts commit 5daef90efc4613efd7e7ee80ba4e1ecf9a57a966.

    Change-Id : I80081e55cfeaaa821b510b58a4e6e6328003c7da

  • Revision d04a0d77fb : Merge "Copy VP9 second-level sub-pixel search change to VP10"

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Merge "Copy VP9 second-level sub-pixel search change to VP10"