Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (96)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • checkasm/pixblockdsp : Be strict about MMX

    8 octobre 2022, par Andreas Rheinhardt
    checkasm/pixblockdsp : Be strict about MMX
    

    There is no MMX code for pixblockdsp after commit
    92b58002776edd3a3df03c90e8a3ab24b8f987de, so use declare_func
    instead of declare_func_emms() to also test that we are not
    in MMX mode after return.

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

    • [DH] tests/checkasm/pixblockdsp.c
  • checkasm/llviddsp : Be strict about MMX

    8 octobre 2022, par Andreas Rheinhardt
    checkasm/llviddsp : Be strict about MMX
    

    There is no MMX code for llviddsp after commit
    fed07efcde72824ac1ada80d4af4e91ac4fcfc14, so use declare_func
    instead of declare_func_emms() to also test that we are not
    in MMX mode after return.

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

    • [DH] tests/checkasm/llviddsp.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