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 (10621)

  • fftools/cmdutils : Use av_strstart() instead of strncmp()

    10 août 2021, par Andreas Rheinhardt
    fftools/cmdutils : Use av_strstart() instead of strncmp()
    

    This also avoids hardcoding lengths.

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

    • [DH] fftools/cmdutils.c
  • fate/api : Fix requirements of fate-api-seek

    30 mars 2024, par Andreas Rheinhardt
    fate/api : Fix requirements of fate-api-seek
    

    It relies on the fate-lavf-flv test.

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

    • [DH] tests/fate/api.mak
  • avformat/matroskaenc : Use proper AVIOContext

    8 août 2023, par Andreas Rheinhardt
    avformat/matroskaenc : Use proper AVIOContext
    

    These two AVIOContexts currently coincide, but this is not
    guaranteed to remain so (in fact, I have plans to write each
    TrackEntry into its own AVIOContext).

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

    • [DH] libavformat/matroskaenc.c