Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (103)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8850)

  • avcodec/x86/hpeldsp_init : Use ff_avg_pixels16_mmxext

    30 mai, par Andreas Rheinhardt
    avcodec/x86/hpeldsp_init : Use ff_avg_pixels16_mmxext
    

    avg_pixels_tab[0][0] does the same as avg_no_rnd_pixels_tab[0].

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

    • [DH] libavcodec/x86/hpeldsp_init.c
  • avformat/wtvdec : Don't truncate GUIDs

    12 septembre 2023, par Andreas Rheinhardt
    avformat/wtvdec : Don't truncate GUIDs
    

    Each of the 16 bytes of a GUID is written as a two-character
    hex value and three hyphens, leading to a length of 35.
    GCC 13 emits a -Wformat-truncation= warning because of this.

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

    • [DH] libavformat/wtvdec.c
  • avcodec/dynamic_hdr10_plus : check size before using it

    13 septembre 2021, par Limin Wang
    avcodec/dynamic_hdr10_plus : check size before using it
    

    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/dynamic_hdr10_plus.c