Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • avcodec/speedhqenc : Remove always-true #if CONFIG_SPEEDHQ_ENCODER

    18 octobre 2022, par Andreas Rheinhardt
    avcodec/speedhqenc : Remove always-true #if CONFIG_SPEEDHQ_ENCODER
    

    This file is built iff the SpeedHQ encoder is enabled.

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

    • [DH] libavcodec/speedhqenc.c
  • avcodec/mpeg12dec : Remove always-true check

    16 octobre 2022, par Andreas Rheinhardt
    avcodec/mpeg12dec : Remove always-true check
    

    mpeg12dec.c is a decoder-only file.

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

    • [DH] libavcodec/mpeg12dec.c
  • fftools/ffmpeg : drop always-true conditions

    4 septembre 2022, par Anton Khirnov
    fftools/ffmpeg : drop always-true conditions
    

    in_picture->pts cannot be AV_NOPTS_VALUE, as it is set to ost->sync_opts
    a few lines above. ost->sync_opts is never AV_NOPTS_VALUE.

    • [DH] fftools/ffmpeg.c