Recherche avancée

Médias (91)

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (6043)

  • vc2enc : decrease default strictness level

    15 juin 2017, par Rostislav Pehlivanov
    vc2enc : decrease default strictness level
    

    Given how incredibly limited the official specifications are (limiting all use
    to only the most common broadcasting formats), permit all supported inputs
    by default. This makes the encoder more useful.

    • [DH] libavcodec/vc2enc.c
  • ipfsgateway : Remove default gateway

    10 août 2022, par Derek Buitenhuis
    ipfsgateway : Remove default gateway
    

    A gateway can see everything, and we should not be shipping a hardcoded
    default from a third party company ; it's a security risk.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/ipfsgateway.c
  • fate : explicitly set the default THREADS value

    4 août 2014, par Janne Grunau
    fate : explicitly set the default THREADS value
    

    This makes the default of ’1’ more explicit than defaulting to ’1’ in
    fate-run.sh and regression-funcs.sh if THREADS is not set.
    Fixes the reported thread count in fate-cpu if THREADS is not set.

    • [DH] tests/Makefile