Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (34)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • 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

Sur d’autres sites (6085)

  • ffmpeg : remove unneeded include "libswscale/swscale.h"

    10 novembre 2013, par Michael Niedermayer
    ffmpeg : remove unneeded include "libswscale/swscale.h"
    

    Found-by : ramiro
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
  • rtmpproto : Don’t include the libavformat version as "clientid"

    14 octobre 2016, par Martin Storsjö
    rtmpproto : Don’t include the libavformat version as "clientid"
    

    When acting as server, the server can include a "clientid" property
    in some status messages. But this should be a unique number
    identifying the client session, not identifying the server itself.
    In practice, omitting it works just as well as including this
    incorrect field.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpproto.c
  • configure : Check if "-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600" is needed for...

    24 septembre 2014, par Michael Niedermayer
    configure : Check if "-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600" is needed for localtime_r()
    

    Fixes build with musl

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure