Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

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

    1er décembre 2010, par

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

Sur d’autres sites (5905)

  • avfilter/vf_addroi : Add missing NULL termination to addroi_var_names[]()

    5 janvier, par Michael Niedermayer
    avfilter/vf_addroi : Add missing NULL termination to addroi_var_names[]()
    

    Fixes : out of array read

    Found-by : Elias Myllymäki <elias.myllymaki04p@gmail.com>
    Reviewed-by : Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_addroi.c
  • avformat/argo_asf : don't check file version

    10 août 2020, par Zane van Iperen
    avformat/argo_asf : don't check file version
    

    It has no bearing on structure. Determined by looking at the ASF
    files from several Argonaut games :
    - FX Fighter,
    - Croc,
    - Croc 2,
    - The Emperor's New Groove, and
    - Disney's Aladdin in Nasira's Revenge

    The only versions that appear are 1.1, 1.2, and 2.1, and their
    structure is identical.

    Reviewed-by : Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/argo_asf.c
  • avutil/frame.h : improve documentation for AV_FRAME_FLAG_LOSSLESS

    10 janvier, par Leo Izen
    avutil/frame.h : improve documentation for AV_FRAME_FLAG_LOSSLESS
    

    It should be more clear what this flag is indicating with a more
    verbose comment documenting it.

    Signed-off-by : Leo Izen <leo.izen@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Reviewed-by : Alexander Strasser <eclipse7@gmx.net>
    Reviewed-by : Marth64 <marth64@proxyid.net>

    • [DH] libavutil/frame.h