Recherche avancée

Médias (91)

Autres articles (34)

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

  • avcodec/dvdec : Use ff_init_vlc_from_lengths()

    3 septembre 2022, par Andreas Rheinhardt
    avcodec/dvdec : Use ff_init_vlc_from_lengths()
    

    This is possible because the codes are already ordered
    from left to right in the tree. It avoids having to create
    the codes ourselves and will enable the codes table
    to be removed altogether once the encoder stops using it.

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

    • [DH] libavcodec/dvdec.c
  • avcodec/cbs : Remove redundant assignment

    4 août 2022, par Andreas Rheinhardt
    avcodec/cbs : Remove redundant assignment
    

    The code just creates new references without allocating
    new buffers for the subobjects ; therefore the actual data pointer
    stays valid and need not be updated.

    Also remove an assert that ensured that the calculation
    for updating the pointer makes sense.

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

    • [DH] libavcodec/cbs.c
  • avfilter/avfilter : Use av_memdup where appropriate

    9 août 2021, par Andreas Rheinhardt
    avfilter/avfilter : Use av_memdup where appropriate
    

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/avfilter.c