Recherche avancée

Médias (91)

Autres articles (107)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (15971)

  • Revision ba05a4c640 : VP9 common for ARMv8 by using NEON intrinsics 19 Delete vp9_dc_only_idct_add_ne

    15 janvier 2014, par James Yu

    Changed Paths :
     Delete /vp9/common/arm/neon/vp9_dc_only_idct_add_neon.asm


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 19

    Delete vp9_dc_only_idct_add_neon.c

    The function was merged with vp9_short_idct4x4_1_add (later
    vp9_idct4x4_1_add) in d2de1ca and should have been deleted then.

    Change-Id : Ie58ba3dd9dc7330a8f1238dd7dd71c9ed4639b94
    Signed-off-by : James Yu <james.yu@linaro.org>

  • Revision 4f7060a431 : Merge "VP9 common for ARMv8 by using NEON intrinsics 16"

    17 décembre 2014, par Johann

    Merge "VP9 common for ARMv8 by using NEON intrinsics 16"

  • Revision aa8dd897c1 : VP9 common for ARMv8 by using NEON intrinsics 16 Add vp9_reconintra_neon.c - vp

    8 février 2014, par James Yu

    Changed Paths :
     Delete /vp9/common/arm/neon/vp9_reconintra_neon.asm


     Add /vp9/common/arm/neon/vp9_reconintra_neon.c


     Add /vp9/common/arm/neon/vp9_reconintra_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_reconintra_neon.asm
    :ba05a4c640783dd8a67fb946531940a68d79b906)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 16

    Add vp9_reconintra_neon.c
    - vp9_v_predictor_4x4_neon
    - vp9_v_predictor_8x8_neon
    - vp9_v_predictor_16x16_neon
    - vp9_v_predictor_32x32_neon
    - vp9_h_predictor_4x4_neon
    - vp9_h_predictor_8x8_neon
    - vp9_h_predictor_16x16_neon
    - vp9_h_predictor_32x32_neon
    - vp9_tm_predictor_4x4_neon
    - vp9_tm_predictor_8x8_neon
    - vp9_tm_predictor_16x16_neon
    - vp9_tm_predictor_32x32_neon

    Change-Id : Ib5d54a4766a1b5127169045659974f33aa98376d
    Signed-off-by : James Yu <james.yu@linaro.org>