Recherche avancée

Médias (91)

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8792)

  • 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