Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (10368)

  • Evolution #3021 : Pouvoir afficher les statistiques sous forme tabulaire

    9 novembre 2013, par b b

    Et hop, une proposition d’implémentation dans le patch ci-joint.

  • Revision 7ab9a9587b : Remove Wextra warnings from vp9_sad.c As a side-effect, the max_sad check is re

    13 mai 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/sad_test.cc


     Modify /vp8/common/rtcd_defs.pl


     Modify /vp8/common/sad_c.c


     Modify /vp8/common/variance.h


     Modify /vp8/encoder/mcomp.c


     Modify /vp8/encoder/rdopt.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_sad.c


     Modify /vp9/encoder/vp9_variance.h



    Remove Wextra warnings from vp9_sad.c

    As a side-effect, the max_sad check is removed from the
    C-implementation of VP8, for consistency with VP9, and to
    ensure that the SAD tests common to VP8/VP9 pass.
    That will make the VP8 C implementation of sad a little slower
    but given that is rarely used in practice, the impact will be
    minimal.

    Change-Id : I7f43089fdea047fbf1862e40c21e4715c30f07ca

  • Revision dcab9896e8 : Fix linker warnings for bilinear filters The declaration of the bilinear filter

    25 septembre 2013, par Matthew Heaney

    Changed Paths :
     Modify /vp8/common/filter.c


     Modify /vp8/common/filter.h


     Modify /vp8/common/x86/filter_x86.c


     Modify /vp8/common/x86/filter_x86.h



    Fix linker warnings for bilinear filters

    The declaration of the bilinear filters specified an alignment clause
    in the implementation file but not in the header. This turned out
    to be harmless, but it did cause linker warnings to be emitted when
    building on Windows.

    The (extern) declaration in the header was changed, to match the
    declaration in the implementation.

    Change-Id : I44be89b1572fe9a50fa47a42e4db9128c4897b04