Recherche avancée

Médias (91)

Autres articles (42)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Personnaliser les catégories

    21 juin 2013, par

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

Sur d’autres sites (9916)

  • Revision 98de15137e : Add 16 wide neon horz loopfilter. Add support to do 16 pixel horizontal filteri

    19 novembre 2013, par Frank Galligan

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


     Modify /vp9/common/arm/neon/vp9_loopfilter_16_neon.c


     Modify /vp9/vp9_common.mk



    Add 16 wide neon horz loopfilter.

    Add support to do 16 pixel horizontal filtering in Neon.
    Nexus devices saw about 0.5% decode speed increase.

    Change-Id : I2993f6c2d49f31fa74976879eeaa289fd3f4e15d

  • 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 0ef63f596d : Fix stack pointer in sub-pixel filters In commit "3d50da5397d20abc932d81453b26c

    20 novembre 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/common/x86/vp9_subpixel_8t_ssse3.asm



    Fix stack pointer in sub-pixel filters

    In commit "3d50da5397d20abc932d81453b26cde758293a40", the stack
    pointer was modified while aligning the stack, and it needed to
    be pop out at the end.

    Change-Id : I062971e195f1f2ab9d0ab5fb84dcf215a0fcaa67