Recherche avancée

Médias (91)

Autres articles (27)

  • 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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • avutil/opencl : don’t include config.h

    12 janvier 2015, par James Almer
    avutil/opencl : don’t include config.h
    

    It’s not an installed header.

    Tested-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Tested-by : Wei Gao <highgod0401@gmail.com>
    Reviewed-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
    • [DH] libavutil/opencl.h
  • src/ : Fix two typos.

    1er juin 2014, par Erik de Castro Lopo
    src/ : Fix two typos.
    

    * ’norrmal’ -> ’normal’.
    * ’fames’ -> ’frames’.

    Reported-by : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/encode.c
    • [DH] src/share/grabbag/snprintf.c
  • libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.

    28 juin 2014, par Erik de Castro Lopo
    libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.
    

    Previously, the files lpc_intrin_sse2.c and lpc_intrin_sse41.c both defined
    macros RESIDUAL_RESULT and DATA_RESULT. This situation made it impossible
    to merge these files which we may do at some stage.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/lpc_intrin_sse41.c