Recherche avancée

Médias (91)

Autres articles (54)

  • 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 ;

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

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

Sur d’autres sites (7863)

  • avformat/udp : avoid warning about always false comparison

    16 juillet, par Kacper Michajłow
    avformat/udp : avoid warning about always false comparison
    

    socklen_t underlying type can be signed or unsigned depending on
    platform. This is fine, just cast it to size_t before comparison.

    Fixes : warning : result of comparison of unsigned expression < 0 is
    always false [-Wtautological-unsigned-zero-compare]

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>

    • [DH] libavformat/udp.c
  • avformat/avidec : Check height

    27 février 2022, par Michael Niedermayer
    avformat/avidec : Check height
    

    Fixes : negation of -2147483648 cannot be represented in type 'int' ; cast to an unsigned type to negate this value to itself
    Fixes : Ticket8486

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/avidec.c
  • avcodec/mpeg12dec : Pass Mpeg1Context* in mpeg_field_start()

    28 avril 2024, par Andreas Rheinhardt
    avcodec/mpeg12dec : Pass Mpeg1Context* in mpeg_field_start()
    

    Avoids a cast.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg12dec.c