Recherche avancée

Médias (91)

Autres articles (71)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9043)

  • avcodec/jpeg2000 : Fixes integer overflow in ff_jpeg2000_ceildivpow2()

    15 juin 2017, par Michael Niedermayer
    avcodec/jpeg2000 : Fixes integer overflow in ff_jpeg2000_ceildivpow2()
    

    Fixes : runtime error : negation of -2147483648 cannot be represented in type 'int' ; cast to an unsigned type to negate this value to itself
    Fixes : 2231/clusterfuzz-testcase-minimized-4565181982048256

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

    • [DH] libavcodec/jpeg2000.h
  • Revision 73edeb03ea : Removing alg_priv from vpx_codec_priv struct. In order to understand memory lay

    21 août 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp8/vp8_cx_iface.c


     Modify /vp8/vp8_dx_iface.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9_dx_iface.c


     Modify /vpx/internal/vpx_codec_internal.h


     Modify /vpx/src/vpx_codec.c


     Modify /vpx/src/vpx_decoder.c


     Modify /vpx/src/vpx_encoder.c



    Removing alg_priv from vpx_codec_priv struct.

    In order to understand memory layout consider the declaration of the
    following structs. The first one is a part of our API :

    struct vpx_codec_ctx
    // ...
    struct vpx_codec_priv *priv ;
     ;

    The second one is defined in vpx_codec_internal.h :

    struct vpx_codec_priv
    // ...
     ;

    The following struct is defined 4 times for encoder/decoder VP8/VP9 :

    struct vpx_codec_alg_priv
    struct vpx_codec_priv base ;
    // ...
     ;

    Private data allocation for the given ctx :

    struct vpx_codec_ctx *ctx =
    struct vpx_codec_alg_priv *alg_priv =
    ctx->priv = (struct vpx_codec_priv *)alg_priv ;

    The cast works because vpx_codec_alg_priv has a
    vpx_codec_priv instance as a first member ’base’.

    Change-Id : I10d1afc8c9a7dfda50baade8c7b0296678bdb0d0

  • Revision 30974 : pour la compatibilité avec Z, il faut que le plugin Menus passe après !

    17 août 2009, par vincent@… — Log

    pour la compatibilité avec Z, il faut que le plugin Menus passe après !