Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Contribute to translation

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

Sur d’autres sites (9189)

  • configure : Remove obsolete wmavoice->rdft,dct dependencies

    28 septembre 2023, par Andreas Rheinhardt
    configure : Remove obsolete wmavoice->rdft,dct dependencies
    

    Forgotten in a810126501e1ef0992d765720ff0d2629c5d1616.

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] configure
  • swresample/x86/resample : Remove obsolete MMXEXT functions

    11 juin 2022, par Andreas Rheinhardt
    swresample/x86/resample : Remove obsolete MMXEXT functions
    

    x64 always has MMX, MMXEXT, SSE and SSE2 and this means
    that some functions for MMX, MMXEXT, SSE and 3dnow are always
    overridden by other functions (unless one e.g. explicitly
    disables SSE2). So given that the only systems which benefit
    from the MMXEXT resamplers (which are overridden by SSE2)
    are truely ancient 32bit x86s they are removed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswresample/x86/resample.asm
    • [DH] libswresample/x86/resample_init.c
  • avcodec/Makefile : Remove obsolete dependency of eatqi dec on rl.o

    27 avril 2021, par Andreas Rheinhardt
    avcodec/Makefile : Remove obsolete dependency of eatqi dec on rl.o
    

    Unnecessary since 6e8fcd9c5624c1a89e49803de9e10562ace61b6a.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/Makefile