Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (112)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11582)

  • avcodec/exrenc : Allow user-supplied buffers

    27 avril 2021, par Andreas Rheinhardt
    avcodec/exrenc : Allow user-supplied buffers
    

    Trivial for an encoder that has a good estimate of the size of
    the output packet in advance.

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

    • [DH] libavcodec/exrenc.c
  • tests/fate-run : Always use -bitexact for ffprobe

    30 avril 2022, par Andreas Rheinhardt
    tests/fate-run : Always use -bitexact for ffprobe
    

    Makes no difference currently.

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

    • [DH] tests/fate-run.sh
  • checkasm/blockdsp : Be strict about MMX

    7 octobre 2022, par Andreas Rheinhardt
    checkasm/blockdsp : Be strict about MMX
    

    There is no MMX code for blockdsp after commit
    ee551a21ddcbf81afe183d9489c534ee80f263a0, 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/blockdsp.c