Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (52)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Merge commit ’92f8e06ecb431a427ea13d794e5a6bc927a034d2’

    8 mai 2013, par Michael Niedermayer
    Merge commit ’92f8e06ecb431a427ea13d794e5a6bc927a034d2’
    

    * commit ’92f8e06ecb431a427ea13d794e5a6bc927a034d2’ :
    x86 : dsputil hpeldsp : Move shared template functions into separate object

    Conflicts :
    libavcodec/x86/Makefile

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

    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/dsputil_mmx.c
    • [DH] libavcodec/x86/dsputil_mmx.h
    • [DH] libavcodec/x86/hpeldsp_init.c
    • [DH] libavcodec/x86/hpeldsp_rnd_template.c
    • [DH] libavcodec/x86/rnd_mmx.c
    • [DH] libavcodec/x86/rnd_template.c
  • x86 : dsputil : Move avg_pixels16_mmx() out of rnd_template.c

    27 avril 2013, par Diego Biurrun
    x86 : dsputil : Move avg_pixels16_mmx() out of rnd_template.c
    

    The function does not do any rounding, so there is no point in
    keeping it in a round template file.

    • [DBH] libavcodec/x86/dsputil_mmx.c
    • [DBH] libavcodec/x86/dsputil_mmx.h
    • [DBH] libavcodec/x86/fpel_mmx.c
    • [DBH] libavcodec/x86/hpeldsp_init.c
    • [DBH] libavcodec/x86/rnd_template.c
  • x86 : dsputil : Move avg_pixels8_mmx() out of rnd_template.c

    27 avril 2013, par Diego Biurrun
    x86 : dsputil : Move avg_pixels8_mmx() out of rnd_template.c
    

    The function is only instantiated once, so there is no point
    in keeping it in a template file.

    • [DBH] libavcodec/x86/dsputil_mmx.c
    • [DBH] libavcodec/x86/dsputil_mmx.h
    • [DBH] libavcodec/x86/fpel_mmx.c
    • [DBH] libavcodec/x86/hpeldsp_init.c
    • [DBH] libavcodec/x86/rnd_template.c