Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (96)

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

  • Free Software Foundation Supports WebM

    19 janvier 2011, par noreply@blogger.com (John Luther)

    We’re excited that the Free Software Foundation (FSF) has joined the growing community of WebM supporters. You can read the FSF’s announcement "No double standards : supporting Google’s push for WebM" at their web site.

  • avformat/id3v2 : Fix double-free on error

    10 novembre 2019, par Andreas Rheinhardt
    avformat/id3v2 : Fix double-free on error
    

    ff_id3v2_parse_priv_dict() uses av_dict_set() with the flags
    AV_DICT_DONT_STRDUP_KEY and AV_DICT_DONT_STRDUP_VAL. In this case both
    key and value are freed on error (and owned by the destination
    dictionary on success), so that freeing them again on error is a
    double-free and therefore forbidden. But it nevertheless happened.

    Fixes CID 1452489 and 1452421.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/id3v2.c
  • avcodec/libdav1d : properly free all output picture references

    8 janvier 2019, par James Almer
    avcodec/libdav1d : properly free all output picture references
    

    Dav1dPictures contain more than one buffer reference, so we're forced to use the
    API properly to free them all.

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

    • [DH] libavcodec/libdav1d.c