Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (71)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (11249)

  • Revision 64f728caef : Do horizontal loopfiltering in parallel This patch followed "Rewrite filter_sel

    13 novembre 2013, par Yunqing Wang

    Changed Paths :
     Add /vp9/common/arm/neon/vp9_loopfilter_16_neon.c


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter_filters.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_loopfilter_intrin_sse2.c


     Modify /vp9/vp9_common.mk



    Do horizontal loopfiltering in parallel

    This patch followed "Rewrite filter_selectively_horiz for parallel
    loopfiltering" commit, and added x86 SSE2 optimization to do
    16-pixel filtering in parallel. Also, corrected the declaration
    of aligned arrays. For 8-pixel-in-parallel case, improved the
    calculation of the masks and filters. Updated the threshold loading
    since the thresholds were already duplicated. Updated neon C functions
    to call neon loopfilters twice.

    Using tulip clip, tests showed it gave a 1.5% decoder speed gain.

    Change-Id : Id02638626ac27a4b0e0b09d71792a24c0499bd35

  • Revision 096eaba728 : Remove VP8 save_reg_neon function This patch did a cleanup following the commit

    29 avril 2014, par Yunqing Wang

    Changed Paths :
     Delete /vp8/common/arm/neon/save_reg_neon.asm


     Modify /vp8/decoder/onyxd_if.c


     Modify /vp8/encoder/onyx_if.c


     Modify /vp8/vp8_common.mk



    Remove VP8 save_reg_neon function

    This patch did a cleanup following the commit "Save NEON registers
    in VP8 NEON functions". The pushing/poping of callee-saved NEON
    registers was moved into individual NEON functions. Therefore,
    we don’t need to save those registers at the beginning of codec.
    The related code was removed.

    Change-Id : I5648166514fc9beffb780aa138495597731f49ea

  • Revision 1893122e34 : Fix dr memory VP8 encode/decode errors This patch fixed errors reported in Issu

    22 avril 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp8/common/x86/recon_sse2.asm



    Fix dr memory VP8 encode/decode errors

    This patch fixed errors reported in Issue 746 : "dr memory VP8
    encode errors" and Issue 745 : "dr memory VP8 decode errors".
    The "UNINITIALIZED READ" errors were fixed in x86 assembly
    code. The list of files fixed is
    vp8_intra_pred_uv_tm_sse2
    vp8_intra_pred_uv_tm_ssse3

    vp8_intra_pred_uv_ho_mmx2
    vp8_intra_pred_uv_ho_ssse3

    vp8_intra_pred_y_tm_sse2
    vp8_intra_pred_y_tm_ssse3

    vp8_intra_pred_y_ho_sse2

    Change-Id : Ib6df7bf1d442077fe534edfd90e50ad16fadacdd