Recherche avancée

Médias (91)

Autres articles (86)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (11216)

  • avutil : Move error.h from avutil.h to common.h

    23 juillet 2021, par Andreas Rheinhardt
    avutil : Move error.h from avutil.h to common.h
    

    Up until now, avutil.h includes common.h which includes mem.h which
    includes avutil.h, so that all these headers are in fact equivalent.
    Yet mem.h does not need to include avutil.h at all and when it no longer
    does, including common.h will no longer include error.h (included by
    avutil.h) as well ; change this by moving error.h to avutil.h, as error.h
    is clearly a commonly used header.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/avutil.h
    • [DH] libavutil/common.h
  • patcheck : Add 'threshhold' to common typo list

    12 décembre 2017, par Kelly Ledford
    patcheck : Add 'threshhold' to common typo list
    

    Signed-off-by : Kelly Ledford <kelly.ledford@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/patcheck
  • Revision d94d2b75ea : write_kfmodes : use update_skip_probs() Use the common update_skip_probs() funct

    10 octobre 2012, par John Koleszar

    Changed Paths : Modify /vp8/encoder/bitstream.c write_kfmodes : use update_skip_probs() Use the common update_skip_probs() function rather than duplicating its logic in write_kf_modes(). Change-Id : I2890a28f6907cb79ffe0fb21d20f0ef98b85cdd9