Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (44)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8323)

  • 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