Recherche avancée

Médias (91)

Autres articles (23)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (6762)

  • Anomalie #4338 : job / effacer les caches périmés

    28 mai 2019, par jluc -

    Dans ce cas on peut indiquer de le faire via l’action "vider le cache" du privé qui doit faire ça correctement :

    « Profitez en pour effacer les anciens fichiers caches des squelettes SPIP, via l’action "vider le cache" du menu "maintenance" de l’espace privé de SPIP. C’est nécessaire pour effacer certains vieux caches devenus inutiles et qui ne sont plus gérés par spip. »

  • avcodec/mpeg12dec : add comments documenting the format of the DVD CC user-data packet.

    12 septembre 2016, par Jonathan Campbell
    avcodec/mpeg12dec : add comments documenting the format of the DVD CC user-data packet.
    

    this is to aid development and maintenance of that code.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpeg12dec.c
  • jrev/xvid : hardcode use of C put/add_pixels_clamped.

    4 avril 2017, par Ronald S. Bultje
    jrev/xvid : hardcode use of C put/add_pixels_clamped.
    

    This removes the last use of the ff_put/add_pixels_clamped global
    function pointers, and as such they are removed.

    This patch has a negative effect on performance on MIPS, since there’s
    a SIMD-optimized put/add_pixels_clamped, but no xvid or jrev. From a
    code maintenance point of view, that is probably acceptable.

    Because the global function pointers are removed, this fixes the following
    tsan warnings when running e.g. fate-dnxhr-parse :

    WARNING : ThreadSanitizer : data race (pid=29917)
    Write of size 8 at 0x0000025b12d8 by thread T2 (mutexes : write M1543) :
    #0 ff_idctdsp_init src/libavcodec/idctdsp.c:313 (ffmpeg+0x00000044b68e)
    [..]
    Previous write of size 8 at 0x0000025b12d8 by thread T1 (mutexes : write M1541) :
    #0 ff_idctdsp_init src/libavcodec/idctdsp.c:313 (ffmpeg+0x00000044b68e)

    • [DH] libavcodec/idctdsp.c
    • [DH] libavcodec/idctdsp.h
    • [DH] libavcodec/jrevdct.c
    • [DH] libavcodec/xvididct.c