Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (13917)

  • avcodec : add internal side data wrappers

    17 février 2024, par Niklas Haas
    avcodec : add internal side data wrappers
    

    The signature of these wrappers is more complicated due to a need to
    distinguish between "failed allocating side data" and "side data was
    already present".

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/decode.c
    • [DH] libavcodec/decode.h
  • avutil/internal : Move FF_MEMORY_POISON to its only user

    28 mars 2024, par Andreas Rheinhardt
    avutil/internal : Move FF_MEMORY_POISON to its only user
    

    Namely mem.c.

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

    • [DH] libavutil/internal.h
    • [DH] libavutil/mem.c
  • avutil/half2float : move tables to header-internal structs

    9 août 2022, par Timo Rothenpieler
    avutil/half2float : move tables to header-internal structs
    

    Having to put the knowledge of the size of those arrays into a multitude
    of places is rather smelly.

    • [DH] libavcodec/exr.c
    • [DH] libavcodec/exrenc.c
    • [DH] libavcodec/pnm.h
    • [DH] libavcodec/pnmdec.c
    • [DH] libavcodec/pnmenc.c
    • [DH] libavutil/float2half.h
    • [DH] libavutil/half2float.h