Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (82)

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

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6945)

  • x86 : dsputil : Split inline assembly from init code

    8 mai 2013, par Diego Biurrun
    x86 : dsputil : Split inline assembly from init code
    

    Also remove some pointless comments.

    • [DBH] libavcodec/x86/Makefile
    • [DBH] libavcodec/x86/dsputil_init.c
    • [DBH] libavcodec/x86/dsputil_mmx.c
    • [DBH] libavcodec/x86/dsputil_mmx.h
  • x86 : Factorize duplicated inline assembly snippets

    22 avril 2013, par Martin Storsjö
    x86 : Factorize duplicated inline assembly snippets
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/x86/dsputil_mmx.c
    • [DBH] libavcodec/x86/dsputil_mmx.h
    • [DBH] libavcodec/x86/hpeldsp_init.c
  • Windows phone 8 neon inline assembly ffmpeg [duplicate]

    5 février 2013, par user2036635

    Possible Duplicate :
    windows phone8 wp8 arm neon assembly

    I am about to transplant a project just like ffmpeg onto wp8(ARM). Unfortunately, most part of the project was written by arm neon inline assembly code (NEON inline assembly) with AT&T format..

    Any suggestion about tools or methods to quickly doing that ? Or what should I do for that ?

    I asked this question before but closed for the reason which is not constructive but I do not think so because what I mentioned is INLINE assembly with AT&T.

    Any suggestion would be appreciated.