Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (69)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avcodec/avcodec : Sanitize options before using them

    16 mars 2021, par Andreas Rheinhardt
    avcodec/avcodec : Sanitize options before using them
    

    This is how it is supposed to happen, yet when using frame threading,
    the codec's init function has been called before preinit. This can lead
    to crashes when e.g. using unsupported lowres values for decoders
    together with frame threading.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/avcodec.c
  • avformat/mxfdec : remove check for NULL MXFTrack in mxf_set_pts

    31 mai 2018, par Marton Balint
    avformat/mxfdec : remove check for NULL MXFTrack in mxf_set_pts
    

    It cannot happen for video streams.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
  • avformat/utils : Combine identical statements

    14 avril 2021, par Andreas Rheinhardt
    avformat/utils : Combine identical statements
    

    This would only make a difference in case the first attempt to
    initialize the encoder failed and the second succeeded. The only
    reason I can think of for this to happen is that the options (in
    particular the codec whitelist) are not used for the second try
    and that obviously implies that we should not even try a second time
    to open the decoder.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/utils.c