Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (106)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9226)

  • lavfi/f_sendcmd : clear Command on alloc failure

    29 janvier, par Marvin Scholz
    lavfi/f_sendcmd : clear Command on alloc failure
    

    If the command array failed to allocate, the current parsed
    Command has to be cleared, else memory allocated for it
    would be leaked.

    Fix CID 1638635

    • [DH] libavfilter/f_sendcmd.c
  • fate : Fix test name for pixfmts tests

    20 avril 2015, par Timothy Gu
    fate : Fix test name for pixfmts tests
    

    The last pixel format gets leaked as `$test` further down the pipeline.

    See for example https://fate.libav.org/x86_32-netbsd-clang-no-inline-asm/20150420020104
    Note the odd test names like “yuvj444p.”

    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] tests/fate-run.sh
  • avcodec/qsvenc : Fix leak of A53 data

    25 septembre 2021, par Andreas Rheinhardt
    avcodec/qsvenc : Fix leak of A53 data
    

    Up until now, it has only been freed when the QSVFrame is reused,
    so that the last one contained in it leaked at the end.

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

    • [DH] libavcodec/qsvenc.c