Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (103)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (7925)

  • vc2enc : properly promote operations to 64 bits

    13 mars 2018, par Rostislav Pehlivanov
    vc2enc : properly promote operations to 64 bits
    

    On Windows machines, the UL suffix still means 32 bits.
    The only parts that need 64 bits are (1ULL << (m + 32)) and
    (t*qf + qf). Hence, use the proper ULL suffix for the former
    and just increase the type of the qf constant for the latter.
    No overflows can happen as long as these are done in 64 bits and
    the quantization table doesn't change.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
  • avfilter/af_atempo : Properly check av_tx_init()

    22 mai 2024, par Andreas Rheinhardt
    avfilter/af_atempo : Properly check av_tx_init()
    

    Fixes Coverity issue #1516804.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/af_atempo.c
  • avdevice/lavfi : Properly free an AVDictionary

    2 décembre 2021, par Andreas Rheinhardt
    avdevice/lavfi : Properly free an AVDictionary
    

    It is not documented that freeing the last (and only) entry of
    an AVDictionary frees the dictionary.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavdevice/lavfi.c