Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11886)

  • bfi : Add some very basic sanity checks for input packet sizes

    28 septembre 2013, par Martin Storsjö
    bfi : Add some very basic sanity checks for input packet sizes
    

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/bfi.c
  • avcodec/dirac_parser : Add basic validity checks for next_pu_offset and prev_pu_offset

    5 décembre 2015, par Michael Niedermayer
    avcodec/dirac_parser : Add basic validity checks for next_pu_offset and prev_pu_offset
    

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

    • [DH] libavcodec/dirac_parser.c
  • lavc/huffyuvdsp : basic R-V V add_hfyu_left_pred_bgr32

    12 novembre 2023, par Rémi Denis-Courmont
    lavc/huffyuvdsp : basic R-V V add_hfyu_left_pred_bgr32
    

    Better performance can probably be achieved with a more intricate
    unrolled loop, but this is a start :

    add_hfyu_left_pred_bgr32_c : 15084.0
    add_hfyu_left_pred_bgr32_rvv_i32 : 10280.2

    This would actually be cleaner with the RISC-V P extension, but that is
    not ratified yet (I think ?) and usually not supported if V is supported.

    • [DH] libavcodec/riscv/huffyuvdsp_init.c
    • [DH] libavcodec/riscv/huffyuvdsp_rvv.S