Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (30)

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

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7497)

  • asfdec : break if EOF is reached after asf_read_packet_header

    6 janvier 2016, par Andreas Cadhalpun
    asfdec : break if EOF is reached after asf_read_packet_header
    

    asf_read_payload can unset eof_reached, so check it also before calling
    that function.

    This fixes infinite loops.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Alexandra Hájková <alexandra@khirnov.net>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/asfdec.c
  • asfdec : check for too small size in asf_read_unknown

    6 janvier 2016, par Andreas Cadhalpun
    asfdec : check for too small size in asf_read_unknown
    

    This fixes infinite loops due to seeking back.

    Signed-off-by : Alexandra Hájková <alexandra@khirnov.net>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/asfdec.c
  • asfdec : make sure packet_size is non-zero before seeking

    7 janvier 2016, par Andreas Cadhalpun
    asfdec : make sure packet_size is non-zero before seeking
    

    This fixes infinite loops due to seeking back.

    Signed-off-by : Alexandra Hájková <alexandra@khirnov.net>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/asfdec.c