Recherche avancée

Médias (91)

Autres articles (106)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (9276)

  • avfilter/vf_paletteuse : Add missing parentheses

    27 novembre 2021, par Andreas Rheinhardt
    avfilter/vf_paletteuse : Add missing parentheses
    

    Fixes a mistake in dea673d0d548c864ec85f9260d8900d944ef7a2a.
    GCC emitted a -Wint-in-bool-context warning because of that.

    Reviewed-by : Soft Works <softworkz@hotmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_paletteuse.c
  • avcodec/psymodel : Use av_memdup() where appropriate

    3 juin, par Andreas Rheinhardt
    avcodec/psymodel : Use av_memdup() where appropriate
    

    Also "fixes" the inverted order of arguments in the av_malloc_array()
    calls and therefore part of ticket #11620.

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

    • [DH] libavcodec/psymodel.c
  • avcodec/vvc_parser : Constify parser

    29 juin 2023, par Andreas Rheinhardt
    avcodec/vvc_parser : Constify parser
    

    The discrepancy between the definition and the declaration
    in parsers.c is actually UB.

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

    • [DH] libavcodec/vvc_parser.c