Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (89)

  • 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

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

  • avcodec/dnxhdenc : check that qmax is within the supported range

    17 janvier 2014, par Michael Niedermayer
    avcodec/dnxhdenc : check that qmax is within the supported range
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dnxhdenc.c
  • avfilter/vf_scale : use the inputs color range when its set and its not overridden

    25 juillet 2013, par Michael Niedermayer
    avfilter/vf_scale : use the inputs color range when its set and its not overridden
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_scale.c
  • avidec : check for valid bit_rate range

    4 mai 2015, par Andreas Cadhalpun
    avidec : check for valid bit_rate range
    

    If bit_rate is negative, it can trigger an av_assert2 in av_rescale_rnd.

    Since av_rescale returns int64_t, but st->codec_bit_rate is int, it can
    also overflow into a negative value.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avidec.c