Recherche avancée

Médias (91)

Autres articles (97)

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

  • avcodec/libkvazaar : Increase array size

    6 décembre 2021, par Andreas Rheinhardt
    avcodec/libkvazaar : Increase array size
    

    av_image_copy() expects an array of four pointers according to its
    declaration ; although it currently only touches pointers that
    are actually in use (depending upon the pixel format) this might
    change at any time (as has already happened for the linesizes
    in d7bc52bf456deba0f32d9fe5c288ec441f1ebef5).

    This fixes a -Wstringop-overflow= warning with GCC 11.2.

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

    • [DH] libavcodec/libkvazaar.c
  • avcodec/libopenh264dec : Increase array sizes, fix stack-buffer overread

    6 décembre 2021, par Andreas Rheinhardt
    avcodec/libopenh264dec : Increase array sizes, fix stack-buffer overread
    

    av_image_copy() expects an array of four pointers and linesizes
    according to its declaration ; it currently only pointers that are
    actually in use (depending upon the pixel format), but this might
    change at any time. It has already happened for the linesizes in
    d7bc52bf456deba0f32d9fe5c288ec441f1ebef5 and so increasing their
    array fixes a stack-buffer overread.

    This fixes a -Wstringop-overflow= and -Wstringop-overread warning
    from GCC 11.2.

    Reviewed-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libopenh264dec.c
  • Revert "avfilter/vf_idet : reduce noisyness if the filter has been auto inserted"

    7 octobre 2021, par Andreas Rheinhardt
    Revert "avfilter/vf_idet : reduce noisyness if the filter has been auto inserted"
    

    This reverts commit 723c37d3b7b5555f23bfdfe3e5c3599543c06332.
    Said commit was in preparation for auto-inserting the idet filter.
    This has never happened ; even if it did, the code is wrong, because
    it segfaults if the filter instance doesn't have a name (having one
    is not mandatory). Furthermore, it is documented for libavfilter to
    not assign any semantics to the name, which this check violates.

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

    • [DH] libavfilter/vf_idet.c