Advanced search

Medias (17)

Tag: - Tags -/wired

Other articles (44)

  • Les autorisations surchargées par les plugins

    27 April 2010, by

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

  • Personnaliser les catégories

    21 June 2013, by

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Contribute to translation

    13 April 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

On other websites (9906)

  • Revision 432cd4bfb7: Move subtract functions from vp9 to vpx_dsp Factor out the subtraction operator

    6 July 2015, by Jingning Han

    Changed Paths:
     Modify /test/vp9_subtract_test.cc


     Modify /vp8/encoder/encodemb.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Delete /vp9/encoder/arm/neon/vp9_subtract_neon.c


     Delete /vp9/encoder/mips/msa/vp9_subtract_msa.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_rdopt.c


     Delete /vp9/encoder/x86/vp9_subtract_sse2.asm


     Modify /vp9/vp9cx.mk


     Add /vpx_dsp/arm/subtract_neon.c
    (from /vp9/encoder/arm/neon/vp9_subtract_neon.c
    :39f03bf9c672b8e7c4b483d4e919a695707c90dd)
     Modify /vpx_dsp/mips/macros_msa.h


     Add /vpx_dsp/mips/subtract_msa.c
    (from /vp9/encoder/mips/msa/vp9_subtract_msa.c
    :39f03bf9c672b8e7c4b483d4e919a695707c90dd)
     Add /vpx_dsp/subtract.c


     Modify /vpx_dsp/vpx_dsp.mk


     Modify /vpx_dsp/vpx_dsp_rtcd_defs.pl


     Add /vpx_dsp/x86/subtract_sse2.asm
    (from /vp9/encoder/x86/vp9_subtract_sse2.asm
    :39f03bf9c672b8e7c4b483d4e919a695707c90dd)

    Move subtract functions from vp9 to vpx_dsp

    Factor out the subtraction operator as common function.

    Change-Id: I526e703477c6a290e0e3e3c8898f8bb1ca82779b

  • Factor duplicated ff_fast_malloc() out into mem_internal.h

    11 July 2015, by Michael Niedermayer
    Factor duplicated ff_fast_malloc() out into mem_internal.h
    

    internal.h is difficult to use due to circular dependancies
    mem.h is a public header ff_* is not public
    Alternative solutions probably are possible too

    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utils.c
    • [DH] libavutil/mem.c
    • [DH] libavutil/mem_internal.h
  • hevc: Factor out the pixel format mapping from the sps parser

    13 July 2015, by Luca Barbato
    hevc: Factor out the pixel format mapping from the sps parser
    

    The function will grow larger as more formats are supported.

    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/hevc_ps.c