Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (12139)

  • 4xm : use the correct logging context

    5 juin 2013, par Luca Barbato
    4xm : use the correct logging context
    
    • [DBH] libavcodec/4xm.c
  • ffmpeg : set correct log context for non monotone dts workaround warnings

    3 mai 2013, par Michael Niedermayer
    ffmpeg : set correct log context for non monotone dts workaround warnings
    

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

    • [DH] ffmpeg.c
  • avcodec/jpeglsdec : Don't presume the context to contain a JLSState

    20 avril 2021, par Andreas Rheinhardt
    avcodec/jpeglsdec : Don't presume the context to contain a JLSState
    

    Before 9b3c46a081a9f01559082bf7a154fc6be1e06c18 every call to
    ff_jpegls_decode_picture() allocated and freed a JLSState. This commit
    instead put said structure into the context of the JPEG-LS decoder to
    avoid said allocation. But said function can also be called from other
    MJPEG-based decoders and their contexts doesn't contain said structure,
    leading to segfaults. This commit fixes this : The JLSState is now
    allocated on the first call to ff_jpegls_decode_picture() and stored in
    the context.

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

    • [DH] libavcodec/jpeglsdec.c
    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/mjpegdec.h