Recherche avancée

Médias (91)

Autres articles (104)

  • 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 de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (11175)

  • avfilter/asrc_flite : Don't define an object by accident

    7 août 2021, par Andreas Rheinhardt
    avfilter/asrc_flite : Don't define an object by accident
    

    The flite filter apparently only wanted to declare a struct,
    but mistakenly also defined an unused and zero-initialized element
    with external linkage.

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

    • [DH] libavfilter/asrc_flite.c
  • avformat/smoothstreamingenc : Move buffers to the end of structs

    3 décembre 2021, par Andreas Rheinhardt
    avformat/smoothstreamingenc : Move buffers to the end of structs
    

    This reduces codesize because the offsets of commonly used elements
    are now smaller and thus need less bytes to encode in ptr+offset
    addressing modes (with GCC 11.2 on x64 : 0x1b8b -> 0x1a7b).

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

    • [DH] libavformat/smoothstreamingenc.c
  • avcodec/sunrast : Use ptrdiff_t for stride

    29 septembre 2022, par Andreas Rheinhardt
    avcodec/sunrast : Use ptrdiff_t for stride
    

    Fixes segfaults with negative linesizes ; in particular,
    this affected the sunraster-(1|8|24)bit-(raw|rle) and
    sunraster-8bit_gray-raw FATE tests.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/sunrast.c