Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (68)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5473)

  • Revision 15b5e465f2 : Adding vp9_update_frame_size function. Moving common code from encoder and deco

    30 avril 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_alloccommon.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Adding vp9_update_frame_size function.

    Moving common code from encoder and decoder to vp9_update_frame_size.

    Change-Id : I6ca758b7d05ffd52821bd3f7ad68089da11e4165

  • Revision 32a5c52856 : Merge branch 'master' into experimental Conflicts : vp9/common/vp9_findn

    26 avril 2013, par Johann

    Changed Paths :
     Modify /build/make/configure.sh


     Modify /test/acm_random.h


     Modify /vp8/encoder/onyx_if.c


     Modify /vp9/decoder/vp9_decodframe.c


     Add /vp9/decoder/x86/vp9_dequantize_sse2.c
    (from /vp9/decoder/x86/vp9_dequantize_x86.c
    :80fadb261e62a05ba0a22ce8abeb6e1c945c082f)
     Delete /vp9/decoder/x86/vp9_dequantize_x86.c


     Modify /vp9/encoder/vp9_sad_c.c


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_dx_iface.c


     Modify /vp9/vp9cx.mk


     Modify /vp9/vp9dx.mk



    Merge branch 'master' into experimental

    Conflicts :
    vp9/common/vp9_findnearmv.c
    vp9/common/vp9_rtcd_defs.sh
    vp9/decoder/vp9_decodframe.c
    vp9/decoder/x86/vp9_dequantize_sse2.c
    vp9/encoder/vp9_rdopt.c
    vp9/vp9_common.mk

    Resolve file name changes in favor of master. Resolve rdopt changes in
    favor of experimental, preserving the newer experiments.

    Change-Id : If51ed8f457470281c7b20a5c1a2f4ce2cf76c20f

  • Revision a672351af9 : quantize : make 4x4, 8x8 common with larger transforms There were 4 variants of

    25 avril 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h


     Modify /vp9/encoder/vp9_rdopt.c



    quantize : make 4x4, 8x8 common with larger transforms

    There were 4 variants of the quantize loop in vp9_quantize.c, now
    there is 1.

    Change-Id : Ic853393411214b32d46a6ba53769413bd14e1cac