Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (76)

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

  • lavc : specify the behavior of av_lockmgr_register on failure.

    2 octobre 2014, par Manfred Georg
    lavc : specify the behavior of av_lockmgr_register on failure.
    

    The register function now specifies that the user callback should
    leave things in the same state that it found them on failure but
    that failure to destroy is ignored by the library. The register
    function is now explicit about its behavior on failure
    (it unregisters the previous callback and destroys all mutex).

    Signed-off-by : Manfred Georg <mgeorg@google.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/version.h
  • sdp : Simplify parsing/conversion of H264 extradata

    3 octobre 2014, par Martin Storsjö
    sdp : Simplify parsing/conversion of H264 extradata
    

    By using ff_avc_write_annexb_extradata instead of the h264_mp4toannexb
    BSF, the code for doing the conversion itself is kept much shorter,
    there’s less state to restore at the end, we don’t risk leaving the
    AVCodecContext in an inconsistent state if returning early due to
    errors, etc.

    Also add a missing free if the base64 encoding fails.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/sdp.c
  • lavc : specify the behavior of av_lockmgr_register on failure.

    2 octobre 2014, par Manfred Georg
    lavc : specify the behavior of av_lockmgr_register on failure.
    

    The register function now specifies that the user callback should
    leave things in the same state that it found them on failure but
    that failure to destroy is ignored by the library. The register
    function is now explicit about its behavior on failure
    (it unregisters the previous callback and destroys all mutex).

    Signed-off-by : Manfred Georg <mgeorg@google.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h