Recherche avancée

Médias (91)

Autres articles (99)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (13578)

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

    16 mai 2013, par 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 1b103f250f : Patch to remove implicit segmentation. This patch removes the implicit segmenta

    30 mai 2013, par Paul Wilkins

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_seg_common.c


     Modify /vp9/common/vp9_seg_common.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Patch to remove implicit segmentation.

    This patch removes the implicit segmentation
    experiment from the code base as the benefits
    were still unproven as of the bitstream deadline.

    Change-Id : I273b99d8d621d1853eac4182f97982cb5957247e

  • Revision 794a7bedbd : WIP : 8x8 idct/recon merge This patch eliminates the intermediate diff buffer us

    16 mai 2013, par Scott LaVarnway

    Changed Paths :
     Modify /test/fdct8x8_test.cc


     Modify /test/idct8x8_test.cc


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c


     Modify /vp9/decoder/vp9_idct_blk.c


     Modify /vp9/decoder/x86/vp9_dequantize_sse2.c


     Modify /vp9/encoder/vp9_encodemb.c



    WIP : 8x8 idct/recon merge

    This patch eliminates the intermediate diff buffer usage by
    combining the short idct and the add residual into one function.
    The encoder can use the same code as well.

    Change-Id : Iacfd57324fbe2b7beca5d7f3dcae25c976e67f45