Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (14332)

  • Merge pull request #614 from PeterDaveHello/patch-1

    28 septembre 2015, par jonrohan
    Merge pull request #614 from PeterDaveHello/patch-1
    

    Use svg instead of png to get better image quality

  • Revision 7c7e4d4eb8 : vp9_ethread : allocate frame contexts outside VP9_COMMON struct This patch alloc

    22 octobre 2014, par Yunqing Wang

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


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodemv.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c



    vp9_ethread : allocate frame contexts outside VP9_COMMON struct

    This patch allocated frame contexts outside VP9_COMMON. This allows
    multiple threads to share the same copy of frame contexts, and
    reduces the overhead. It also guarantees the correct update of
    these contexts during bitstream packing. This patch doesn’t change
    encoding result.

    Change-Id : Ic181a2460b891d1d587278a6d02d8057b9dbd353

  • Revision 653832ea06 : Prevent an ASAN failure for svc tests This patch just fixes the test for the ti

    24 août 2015, par Debargha Mukherjee

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



    Prevent an ASAN failure for svc tests

    This patch just fixes the test for the time being, but does not
    actually solve the underlying issue, which still needs investigation.

    Change-Id : I54a35de839723f5b499b57e38dd2bdd400adc427