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 (5562)

  • configure : Default to _WIN32_WINNT=0x0502 (XP) as minimum, for legacy mingw

    31 mai 2017, par Martin Storsjö
    configure : Default to _WIN32_WINNT=0x0502 (XP) as minimum, for legacy mingw
    

    This makes the getaddrinfo functions visible, which aren’t normally
    by default on legacy mingw.

    We already force __MSVCRT_VERSION__ to an XP version.

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

    • [DBH] configure
  • Revision 5697e27e3d3f227a55530d1ece8cabd9e6d9fd54 : sur une demande de champ du type ’timestamp NOT NULL DEFAULT ...

    17 septembre 2010, par Cerdic — Log

    sur une demande de champ du type ’timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP’ il faut couper le ON UPDATE que sqlite ne supporte pas ici git-svn-id : svn ://trac.rezo.net/spip/spip@16189 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • swscale : provide a default scaler if none is set

    1er octobre 2013, par Vittorio Giovara
    swscale : provide a default scaler if none is set
    

    Lanczos for general case, sinc for upscaling, Gaussian for
    downscaling. According to current literature these scalers
    should be the best quality-wise algorithms for each case.

    Inspired from a patch by wm4 <nfxjfg@googlemail.com>

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libswscale/utils.c