Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (103)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (7135)

  • Revision 5c2696c378 : Rework unit test for 8x8 transformation This commit reworks the unit test for 8

    3 juin 2014, par Jingning Han

    Changed Paths :
     Modify /test/dct16x16_test.cc


     Modify /test/dct32x32_test.cc


     Modify /test/fdct4x4_test.cc


     Modify /test/fdct8x8_test.cc



    Rework unit test for 8x8 transformation

    This commit reworks the unit test for 8x8 forward/inverse
    transformation. It adds extreme input value test to detect overflow
    issues in the intermediate steps.

    It temporarily disables unit test for the SSSE3 version, which
    showed overflow failure in the new test conditions.

    Change-Id : I7caf10bba4b6db031add65d8c0eb99426b38aa42

  • Split off floating point AAN (I)DCT into separate components

    29 août 2014, par Diego Biurrun
    Split off floating point AAN (I)DCT into separate components
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/dct-test.c
    • [DBH] libavcodec/fdctdsp.c
    • [DBH] libavcodec/idctdsp.c
    • [DBH] libavcodec/mpegvideo_enc.c
  • mpegvideo : split the encoding-only parts of frame_start() into a separate function

    3 décembre 2013, par Anton Khirnov
    mpegvideo : split the encoding-only parts of frame_start() into a separate function
    

    This introduces some code duplication. However, much of it should go
    away once the decoders stop using MpegEncContext.

    • [DBH] libavcodec/mpegvideo.c
    • [DBH] libavcodec/mpegvideo_enc.c