Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (42)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (5044)

  • avcodec : add decoder for High Voltage Software's ALP ADPCM

    8 mars 2020, par Zane van Iperen
    avcodec : add decoder for High Voltage Software's ALP ADPCM
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcm.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
  • avcodec : add cdtoons decoder

    5 janvier 2020, par Alyssa Milburn
    avcodec : add cdtoons decoder
    

    This adds a decoder for Broderbund's sprite-based QuickTime CDToons
    codec, based on the decoder I wrote for ScummVM.

    Signed-off-by : Alyssa Milburn <amilburn@zall.org>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/cdtoons.c
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/isom.c
  • avcodec : add decoder for argonaut games' adpcm codec

    26 janvier 2020, par Zane van Iperen
    avcodec : add decoder for argonaut games' adpcm codec
    

    Adds support for the ADPCM variant used by some Argonaut Games' games,
    such as 'Croc ! Legend of the Gobbos', and 'Croc 2'.

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcm.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h