Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (93)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • flvdec : Check the avio_seek return value after reading a metadata packet

    7 septembre 2017, par Steven Liu
    flvdec : Check the avio_seek return value after reading a  metadata packet
    

    merge from libav : 585dc1aecef0371ad6f16cb3750ae2a6da9cf00a

    If the metadata packet is corrupted, flv_read_metabody can accidentally
    read past the start of the next packet. If the start of the next packet
    had been flushed out of the IO buffer, we would be unable to seek to
    the right position (on a nonseekable stream).

    Prefer to clearly error out instead of silently trying to read from a
    desynced stream which will only be interpreted as garbage.

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/flvdec.c
  • http: Add support reading ICY metadata

    10 mars 2014, par Luca Barbato
    http: Add support reading ICY metadata
    

    Export the metadata as a icy_metadata_packet avoption.
    Based on the work of wm4 and Alessandro Ghedini.

    Bug-Id : https://bugs.debian.org/739936

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] doc/protocols.texi
    • [DBH] libavformat/http.c
  • avformat/jpegxl_probe : check length instead of blindly reading

    8 juin 2023, par Michael Niedermayer
    avformat/jpegxl_probe : check length instead of blindly reading
    

    Enable the checked bitreader to avoid overread.
    Also add a few checks in loops and between blocks so we exit instead of continued
    execution.
    Alternatively we could add manual checks so that no overread can happen. This would be
    slightly faster but a bit more work and a bit more fragile

    Fixes : Out of array accesses
    Fixes : 59640/clusterfuzz-testcase-minimized-ffmpeg_dem_JPEGXL_ANIM_fuzzer-6584117345779712

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

    • [DH] libavformat/jpegxl_probe.c