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 (8901)

  • avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()

    9 mai 2024, par Andreas Rheinhardt
    avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()
    

    instead of avpriv_adts_header_parse(). Using the former avoids
    an indirection.

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

    • [DH] libavcodec/aac_ac3_parser.c
  • avcodec/rl2 : Fix undefined pointer arithmetic

    28 septembre 2022, par Andreas Rheinhardt
    avcodec/rl2 : Fix undefined pointer arithmetic
    

    Don't increment back_frame if it does not correspond
    to a real buffer. To do this, handle copying from
    the back frame separately from the "use coded value"
    codepath ; also use memcpy for the former, as the
    chunks here are typically worth it.

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

    • [DH] libavcodec/rl2.c
  • avcodec/pcm : Use av_unreachable() for unreachable code

    21 mai, par Andreas Rheinhardt
    avcodec/pcm : Use av_unreachable() for unreachable code
    

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

    • [DH] libavcodec/pcm.c