Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (70)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

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

  • rtpenc : Merge the h264 and hevc packetizers

    23 février 2015, par Martin Storsjö
    rtpenc : Merge the h264 and hevc packetizers
    

    They share a great deal of common structure ; only a few minor
    bits in the headers differ.

    This also fixes an off-by-one in sending of the last fragment
    of large HEVC nals (where it previously sent len+2 bytes, even
    if it should have been len+RTP_HEVC_HEADERS_SIZE aka len+3).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/Makefile
    • [DH] libavformat/rtpenc.c
    • [DH] libavformat/rtpenc.h
    • [DH] libavformat/rtpenc_h264.c
    • [DH] libavformat/rtpenc_h264_hevc.c
    • [DH] libavformat/rtpenc_hevc.c
  • avutil/imgutils : correctly check for negative SAR components

    28 février 2015, par Michael Niedermayer
    avutil/imgutils : correctly check for negative SAR components
    

    These could trigger assert failures previously

    Found-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/imgutils.c
  • ffmdec : limit the backward seek to the last resync position

    9 mars 2015, par Andreas Cadhalpun
    ffmdec : limit the backward seek to the last resync position
    

    If resyncing leads to the same position as previously, it will again
    lead to a resync attempt, resulting in an infinite loop.

    Thus don’t seek back beyond the last syncpoint.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/ffmdec.c