Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (97)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7077)

  • Evolution #2480 : Pouvoir préparer la nouvelle version d’un article en ligne

    25 mai 2012, par Julien -

    +1 La souplesse des autorisations est un vrai sujet ! Sur SPIP, on a les notions de visiteurs, rédacteur, administrateur. Mais pas de Propriétaire, du moins il s’agit d’un rôle implicite. Sur un site collaboratif, j’ai eu le cas ou des rédacteurs souhaitaient avoir la main sur leurs articles, une (...)

  • Revision 8b1a14d12f : Add support for native Solaris compiler on x86. Original patch by Ginn Chen gi

    2 mai 2012, par Timothy B. Terriberry

    Changed Paths : Modify /vpx_ports/mem.h Modify /vpx_ports/x86.h Add support for native Solaris compiler on x86. Original patch by Ginn Chen against libvpx v0.9.0. I've forward-ported it to the current version (which mostly involved removing hunks that were no longer relevant), since I've (...)

  • Linker errors when trying to enable FFmpeg stagefright support

    6 mai 2012, par vitakot

    I want to use stagefright for HW accelerated decoding in my Android movie player
    based on FFmpeg - version 0.10.2 "Freedom". I have successfully built all the
    libraries using the build script in tools directory. However, I have many linker
    errors related to stagefright e.g. :

    undefined reference to android::OMXClient::disconnect()
    undefined reference to android::MediaBuffer::MediaBuffer(unsigned int)

    I thought the binaries built with stagefright support are self-contained and do
    not need any other stuff to link with. Am I doing something wrong ? Should I add
    libstagefright.so to my project ? I think it would cause many troubles with
    compatibility...

    Is it compatible with API 8 or only API 9 and above ?

    Many thanks,
    Vita