Recherche avancée

Médias (91)

Autres articles (34)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (10719)

  • ffplay : update frame timer based on last updated clock time when toggling pause

    1er février 2015, par Marton Balint
    ffplay : update frame timer based on last updated clock time when toggling pause
    

    It is better than using simply video clock, because video clock may be NAN.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c
  • avformat/hlsenc : add support for microseconds since epoch based sequence number

    18 avril 2020, par Marton Balint
    avformat/hlsenc : add support for microseconds since epoch based sequence number
    

    Sequence numbers of segments should be unique, if an encoder is using shorter
    than 1 second segments and it is restarted, then future segments will be using
    already used sequence numbers if initial sequence number is based on the number
    of seconds since epoch and not microseconds.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/muxers.texi
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/version.h
  • avcodec/cbs_jpeg : Use table-based alloc/free

    4 août 2022, par Andreas Rheinhardt
    avcodec/cbs_jpeg : Use table-based alloc/free
    

    cbs_jpeg was the last user of CBS that didn't use
    CodedBitstreamUnitTypeDescriptors.

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

    • [DH] libavcodec/cbs_internal.h
    • [DH] libavcodec/cbs_jpeg.c