Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (107)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (28352)

  • 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
  • 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