Recherche avancée

Médias (91)

Autres articles (23)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (4478)

  • rtmp : Account for bytes_read wraparound

    25 janvier 2017, par Luca Barbato
    rtmp : Account for bytes_read wraparound
    

    Servers seem to be happy to receive the wrapped-around value as long
    as they receive a report, otherwise they timeout.

    Initially reported and analyzed by Thomas Bernhard.

    • [DBH] libavformat/rtmpproto.c
  • Fixed a problem where positioning didn’t account for scrollbar width.

    3 décembre 2012, par jackmoore

    m colorbox/jquery.colorbox.js Fixed a problem where positioning didn’t account for scrollbar width.

  • avutil/channel_layout : Account for \0 in sizes

    6 août 2023, par Andreas Rheinhardt
    avutil/channel_layout : Account for \0 in sizes
    

    av_channel_name(), av_channel_description() and
    av_channel_layout_describe() are supposed to return the size
    of the needed buffer to allow the user to check for truncation ;
    the documentation ("If the returned value is bigger than buf_size,
    then the string was truncated.") confirms that size does not
    mean strlen.

    Yet the AVBPrint API, i.e. AVBPrint.len, does not account for
    the terminating '\0'. Therefore the returned length is off by one.

    Furthermore, also check for whether the returned value actually
    fits in an int (which is the return value of these functions).

    Reviewed-by : Nicolas George <george@nsup.org>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/channel_layout.c
    • [DH] libavutil/version.h