Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (49)

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

  • Revision eeb5ef0a24 : Add support for color-range. In decoder, export (eventually) into vpx_image_t.r

    16 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /test/vp9_encoder_parms_get_to_decoder.cc


     Modify /vp10/common/onyxc_int.h


     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/bitstream.c


     Modify /vp10/encoder/encoder.c


     Modify /vp10/encoder/encoder.h


     Modify /vp10/vp10_cx_iface.c


     Modify /vp10/vp10_iface_common.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_image.h


     Modify /vpx_scale/yv12config.h



    Add support for color-range.

    In decoder, export (eventually) into vpx_image_t.range field. In
    encoder, use oxcf->color_range to set it (same way as for
    color_space).

    See issue 1059.

    Change-Id : Ieabbb2a785fa58cc4044bd54eee66f328f3906ce

  • vqf : Make sure the bitrate is in the valid range

    28 septembre 2013, par Martin Storsjö
    vqf : Make sure the bitrate is in the valid range
    

    Even if the sample rate is valid, an invalid bitrate could
    pass the mode combination test below.

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

    • [DH] libavformat/vqf.c
  • softfloat : decrease MIN_EXP to cover full float range

    25 novembre 2016, par Andreas Cadhalpun
    softfloat : decrease MIN_EXP to cover full float range
    

    floats are not necessarily normalized, so a normalized softfloat needs
    MIN_EXP lowered by 23 to cover that range.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavutil/softfloat.h