Recherche avancée

Médias (91)

Autres articles (108)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • 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
  • 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

  • mpeg4videodec : do not copy a range of fields at once

    11 mars 2020, par Anton Khirnov
    mpeg4videodec : do not copy a range of fields at once
    

    This is extremely fragile against reordering and hides what is actually
    being copied. Copy all the fields manually instead.

    • [DH] libavcodec/mpeg4videodec.c