Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (69)

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

  • 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