Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (72)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10476)

  • avcodec/ac3enc : Add missing header

    28 août 2022, par Andreas Rheinhardt
    avcodec/ac3enc : Add missing header
    

    Needed for code under #ifdef DEBUG ; broken in commit
    59eadb5060acd07ad2d4dc5dbb354ee81f034222.

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

    • [DH] libavcodec/ac3enc.c
  • avformat/mxfdec : Don't duplicate av_uuid_unparse

    13 juin 2022, par Andreas Rheinhardt
    avformat/mxfdec : Don't duplicate av_uuid_unparse
    

    Also don't allocate the string ourselves, let av_dict_set()
    do it.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/mxfdec.c
  • avcodec/pnmenc : Check av_image_get_buffer_size()

    19 novembre 2022, par Andreas Rheinhardt
    avcodec/pnmenc : Check av_image_get_buffer_size()
    

    Fixes the crash in ticket #10050.
    Also ensure that we don't overflow before ff_get_encode_buffer().

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

    • [DH] libavcodec/pnmenc.c