Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (89)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7664)

  • avcodec/mpeg4video_parser : Don't set write-only current_picture_ptr

    7 octobre 2023, par Andreas Rheinhardt
    avcodec/mpeg4video_parser : Don't set write-only current_picture_ptr
    

    It is unused by ff_mpeg4_decode_picture_header() (unsurprisingly given
    that when decoding this function is called before the context has been
    initialized).

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

    • [DH] libavcodec/mpeg4video_parser.c
  • avcodec/msrleenc : Check allocation

    16 juillet 2023, par Andreas Rheinhardt
    avcodec/msrleenc : Check allocation
    

    Fixes Coverity issue #1538297.

    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/msrleenc.c
  • avcodec/iff : Pass extradata and extradata_size explicitly

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/iff : Pass extradata and extradata_size explicitly
    

    This might be useful in case this decoder were changed to support
    new extradata passed via side-data.

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

    • [DH] libavcodec/iff.c