Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (65)

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

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

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

  • Revision 9d88b30854 : Remove redundant vp9_zero in choose_partitioning It makes the overall speed -6

    5 décembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Remove redundant vp9_zero in choose_partitioning

    It makes the overall speed -6 about 2% faster with no compression
    performance change.

    Change-Id : I680a967b421caa2c5a5cdb821311c4726a2df45a

  • Revision 8fd3f9a2fb : Enable non-rd mode coding on key frame, for speed 6. For key frame at speed 6 :

    12 novembre 2014, par Marco

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_avg.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c



    Enable non-rd mode coding on key frame, for speed 6.

    For key frame at speed 6 : enable the non-rd mode selection in speed setting
    and use the (non-rd) variance_based partition.

    Adjust some logic/thresholds in variance partition selection for key frame only
    (no change to delta frames),
    mainly to bias to selecting smaller prediction blocks, and also set max tx size
    of 16x16.

    Loss in key frame quality ( 0.6-0.7dB) compared to rd coding,
    but speeds up key frame encoding by at least 6x.
    Average PNSR/SSIM metrics over RTC clips go down by 1-2% for speed 6.

    Change-Id : Ie4845e0127e876337b9c105aa37e93b286193405

  • Improve encoding speed on older Intel CPUs.

    4 décembre 2014, par Erik de Castro Lopo
    Improve encoding speed on older Intel CPUs.
    

    The commit http://git.xiph.org/?p=flac.git;a=commit;h=e9d805dd4374
    changed the that calculate autocorrelation. However, the new code
    worked slightly (about 4%) slower on Core 2, but with the new
    presets the speed decrease can reach 25%.

    This patch enables both old and new functions and chooses between
    them at runtime.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/cpu.c
    • [DH] src/libFLAC/ia32/lpc_asm.nasm
    • [DH] src/libFLAC/include/private/cpu.h
    • [DH] src/libFLAC/include/private/lpc.h
    • [DH] src/libFLAC/lpc_intrin_sse.c
    • [DH] src/libFLAC/stream_encoder.c