Recherche avancée

Médias (91)

Autres articles (34)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avfilter/vf_pixdesctest : also take into account undefined alpha components

    18 octobre 2024, par James Almer
    avfilter/vf_pixdesctest : also take into account undefined alpha components
    

    Ensure those bits are copied, which will result in the output being the same as
    the input, where swscale set them to the equivalent of fully opaque.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/vf_pixdesctest.c
    • [DH] tests/ref/fate/filter-pixdesc-0bgr
    • [DH] tests/ref/fate/filter-pixdesc-0rgb
    • [DH] tests/ref/fate/filter-pixdesc-bgr0
    • [DH] tests/ref/fate/filter-pixdesc-rgb0
    • [DH] tests/ref/fate/filter-pixdesc-v30xle
    • [DH] tests/ref/fate/filter-pixdesc-vuyx
    • [DH] tests/ref/fate/filter-pixdesc-x2bgr10le
    • [DH] tests/ref/fate/filter-pixdesc-x2rgb10le
    • [DH] tests/ref/fate/filter-pixdesc-xv30le
    • [DH] tests/ref/fate/filter-pixdesc-xv36be
    • [DH] tests/ref/fate/filter-pixdesc-xv36le
  • configure : Always use -DOPJ_STATIC when checking for openjpeg

    22 mars 2014, par Luca Barbato
    configure : Always use -DOPJ_STATIC when checking for openjpeg
    

    Unbreaks windows systems not providing pkgconf files.

    Reported-By : Rafaël Carré <funman@videolan.org>

    • [DH] configure
  • Improve bounds checking in vp8_diamond_search_sadx4()

    14 octobre 2010, par Yunqing Wang

    Improve bounds checking in vp8_diamond_search_sadx4()