Advanced search

Medias (91)

Other articles (36)

  • Les tâches Cron régulières de la ferme

    1 December 2010, by

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to translation

    13 April 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • MediaSPIP version 0.1 Beta

    16 April 2011, by

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

On other websites (6218)

  • ftp: reconnect on tcp read error

    2 June 2013, by Lukasz Marek
    ftp: reconnect on tcp read error
    

    This commit reconnect both connections and retries before ftp_read returns an error.
    Practical use case: resume after lock screen on iOS devices.

    Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>

    • [DH] libavformat/ftp.c
  • avutil/opt: Simplify av_opt_set_dict2()

    13 September 2021, by Andreas Rheinhardt
    avutil/opt: Simplify av_opt_set_dict2()
    

    Make it clearer that the ordinary exit always returns 0.

    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/opt.c
  • dxva2: Retry IDirectXVideoDecoder_BeginFrame()

    9 January 2014, by Sam Lantinga
    dxva2: Retry IDirectXVideoDecoder_BeginFrame()
    

    If the function returns E_PENDING retry for a fixed number of times.

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

    • [DH] libavcodec/dxva2.c