Recherche avancée

Médias (91)

Autres articles (101)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (7804)

  • avformat/hlsenc : Remove dead ret stores

    25 mai 2024, par Michael Niedermayer
    avformat/hlsenc : Remove dead ret stores
    

    Fixes : CID1529222 Unused value

    Sponsored-by : Sovereign Tech Fund
    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hlsenc.c
  • avformat/flvenc : Add deinit function

    23 octobre 2019, par Andreas Rheinhardt
    avformat/flvenc : Add deinit function
    

    Fixes memleaks when the trailer is never written or when shift_data()
    fails when writing the trailer.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/flvenc.c
  • avformat/dashdec : Fix leak of AVDictionary on error

    7 septembre 2020, par Andreas Rheinhardt
    avformat/dashdec : Fix leak of AVDictionary on error
    

    Just postpone the allocation of the dict until it is really needed
    (after the checks that can fail).

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/dashdec.c