Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (21)

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

  • avcodec/dca_parser : Extend DTS core sync word and fix existing check

    29 avril 2015, par foo86
    avcodec/dca_parser : Extend DTS core sync word and fix existing check
    

    Check extended sync word for 16-bit LE and BE core streams to reduce
    probability of alias sync detection. Previously sync word extension was
    checked only for 14-bit streams (and this check did not properly work
    across buffer boundary).

    Use 64-bit parser state to make extended sync word detection work across
    buffer boundary.

    This is sufficient to make the sample in ticket #4492 parse
    successfully.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dca_parser.c
  • avcodec/diracdec : Fix types and wraparounds in dirac_decode_picture_header()

    6 mai 2015, par Michael Niedermayer
    avcodec/diracdec : Fix types and wraparounds in dirac_decode_picture_header()
    

    previously various variables had a too small type to support the required 32bit unsigned
    range allowed from the spec

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/diracdec.c
  • avcodec/jpeg2000dec : Show the progression order at debug level for all variants

    14 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000dec : Show the progression order at debug level for all variants
    

    It was previously shown just for some, this makes it consistent

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dec.c