Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (57)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (14747)

  • avfilter/vf_xmedian : Free inpads' names generically

    11 août 2021, par Andreas Rheinhardt
    avfilter/vf_xmedian : Free inpads' names generically
    

    This affects only the xmedian filter, not tmedian.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_xmedian.c
  • avformat/segment : Free SegmentListEntries in deinit, not write_trailer

    5 septembre 2020, par Andreas Rheinhardt
    avformat/segment : Free SegmentListEntries in deinit, not write_trailer
    

    This fixes leaks when the trailer is never written.

    Reviewed-by : Ridley Combs <rcombs@rcombs.me>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/segment.c
  • avformat/oggparseopus : Free opus extradata before reallocating.

    28 novembre 2017, par Dale Curtis
    avformat/oggparseopus : Free opus extradata before reallocating.
    

    Otherwise ff_alloc_extradata() just leaks any existing allocated
    memory.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/oggparseopus.c