Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Fixed basic vis demo (missing class in HTML), clarified canvas support (no eq/spectrum) re : IE 9

    4 juillet 2011

    m demo/360-player/360-button-play-light.png m demo/360-player/canvas-visualization-basic.html m demo/360-player/canvas-visualization.html m demo/360-player/script/360player.js Fixed basic vis demo (missing class in HTML), clarified canvas support (no eq/spectrum) re : (...)

  • avcodec/xan : Add basic input size check

    22 septembre 2024, par Michael Niedermayer
    avcodec/xan : Add basic input size check
    

    Fixes : Timeout
    Fixes : 71739/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XAN_WC3_fuzzer-6170301405134848

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpe
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/xan.c
  • http: Add an option for forcing basic authentication

    9 octobre 2013, par Martin Storsjö
    http: Add an option for forcing basic authentication
    

    The default is to autodetect the auth method. This does require one
    extra request (and also closing and reopening the http connection).
    For some cases such as HTTP POST, the autodetection is not handled
    properly (yet).

    No option is added for digest, since this method requires getting
    nonce parameters from the server first and can’t be used straight
    away like Basic.

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

    • [DBH] libavformat/http.c
    • [DBH] libavformat/version.h