Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (84)

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

  • h264_refs : make sure not to write over the bounds of the default ref list

    15 novembre 2013, par Anton Khirnov
    h264_refs : make sure not to write over the bounds of the default ref list
    

    Fixes invalid writes.
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavcodec/h264_refs.c
  • avfilter/vf_boxblur : generate supported pixfmt list instead of hardcoding

    21 décembre 2014, par Michael Niedermayer
    avfilter/vf_boxblur : generate supported pixfmt list instead of hardcoding
    

    This adds support for several more >8bit planar formats

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

    • [DH] libavfilter/vf_boxblur.c
  • Revision fb9c19c62d : Renaming COMPPREDMODE_TYPE enum and its members. List of renames : COMPPREDMOD

    23 novembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Renaming COMPPREDMODE_TYPE enum and its members.

    List of renames :
    COMPPREDMODE_TYPE => REFERENCE_MODE
    SINGLE_PREDICTION_ONLY => SINGLE_REFERENCE
    COMP_PREDICTION_ONLY => COMPOUND_REFERENCE
    HYBRID_PREDICTION => REFERENCE_MODE_SELECT (like TX_MODE_SELECT)
    NB_PREDICTION_TYPES => REFERENCE_MODES

    Change-Id : If723dabe9435325d0165dcd028142a2c78b417b4