Recherche avancée

Médias (91)

Autres articles (15)

  • 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

  • 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" ;

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (2963)

  • lavc/aarch64 : add hevc sao band 8x8 tiling

    17 novembre 2021, par J. Dekker
    lavc/aarch64 : add hevc sao band 8x8 tiling
    

    bench on AWS Graviton :

    hevc_sao_band_8x8_8_c : 317.5
    hevc_sao_band_8x8_8_neon : 97.5
    hevc_sao_band_16x16_8_c : 1115.0
    hevc_sao_band_16x16_8_neon : 322.7
    hevc_sao_band_32x32_8_c : 4599.2
    hevc_sao_band_32x32_8_neon : 1246.2
    hevc_sao_band_48x48_8_c : 10021.7
    hevc_sao_band_48x48_8_neon : 2740.5
    hevc_sao_band_64x64_8_c : 17635.0
    hevc_sao_band_64x64_8_neon : 4875.7

    Signed-off-by : J. Dekker <jdek@itanimul.li>

    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
    • [DH] libavcodec/aarch64/hevcdsp_sao_neon.S
  • Revert "lavc/aarch64 : add hevc sao band 8x8 tiling"

    5 janvier 2022, par Martin Storsjö
    Revert "lavc/aarch64 : add hevc sao band 8x8 tiling"
    

    This reverts commit f63f9be37c799ddc835af358034630d31fb7db02, as
    it breaks fate-hevc.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
    • [DH] libavcodec/aarch64/hevcdsp_sao_neon.S
  • lavc/aarch64 : fix hevc sao band filter

    26 avril 2022, par J. Dekker
    lavc/aarch64 : fix hevc sao band filter
    

    The SAO band filter can be called with non-multiples of 8, we round up
    to the nearest multiple of 8 to account for this.

    Signed-off-by : J. Dekker <jdek@itanimul.li>

    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
    • [DH] libavcodec/aarch64/hevcdsp_sao_neon.S