Recherche avancée

Médias (91)

Autres articles (89)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (3910)

  • avcodec/pngdec : improve handling of bad cICP range tags

    12 décembre 2023, par Leo Izen
    avcodec/pngdec : improve handling of bad cICP range tags
    

    FFmpeg doesn't support tv-range RGB throughout most of its pipeline, so
    we should keep the warning. However, in case something does support it
    we should at least keep it tagged properly. Additionally, the encoder
    writes this tag if the space is tagged as such so this makes a round
    trip work as it should.

    Also, PNG doesn't support nonzero matrices but we only warn and ignore
    in that case, so we have no reason to error out for illegal cICP ranges
    either (i.e. greater than 1).

    Signed-off-by : Leo Izen <leo.izen@gmail.com>
    Reported-by : Kacper Michajłow <kasper93@gmail.com>

    • [DH] libavcodec/pngdec.c
  • Fix zero-length gnu_printf format string warning.

    15 juin 2011, par Clément Bœsch

    Fix zero-length gnu_printf format string warning.

  • avio : Check for invalid buffer length.

    15 octobre 2011, par Alex Converse

    avio : Check for invalid buffer length.