Recherche avancée

Médias (91)

Autres articles (98)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

  • avcodec/magicyuv : Don't waste stack space

    23 septembre 2020, par Andreas Rheinhardt
    avcodec/magicyuv : Don't waste stack space
    

    Now that the HuffEntries are no longer sorted by the MagicYUV decoder,
    their symbols are trivial : The symbol of the element with index i is i.
    They can therefore be removed. Furthermore, despite the length of the
    codes being in the range 1..32 bits, the actual value of the codes is
    <= 4096 (for 12 bit content). The reason for this is that the longer
    codes are on the left side of the tree, so that the higher bits of
    these codes are simply zero. By using an uint16_t for the codes and
    removing the symbols entry, the size of each HuffEntry is decreased from
    eight to four, saving 16KB of stack space.

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

    • [DH] libavcodec/magicyuv.c
  • avformat/mpegts : Limit copied data to space

    4 novembre 2020, par Michael Niedermayer
    avformat/mpegts : Limit copied data to space
    

    Fixes : out of array access
    Fixes : 26816/clusterfuzz-testcase-minimized-ffmpeg_dem_MPEGTSRAW_fuzzer-6282861159907328.fuzz

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mpegts.c
  • avcodec/notchlc : Check available space for luma block code and alpha code

    12 septembre 2020, par Michael Niedermayer
    avcodec/notchlc : Check available space for luma block code and alpha code
    

    Fixes : Timeout (too long -> 2sec)
    Fixes : 25439/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NOTCHLC_fuzzer-5688211127664640

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/notchlc.c