Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (102)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (12172)

  • lavfi : Rename local variables "main" as "master".

    7 octobre 2017, par Carl Eugen Hoyos
    lavfi : Rename local variables "main" as "master".
    

    Silences several warnings :
    main is usually a function

    • [DH] libavfilter/vf_lut3d.c
    • [DH] libavfilter/vf_paletteuse.c
    • [DH] libavfilter/vf_psnr.c
    • [DH] libavfilter/vf_ssim.c
  • Revision ec94967ffe : Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10"" This reverts commit

    2 septembre 2014, par Scott LaVarnway

    Changed Paths :
     Delete /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm


     Add /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c


     Modify /vp8/common/rtcd_defs.pl


     Modify /vp8/vp8_common.mk



    Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10""

    This reverts commit 677fb5123e0ece1d6c30be9d0282e1e1f594a56d

    Compiles with 4.6.

    Change-Id : I7f87048911b6bc28a61741d95501fa45ee97b819

  • avcodec : Add "sar" alias to "aspect" option of video encoders

    5 mai 2016, par Andrey Utkin
    avcodec : Add "sar" alias to "aspect" option of video encoders
    

    It is impossible to pass "aspect" parameter to encoder from ffmpeg CLI
    because option from lavc/options_table.h is eclipsed by option with same
    name in ffmpeg_opt.c, which has different meaning (DAR, not SAR).

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/codecs.texi
    • [DH] libavcodec/options_table.h
    • [DH] tests/ref/fate/api-mjpeg-codec-param
    • [DH] tests/ref/fate/api-png-codec-param