Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (44)

  • 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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (10171)

  • vp9_raw_reorder_bsf : Remove a redundant allocation

    26 avril 2017, par Mark Thompson
    vp9_raw_reorder_bsf : Remove a redundant allocation
    

    This was left over from an earlier version which created the new
    packet inside the current frame structure. Now it just leaks an
    unused packet, so remove the allocation entirely.

    • [DBH] libavcodec/vp9_raw_reorder_bsf.c
  • libx264 : Make codec use the init-cleanup flag and mark it as init-thread-safe

    7 avril 2015, par Vittorio Giovara
    libx264 : Make codec use the init-cleanup flag and mark it as init-thread-safe
    

    This takes care of memory leaks on init error.

    • [DH] libavcodec/libx264.c
  • lavfi/af_channelmap : fix memory leak

    4 décembre 2015, par Ganesh Ajjanagadde
    lavfi/af_channelmap : fix memory leak
    

    Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
    3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
    up usage of the formats API, and in particular fixed possible NULL pointer
    dereferences.

    This commit addresses the issue of possible resource leaks when some intermediate
    call fails.

    Tested with valgrind —leak-check=full —show-leak-kinds=all, and manual simulation
    of malloc/realloc failures.

    Fixes : CID 1338330.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/af_channelmap.c