Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (56)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

Sur d’autres sites (8165)

  • lavc/utils.c : Make sure skip_samples never goes negative.

    4 novembre 2016, par Sasi Inguva
    lavc/utils.c : Make sure skip_samples never goes negative.
    

    Signed-off-by : Sasi Inguva <isasi@google.com>
    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utils.c
  • smvjpegdec : make sure cur_frame is not negative

    10 novembre 2016, par Andreas Cadhalpun
    smvjpegdec : make sure cur_frame is not negative
    

    This fixes a heap-buffer-overflow detected by AddressSanitizer.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/smvjpegdec.c
  • lavfi/pan : allow negative gain parameters also for other inputs than the first named

    28 octobre 2016, par Moritz Barsnick
    lavfi/pan : allow negative gain parameters also for other inputs than the first named
    

    Expands the parser to also accept the separator ’-’ in addition to
    ’+’, and take the negative sign into consideration.

    The optional sign for the first factor in the expression is already
    covered by parsing for an integer.

    Signed-off-by : Moritz Barsnick <barsnick@gmx.net>
    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_pan.c