Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (97)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (7662)

  • rmdec : Use the AVIOContext given as parameter in rm_read_metadata()

    1er juillet 2013, par Michael Niedermayer
    rmdec : Use the AVIOContext given as parameter in rm_read_metadata()
    

    This fixes crashes when playing back certain RealRTSP streams.

    When invoked from the RTP depacketizer, the full realmedia
    demuxer isn’t invoked, but only certain functions from it, where
    a separate AVIOContext is passed in as parameter (for the buffer
    containing the data to parse). The functions called from within
    those entry points should only be using that parameter, not
    s->pb. In the depacketizer case, s is the RTSP context, where ->pb
    is null.

    Cc : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rmdec.c
  • movenc : K&R formatting cosmetics

    7 juillet 2013, par Martin Storsjö
    movenc : K&R formatting cosmetics
    

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

    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenchint.c
  • avio : Handle AVERROR_EOF in the same way as the return value 0

    24 juin 2013, par Michael Niedermayer
    avio : Handle AVERROR_EOF in the same way as the return value 0
    

    This makes sure the ffurl_read_complete function actually
    returns the number of bytes read, as the documentation of the
    function says, even if the underlying protocol uses AVERROR_EOF
    instead of 0.

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

    • [DBH] libavformat/avio.c