Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (94)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (11908)

  • Revision a142d6fc93 : Skip redundant motion search in 4x4 level rd loop This commit makes the encoder

    16 juillet 2013, par Jingning Han

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



    Skip redundant motion search in 4x4 level rd loop

    This commit makes the encoder to perform motion search only once
    per reference frame type for each 4x4/4x8/8x4 block. For bus_cif
    at 2000 kbps, the runtime goes from 253812ms -> 217817ms
    (14% speed-up) for speed 0.

    Change-Id : I5f17599ccc8cfaf93ccb4f98fcb6008af6d79e92

  • Revision 91365addf8 : SSE2 8x8 inverse ADST/DCT transform This commit enables SSE2 implementation of

    13 juillet 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    SSE2 8x8 inverse ADST/DCT transform

    This commit enables SSE2 implementation of 8x8 inverse ADST/DCT
    transform. The runtime goes from 1216 cycles -> 266 cycles.
    For bus_cif at 2000 kbps, the overall runtime reduces from
    253707ms -> 248430ms, i.e., 2% speed-up at speed 0.

    Change-Id : Ib0372e17e9162d7b11a10d653b1c8be547c878fb

  • Revision 49b6302044 : SSE2 4x4 invserse ADST/DCT transform Enable SSE2 4x4 inverse ADST/DCT transform

    10 juillet 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    SSE2 4x4 invserse ADST/DCT transform

    Enable SSE2 4x4 inverse ADST/DCT transform. The runtime goes from
    292 cycles down to 89 cycles. Running bus_cif at 2000 kbps, the
    overall runtime of speed 0 goes from 301s to 295s (2% speed-up).

    Change-Id : I24098136e7fee7ab2fbf1c11755bdf2ca37f3628