Advanced search

Medias (0)

Tag: - Tags -/formulaire

No media matches your criterion on the site.

Other articles (83)

  • MediaSPIP v0.2

    21 June 2013, by

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP Core : La Configuration

    9 November 2010, by

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes; une page spécifique à la configuration de la page d’accueil du site; une page spécifique à la configuration des secteurs;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques de (...)

  • MediaSPIP version 0.1 Beta

    16 April 2011, by

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

On other websites (5984)

  • Revision 6ff3eb1647: New inter mode context. This patch creates a new inter mode contest that avoids

    16 May 2013, by Paul Wilkins

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


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    New inter mode context.

    This patch creates a new inter mode contest that avoids
    a dependence on the reconstructed motion vectors from
    neighboring blocks. This was a change requested by
    a hardware vendor to improve decode performance.

    As part of this change I have also made some modifications
    to stats output code (under a flag) to allow accumulation of
    inter mode context flags over multiple clips

    Some further changes will be required to accommodate the
    deprecation of the split mv mode over the next few days.

    Performance as stands is around -0.25% on derf and
    std-hd but up on the YT and YT-HD sets. With further tuning
    or some adjustment to the context criteria it should be
    possible to make this change broadly neutral.

    Change-Id: Ia15cb4470969b9e87332a59c546ae0bd40676f6c

  • Revision b336356198: Revert "Revert 3 patches from Hangyu to get Chrome to build:" This patch revert

    24 June 2014, by hkuang

    Changed Paths:
     Modify /test/user_priv_test.cc


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/vp9_dx_iface.c



    Revert "Revert 3 patches from Hangyu to get Chrome to build:"

    This patch reverts the previous revert from Jim and also add a
    variable user_priv in the FrameWorker to save the user_priv
    passed from the application. In the decoder_get_frame function,
    the user_priv will be binded with the img. This change is needed
    or it will fail the unit test added here:
    https://gerrit.chromium.org/gerrit/#/c/70610/

    This reverts commit 9be46e4565f553460a1bbbf58d9f99067d3242ce.

    Change-Id: I376d9a12ee196faffdf3c792b59e6137c56132c1

  • Revision 84ec68d21a: mips msa configuration patch for MIPS SIMD Arch (MSA) P5600 and I6400 For P5600

    16 March 2015, by Parag Salasakar

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


     Modify /build/make/rtcd.pl


     Modify /configure



    mips msa configuration patch for MIPS SIMD Arch (MSA) P5600 and I6400

    For P5600:
    CROSS=$MTI/bin/mips-mti-linux-gnu- CFLAGS=’-EL’ CXXFLAGS=’-EL’ LDFLAGS=’-EL’\
    ../configure —target=mips32-linux-gcc —cpu=p5600 —enable-msa

    For I6400:
    CROSS=$IMG/bin/mips-img-linux-gnu- CFLAGS=’-EL’ CXXFLAGS=’-EL’ LDFLAGS=’-EL’\
    ../configure —target=mips64-linux-gcc —cpu=i6400 —enable-msa

    Change-Id: Id25f721ea1f1991d5116e04dba713aebd7378f05