Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (21)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5296)

  • avcodec/libaribb24 : Use FF_CODEC_CAP_INIT_CLEANUP

    11 septembre 2023, par Andreas Rheinhardt
    avcodec/libaribb24 : Use FF_CODEC_CAP_INIT_CLEANUP
    

    libaribb24_close() does the same as the fail path in
    libaribb24_init().

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

    • [DH] libavcodec/libaribb24.c
  • avcodec/libxevd : Use CODEC_LONG_NAME()

    27 février 2024, par Andreas Rheinhardt
    avcodec/libxevd : Use CODEC_LONG_NAME()
    

    Brings the length of the line down to less than 80 chars.

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

    • [DH] libavcodec/libxevd.c
  • avformat/aiffenc : Usw avio_wb32() where possible

    14 mars 2024, par Andreas Rheinhardt
    avformat/aiffenc : Usw avio_wb32() where possible
    

    AIFF is a big-endian format, so this is more natural.

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

    • [DH] libavformat/aiffenc.c