Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (79)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7571)

  • Revision 33048 : Un flv n’a pas forcément de vidéo associée ... on écrit les metadatas ...

    18 novembre 2009, par kent1@… — Log

    Un flv n’a pas forcément de vidéo associée ... on écrit les metadatas avant pour être sûr

  • lavc/h264dsp : optimise R-V V weight for shorter heights

    1er septembre 2024, par Rémi Denis-Courmont
    lavc/h264dsp : optimise R-V V weight for shorter heights
    

    The height is a power of two of up to 16 rows. The current code was
    optimised for large sample counts.

    T-Head C908 :
    h264_weight2_8_c : 211.7 ( 1.00x)
    h264_weight2_8_rvv_i32 : before 184.0 ( 1.15x)
    h264_weight2_8_rvv_i32 : after 54.2 ( 3.90x)
    h264_weight4_8_c : 285.7 ( 1.00x)
    h264_weight4_8_rvv_i32 : before 341.2 ( 0.86x)
    h264_weight4_8_rvv_i32 : after 82.2 ( 3.47x)
    h264_weight8_8_c : 498.7 ( 1.00x)
    h264_weight8_8_rvv_i32 : before 683.7 ( 0.73x)
    h264_weight8_8_rvv_i64 : after 128.5 ( 3.95x)
    h264_weight16_8_c : 878.2 ( 1.00x)
    h264_weight16_8_rvv_i32 : unchanged 239.5 ( 3.67x)

    SpacemiT X60 :
    h264_weight2_8_c : 207.2 ( 1.00x)
    h264_weight2_8_rvv_i32 : before 259.6 ( 0.80x)
    h264_weight2_8_rvv_i32 : after 82.2 ( 2.52x)
    h264_weight4_8_c : 290.8 ( 1.00x)
    h264_weight4_8_rvv_i32 : before 509.6 ( 0.57x)
    h264_weight4_8_rvv_i32 : after 61.5 ( 4.73x)
    h264_weight8_8_c : 498.8 ( 1.00x)
    h264_weight8_8_rvv_i32 : before 1019.8 ( 0.49x)
    h264_weight8_8_rvv_i64 : after 71.8 ( 6.95x)
    h264_weight16_8_c : 874.0 ( 1.00x)
    h264_weight16_8_rvv_i32 : unchanged 249.0 ( 3.51x)

    • [DH] libavcodec/riscv/h264dsp_init.c
    • [DH] libavcodec/riscv/h264dsp_rvv.S
  • lavc/h264dsp : stick R-V V weight to 16-bit precision

    30 juillet 2024, par Rémi Denis-Courmont
    lavc/h264dsp : stick R-V V weight to 16-bit precision
    

    T-Head C908 (ns) :
    h264_weight2_8_c : 1607.8
    h264_weight2_8_rvv_i32 : 515.0 (before)
    h264_weight2_8_rvv_i32 : 348.5 (after)
    h264_weight4_8_c : 2255.8
    h264_weight4_8_rvv_i32 : 1015.0 (before)
    h264_weight4_8_rvv_i32 : 691.0 (after)
    h264_weight8_8_c : 3857.5
    h264_weight8_8_rvv_i32 : 2218.8 (before)
    h264_weight8_8_rvv_i32 : 1561.3 (after)
    h264_weight16_8_c : 7431.5
    h264_weight16_8_rvv_i32 : 2737.3 (before)
    h264_weight16_8_rvv_i32 : 1848.3 (after)

    SpacemiT X60 (ns) :
    h264_weight2_8_c : 1624.1
    h264_weight2_8_rvv_i32 : 352.6 (before)
    h264_weight2_8_rvv_i32 : 259.3 (after)
    h264_weight4_8_c : 2259.3
    h264_weight4_8_rvv_i32 : 685.8 (before)
    h264_weight4_8_rvv_i32 : 530.3 (after)
    h264_weight8_8_c : 4103.3
    h264_weight8_8_rvv_i32 : 1581.8 (before)
    h264_weight8_8_rvv_i32 : 1238.6 (after)
    h264_weight16_8_c : 7624.3
    h264_weight16_8_rvv_i32 : 2738.1 (before)
    h264_weight16_8_rvv_i32 : 1853.3 (after)

    • [DH] libavcodec/riscv/h264dsp_rvv.S