Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (51)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9998)

  • Revision 8f05e70340 : Simplify mask checking in loop filters Considering a horizontal edge, if mask_1

    27 novembre 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c



    Simplify mask checking in loop filters

    Considering a horizontal edge, if mask_16x16 is 1 for an even-
    indexed 8x8 block, then mask_16x16 is 1 for next 8x8 block in
    same row. Similiar to a verticle edge, if mask_16x16 is 1 for
    an even-rowed 8x8 block, then mask_16x16 is 1 for the 8x8 block
    right below it in next raw. Based on that, the mask_16x16 checking
    can be simplified to save cycles. The corresponding 8-pixel
    vp9_mb_lpf_horizontal_edge code can also be removed.

    Change-Id : Ic3fe7a5674322239208cbe2731dc3216ce2084f3

  • avcodec/mpc8 : Fix 32bit mask/enum

    10 août 2019, par Michael Niedermayer
    avcodec/mpc8 : Fix 32bit mask/enum
    

    Fixes : left shift of 1 by 31 places cannot be represented in type 'int'
    Fixes : 15817/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPC8_fuzzer-5636626409062400

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpc8.c
  • fate : mask errors while constructing report files

    24 mars 2017, par Clément Bœsch
    fate : mask errors while constructing report files
    

    The first case was forgotten in 89790ba2bfc9d0dc5ad407c5724b6ee616ecde58.

    Note : build_only=yes is one of the case where hiding the errors makes
    sense.

    • [DH] tests/fate.sh