Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (111)

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

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (6449)

  • Revision e083f6bd08 : Refactor sub-pixel motion search unit This commit unfolds the legacy macro defi

    2 novembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_mcomp.c



    Refactor sub-pixel motion search unit

    This commit unfolds the legacy macro definitions used in the
    sub-pixel motion search and refactors the operational flow for
    later optimizations.

    Change-Id : I3e3f770cad961d03d1a6eb0b2a0186cc77eaf2b8

  • x86/diracdsp : mark all functions as yasm

    23 mai 2014, par James Almer
    x86/diracdsp : mark all functions as yasm
    

    No inline asm dirac code remains in the tree, so replace every relevant check.
    This also moves all the dirac functions from dsputil_mmx.c to diracdsp_mmx.c

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/diracdsp_mmx.c
    • [DH] libavcodec/x86/dsputil_mmx.c
  • dvenc : mark encoder as intra

    15 octobre 2014, par Christophe Gisquet
    dvenc : mark encoder as intra
    

    And thus allow various multithreading.

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

    • [DH] libavcodec/dvenc.c