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)

  • avcodec/metasound : Remove always-false checks

    18 octobre 2022, par Andreas Rheinhardt
    avcodec/metasound : Remove always-false checks
    

    The number of channels that is checked here is automatically
    valid because it has just been set by us (based upon an entry
    in codec_props).

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

    • [DH] libavcodec/metasound.c
  • avcodec/v4l2_m2m : Remove redundant av_frame_unref()

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/v4l2_m2m : Remove redundant av_frame_unref()
    

    This frame will be freed in the next line.

    Reviewed-by : Zhao Zhili <quinkblack@foxmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/v4l2_m2m.c
  • avformat/aptxdec : Don't set AVCodecParameters.frame_size

    29 août 2021, par Andreas Rheinhardt
    avformat/aptxdec : Don't set AVCodecParameters.frame_size
    

    This field was misunderstood : It gives the number of samples
    in a packet, not the number of bytes. Its usage was wrong for APTX HD.

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

    • [DH] libavformat/aptxdec.c