Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (96)

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

  • avfilter/vf_scale : split the scale_frame function from filter_frame for activate...

    7 septembre 2019, par Limin Wang
    avfilter/vf_scale : split the scale_frame function from filter_frame for activate function support
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_scale.c
  • avformat/img2dec : fix unable to find svg format when the svg resources start with...

    9 mars 2023, par Wang Yaqiang
    avformat/img2dec : fix unable to find svg format when the svg resources start with "<svg" or "< !—"
    

    svg is xml, but < ?xml is not required,
    it can start with <svg and can have multiple empty lines,
    or start with < !— include some comments,
    but must first line if start with < ?xml.

    Signed-off-by : Wang Yaqiang <wangyaqiang03@kuaishou.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/img2dec.c
  • avformat/rawvideodec : Disable option accidentally added for v210(x)

    8 janvier 2022, par Andreas Rheinhardt
    avformat/rawvideodec : Disable option accidentally added for v210(x)
    

    41f213c3bf629d549400e935e7f123e6cfa959ab accidentally added
    an unused pixel_format option to the v210(x) demuxers.
    Remove it before it really becomes part of the API.

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

    • [DH] libavformat/rawvideodec.c