Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • lavc/bitstream_filter : Make a cast explicit.

    1er mars 2017, par Carl Eugen Hoyos
    lavc/bitstream_filter : Make a cast explicit.
    

    Fixes the following gcc warning :
    libavcodec/bitstream_filter.c:133:14 : warning : assignment discards ‘const’ qualifier from pointer target type

    • [DH] libavcodec/bitstream_filter.c
  • lavf/dump : Remove superfluous cast.

    29 août 2017, par Carl Eugen Hoyos
    lavf/dump : Remove superfluous cast.
    
    • [DH] libavformat/dump.c
  • lavfi/vf_idet : replace round and cast by lrint

    16 décembre 2015, par Ganesh Ajjanagadde
    lavfi/vf_idet : replace round and cast by lrint
    

    lrint is faster and conveys the intent better here. It is safe as long int has
    at least 32 bits.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/vf_idet.c