Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (63)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (8902)

  • fftools/ffmpeg : report new streams from the input thread

    21 mars 2022, par Anton Khirnov
    fftools/ffmpeg : report new streams from the input thread
    

    This avoids a potential race with the demuxer adding new streams. It is
    also more efficient, since we no longer do inter-thread transfers of
    packets that will be just discarded.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg_demux.c
  • avcodec/wavpack : Constify slice threads' ptr to main context

    23 juillet 2022, par Andreas Rheinhardt
    avcodec/wavpack : Constify slice threads' ptr to main context
    

    Modifying the main context from a slice thread is (usually) a data race,
    so it must not happen. So only use a pointer to const to access
    the main context.

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

    • [DH] libavcodec/wavpack.c
  • avcodec/vp8 : Constify slice threads' ptr to main context

    23 juillet 2022, par Andreas Rheinhardt
    avcodec/vp8 : Constify slice threads' ptr to main context
    

    Modifying the main context from a slice thread is (usually)
    a data race, so it must not happen. So only use a pointer to const
    to access the main context.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp8.c