Recherche avancée

Médias (91)

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • avcodec/alac : use branchless sign

    15 août 2023, par Paul B Mahol
    avcodec/alac : use branchless sign
    
    • [DH] libavcodec/alac.c
  • cbs_h266 : fix sign for pps_xxx_qp_offset_list

    2 juillet 2023, par Nuo Mi
    cbs_h266 : fix sign for pps_xxx_qp_offset_list
    

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

    • [DH] libavcodec/cbs_h266.h
  • Revision a3df343cda : vp10 : code sign bit before absolute value in non-arithcoded header. For reading

    8 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/bitstream.c


     Modify /vpx_dsp/bitreader_buffer.c


     Modify /vpx_dsp/bitreader_buffer.h


     Modify /vpx_dsp/bitwriter_buffer.c


     Modify /vpx_dsp/bitwriter_buffer.h



    vp10 : code sign bit before absolute value in non-arithcoded header.

    For reading, this makes the operation branchless, although it still
    requires two shifts. For writing, this makes the operation as fast
    as writing an unsigned value, branchlessly. This is also how other
    codecs typically code signed, non-arithcoded bitstream elements.

    See issue 1039.

    Change-Id : I6a8182cc88a16842fb431688c38f6b52d7f24ead