Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (35)

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

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7384)

  • avcodec/svq1enc : Don't add to NULL

    17 mars, par Andreas Rheinhardt
    avcodec/svq1enc : Don't add to NULL
    

    It is undefined behavior. Pass a dummy buffer instead.
    Fixes "runtime error : applying non-zero offset 1024 to null pointer".
    affected the SVQ1 vsynth FATE tests.

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

    • [DH] libavcodec/svq1enc.c
  • avcodec/vp9 : Replace atomic_store() by atomic_init()

    17 septembre 2023, par Andreas Rheinhardt
    avcodec/vp9 : Replace atomic_store() by atomic_init()
    

    This part of the code is not slice-threaded and they are
    semantically an initialization, so use atomic_init()
    instead of the potentially expensive atomic_store()
    (which uses sequentially consistent memory ordering).

    Also remove the initial initialization directly after
    allocating this array.

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

    • [DH] libavcodec/vp9.c
  • doc/muxers.texi : Don't use confusing variable name

    12 avril 2024, par Andreas Rheinhardt
    doc/muxers.texi : Don't use confusing variable name
    

    reserve_index_space is a size, not an index.
    Also refer to the variable in the description.

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

    • [DH] doc/muxers.texi