Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (99)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (15421)

  • avcodec/h2645_sei : Remove dead checks

    5 mai 2024, par Michael Niedermayer
    avcodec/h2645_sei : Remove dead checks
    

    Fixes : CID1596534 Dereference after null check

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h2645_sei.c
  • avfilter/vf_huesaturation : Remove dead store

    18 novembre 2021, par Andreas Rheinhardt
    avfilter/vf_huesaturation : Remove dead store
    

    Fixes Coverity issue #1493345.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_huesaturation.c
  • avcodec/gdv : Remove dead check

    5 novembre 2020, par Andreas Rheinhardt
    avcodec/gdv : Remove dead check
    

    At the end of its decode function, the decoder sets *got_frame to 1 and
    then checks whether ret is < 0 ; if so, it is returned, otherwise
    avpkt->size is. But it is impossible for ret to be < 0 here and if it
    were, it would be nonsense to set *got_frame to 1 before this. Therefore
    just return avpkt->size unconditionally.

    Fixes Coverity issue #1439730.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/gdv.c