Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (111)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

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

Sur d’autres sites (12919)

  • Revision 40358dc406 : Removing duplicated code for merging two probabilities. Adding common merge_pro

    25 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_treecoder.h



    Removing duplicated code for merging two probabilities.

    Adding common merge_probs and merge_probs2 functions. Changing ints to
    usigned ints in some places.

    Change-Id : Icf088ffdea7cf5b95284a128916409bdd53506b0

  • Revision 7971846a5e : Move intra prediction functions from vp9/common/ to vpx_dsp/ Change-Id : I64edc2

    20 juillet 2015, par hui su

    Changed Paths :
     Modify /build/make/rtcd.pl


     Modify /test/test_intra_pred_speed.cc


     Modify /test/vp9_intrapred_test.cc


     Delete /vp9/common/arm/neon/vp9_reconintra_neon.c


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


     Delete /vp9/common/mips/dspr2/vp9_intrapred16_dspr2.c


     Delete /vp9/common/mips/dspr2/vp9_intrapred4_dspr2.c


     Delete /vp9/common/mips/dspr2/vp9_intrapred8_dspr2.c


     Delete /vp9/common/mips/msa/vp9_intra_predict_msa.c


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Delete /vp9/common/x86/vp9_high_intrapred_sse2.asm


     Delete /vp9/common/x86/vp9_intrapred_sse2.asm


     Delete /vp9/common/x86/vp9_intrapred_ssse3.asm


     Modify /vp9/vp9_common.mk


     Add /vpx_dsp/arm/intrapred_neon.c
    (from /vp9/common/arm/neon/vp9_reconintra_neon.c
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/arm/intrapred_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_reconintra_neon_asm.asm
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/intrapred.c


     Modify /vpx_dsp/mips/common_dspr2.h


     Add /vpx_dsp/mips/intrapred16_dspr2.c
    (from /vp9/common/mips/dspr2/vp9_intrapred16_dspr2.c
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/mips/intrapred4_dspr2.c
    (from /vp9/common/mips/dspr2/vp9_intrapred4_dspr2.c
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/mips/intrapred8_dspr2.c
    (from /vp9/common/mips/dspr2/vp9_intrapred8_dspr2.c
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/mips/intrapred_msa.c
    (from /vp9/common/mips/msa/vp9_intra_predict_msa.c
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Modify /vpx_dsp/vpx_dsp.mk


     Modify /vpx_dsp/vpx_dsp_common.h


     Modify /vpx_dsp/vpx_dsp_rtcd_defs.pl


     Add /vpx_dsp/x86/highbd_intrapred_sse2.asm
    (from /vp9/common/x86/vp9_high_intrapred_sse2.asm
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/x86/intrapred_sse2.asm
    (from /vp9/common/x86/vp9_intrapred_sse2.asm
    :55c6a74bd4f228e48d56de200f25154eb733fc40)
     Add /vpx_dsp/x86/intrapred_ssse3.asm
    (from /vp9/common/x86/vp9_intrapred_ssse3.asm
    :55c6a74bd4f228e48d56de200f25154eb733fc40)

    Move intra prediction functions from vp9/common/ to vpx_dsp/

    Change-Id : I64edc26cf4aab050c83f2d393df6250628ad43b8

  • Revision 6b71013277 : VP9 common for ARMv8 by using NEON intrinsics 05 Add vp9_iht4x4_add_neon.c - vp

    27 janvier 2014, par James Yu

    Changed Paths :
     Modify /test/fdct4x4_test.cc


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


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


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 05

    Add vp9_iht4x4_add_neon.c
    - vp9_iht4x4_16_add_neon

    The assembly did not previously implement tx_type 0
    BUG=715

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