Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (47)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

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

Sur d’autres sites (5962)

  • Revert "avformat/hls : Check local file extensions"

    5 juin 2017, par Michael Niedermayer
    Revert "avformat/hls : Check local file extensions"
    

    Requested-by : Paul B Mahol <onemda@gmail.com>
    This reverts commit caf7d6178a4d5f24c915da48410a9790b21703aa.

    • [DH] libavformat/hls.c
  • avformat/mov : Disallow ".." in dref unless use_absolute_path is set

    14 mars 2015, par Michael Niedermayer
    avformat/mov : Disallow ".." in dref unless use_absolute_path is set
    

    as this kind of allows to circumvent it to some extend.
    We also could add a separate parameter or value to choose this

    Found-by : ramiro
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • Revert "configure : Disable -Wbool-operation."

    9 octobre 2017, par Mark Thompson
    Revert "configure : Disable -Wbool-operation."
    

    This reverts commit c2d155e11ee5ec732d471982f2dee43703bcd5a7.

    GCC 6 incorrectly passes the configure test and then logs many warnings
    of the form :

    src/libavformat/dump.c : At top level :
    cc1 : warning : unrecognized command line option ‘-Wno-bool-operation’

    • [DH] configure