Recherche avancée

Médias (91)

Autres articles (69)

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

  • indeo4 : Do not access missing reference MV

    12 juillet 2013, par Luca Barbato
    indeo4 : Do not access missing reference MV
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DBH] libavcodec/indeo4.c
  • swscale/x86/yuv_2_rgb : fix access to memory past the frame data in yuv to rgb conversion

    23 mai 2022, par Vardan Margaryan
    swscale/x86/yuv_2_rgb : fix access to memory past the frame data in yuv to rgb conversion
    

    Y, U, V data is loaded at the end of the current iteration for the next
    iteration.
    It results in memory access past the frame data on the last iteration
    (that data is never used after the loading).

    So load data at the start of the iteration, so that only useful data is
    loaded.

    Signed-off-by : Vardan Margaryan <v.t.margaryan@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libswscale/x86/yuv_2_rgb.asm
  • matroskadec : prevent access of elements after freeing

    25 novembre 2016, par Michael Schenk
    matroskadec : prevent access of elements after freeing
    

    Using the decode interrupt feature of ffmpeg may cause crashes by
    accessing previously freed pointers in matroska_read_close.

    To prevent this reset nb_elem to zero after freeing the elements,
    because ffmpeg normally tests for nb_elem.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/matroskadec.c