Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (77)

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

  • Merge commit ’e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2’

    21 octobre 2014, par Michael Niedermayer
    Merge commit ’e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2’
    

    * commit ’e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2’ :
    smoothstreamingenc : explict cast to avoid overflow

    Conflicts :
    libavformat/smoothstreamingenc.c

    See : b399816d9c3d0fc3efd742b04f269c1055cc6e2b
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/smoothstreamingenc.c
  • Merge commit ’0a6664706168dc1049967bec311970d720581625’

    6 novembre 2014, par Michael Niedermayer
    Merge commit ’0a6664706168dc1049967bec311970d720581625’
    

    * commit ’0a6664706168dc1049967bec311970d720581625’ :
    mpegvideo_enc : factor out denominator and explicitly cast operands

    Conflicts :
    libavcodec/mpegvideo_enc.c

    See : c753b56b4d56724284dd7ed972efdb843db80f12
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegvideo_enc.c
  • lavfi/vf_crop : replace round by lrint

    16 décembre 2015, par Ganesh Ajjanagadde
    lavfi/vf_crop : replace round by lrint
    

    lrint is at least as fast, avoids an implicit cast, and uses a superior
    rounding mode.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/vf_crop.c