Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (85)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (8998)

  • 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