Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (32)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5368)

  • avcodec/rv10 : Don't presume context to be initialized

    4 avril 2021, par Andreas Rheinhardt
    avcodec/rv10 : Don't presume context to be initialized
    

    In case of resolution changes rv20_decode_picture_header() closes and
    reopens its MpegEncContext ; it checks the latter for errors, yet when
    an error happens, it might happen that no new attempt at
    reinitialization is performed when decoding the next frame ; this leads
    to crashes lateron.

    This commit fixes this by making sure that initialization will always
    be attempted if the context is currently not initialized.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/rv10.c
  • hlsenc : remove the AVIOContext for the playlist from the muxer context

    20 février 2015, par Hendrik Leppkes
    hlsenc : remove the AVIOContext for the playlist from the muxer context
    

    Its only used in one function, having it in the context serves no purpose.

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

    • [DH] libavformat/hlsenc.c
  • lavfi/src_movie : remove frame from priv context

    11 mai 2014, par Lukasz Marek
    lavfi/src_movie : remove frame from priv context
    

    This variable is used only inside one function.
    There is no need to store it in context.

    This also may prevent crush by double free frame.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/src_movie.c