Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (7)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (4336)

  • Revision 653832ea06 : Prevent an ASAN failure for svc tests This patch just fixes the test for the ti

    24 août 2015, par Debargha Mukherjee

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



    Prevent an ASAN failure for svc tests

    This patch just fixes the test for the time being, but does not
    actually solve the underlying issue, which still needs investigation.

    Change-Id : I54a35de839723f5b499b57e38dd2bdd400adc427

  • Revision 195883023b : VPX : subpixel_8t_ssse3 asm using x86inc This is based on the original patch opt

    2 septembre 2015, par Scott LaVarnway

    Changed Paths :
     Modify /vpx_dsp/vpx_dsp.mk


     Modify /vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c


     Modify /vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm



    VPX : subpixel_8t_ssse3 asm using x86inc

    This is based on the original patch optimized for 32bit
    platforms by Tamar/Ilya and now uses the x86inc style asm.
    The assembly was also modified to support 64bit platforms.

    Change-Id : Ice12f249bbbc162a7427e3d23fbf0cbe4135aff2

  • Revision 7c7e4d4eb8 : vp9_ethread : allocate frame contexts outside VP9_COMMON struct This patch alloc

    22 octobre 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodemv.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c



    vp9_ethread : allocate frame contexts outside VP9_COMMON struct

    This patch allocated frame contexts outside VP9_COMMON. This allows
    multiple threads to share the same copy of frame contexts, and
    reduces the overhead. It also guarantees the correct update of
    these contexts during bitstream packing. This patch doesn’t change
    encoding result.

    Change-Id : Ic181a2460b891d1d587278a6d02d8057b9dbd353