Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (76)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • lavu/common.h : Fix UB in av_clip_intp2_c()

    16 mai 2024, par Tomas Härdin
    lavu/common.h : Fix UB in av_clip_intp2_c()
    

    Found by value analysis

    • [DH] libavutil/common.h
  • lavu/common.h : Fix UB in av_clip_uintp2_c()

    16 mai 2024, par Tomas Härdin
    lavu/common.h : Fix UB in av_clip_uintp2_c()
    

    Found by value analysis

    • [DH] libavutil/common.h
  • Revision 617382a2e3 : VP9 common for ARMv8 by using NEON intrinsics 02 Add vp9_avg_neon.c - vp9_convo

    10 septembre 2014, par Scott LaVarnway

    Changed Paths :
     Modify /test/convolve_test.cc


     Delete /vp9/common/arm/neon/vp9_avg_neon.asm


     Add /vp9/common/arm/neon/vp9_avg_neon.c


     Add /vp9/common/arm/neon/vp9_avg_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_avg_neon.asm
    :10252275f8332dd003653fa7fa53fa134c3031bf)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 02

    Add vp9_avg_neon.c
    - vp9_convolve_avg_neon

    Change-Id : Id2c9d5bcfa37cff1a16417aba1656ff07bdf10fd
    Signed-off-by : James Yu <james.yu@linaro.org>