Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (7004)

  • avcodec/libmp3lame : Remove redundant av_packet_unref()

    13 mars 2023, par Andreas Rheinhardt
    avcodec/libmp3lame : Remove redundant av_packet_unref()
    

    The AVPacket given to an encoder's encode callback
    is unreferenced generically on error.

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

    • [DH] libavcodec/libmp3lame.c
  • avcodec/libopusenc : Remove redundant av_packet_unref()

    13 mars 2023, par Andreas Rheinhardt
    avcodec/libopusenc : Remove redundant av_packet_unref()
    

    The AVPacket given to an encoder's encode callback
    is unreferenced generically on error.

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

    • [DH] libavcodec/libopusenc.c
  • avformat/dhav : Don't truncate return value of avio_skip()

    7 mai 2022, par Andreas Rheinhardt
    avformat/dhav : Don't truncate return value of avio_skip()
    

    Fixes demuxing files bigger than INT_MAX.

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

    • [DH] libavformat/dhav.c