Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (59)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (8200)

  • avcodec/d3d12va_vc1 : add support for D3D12_VIDEO_DECODE_PROFILE_VC1_D2010 guid.

    31 janvier 2024, par Aleksoid
    avcodec/d3d12va_vc1 : add support for D3D12_VIDEO_DECODE_PROFILE_VC1_D2010 guid.
    

    The VC1_D2010 profile, also known as VC1_VLD2010, has the same functionality
    and specification as the VC1_D profile. Support for this profile serves only
    as a positive indication that the accelerator has been designed with awareness
    of the modifications specified in the August 2010 version of this specification.

    Hardware accelerator drivers that expose support for this profile must not
    also expose the previously specified VC1_D GUID, unless the accelerator works
    properly with existing software decoders that use VC1_D and that do not incorporate
    the corrections added to the August 2010 version of this specification.

    As a result, we could give VC1_VLD2010 a higher priority and initialize
    it first.

    Signed-off-by : Aleksoid <Aleksoid1978@mail.ru>
    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_vc1.c
  • libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.

    28 juin 2014, par Erik de Castro Lopo
    libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.
    

    Previously, the files lpc_intrin_sse2.c and lpc_intrin_sse41.c both defined
    macros RESIDUAL_RESULT and DATA_RESULT. This situation made it impossible
    to merge these files which we may do at some stage.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/lpc_intrin_sse41.c
  • src/ : Fix two typos.

    1er juin 2014, par Erik de Castro Lopo
    src/ : Fix two typos.
    

    * ’norrmal’ -> ’normal’.
    * ’fames’ -> ’frames’.

    Reported-by : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/encode.c
    • [DH] src/share/grabbag/snprintf.c