Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (18)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (5304)

  • Revision 3f1ab25812 : Removing vp9_onyx.h and moving its content to the encoder. Change-Id : I03451c88

    6 mars 2014, par Dmitry Kovalev

    Changed Paths :
     Delete /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_cx_iface.c



    Removing vp9_onyx.h and moving its content to the encoder.

    Change-Id : I03451c88536bc498edddbe0cd9773ff79da085c2

  • avformat/mxfenc : add some missing content package rates

    28 février 2020, par Marton Balint
    avformat/mxfenc : add some missing content package rates
    

    Fixes ticket #8523.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxf.c
  • h264 : fix AVDISCARD_NONKEY for some interlaced content

    24 juillet 2015, par John Högberg
    h264 : fix AVDISCARD_NONKEY for some interlaced content
    

    When skip_frame is set to _NONKEY the decoder skips everything except intra
    slices, which breaks frames that consist of an intra field together with any
    other field type ; half the frame becomes garbage. This patch fixes the issue by
    letting non-intra slices through if they’re part of a keyframe.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/h264.c