Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (61)

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

  • avformat/rtsp : free the alloc memory if failed

    5 décembre 2021, par Limin Wang
    avformat/rtsp : free the alloc memory if failed
    

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/rtsp.c
  • doc/examples/qsv_transcode : Initialize pointer before free

    24 avril 2024, par Michael Niedermayer
    doc/examples/qsv_transcode : Initialize pointer before free
    

    Fixees : CID1517023 Uninitialized pointer read

    Sponsored-by : Sovereign Tech Fund
    Reviewed-by : "Xiang, Haihao" <haihao.xiang@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/examples/qsv_transcode.c
  • ffmpeg_opt : free incorrect priv_data for feed stream

    7 novembre 2014, par Lukasz Marek
    ffmpeg_opt : free incorrect priv_data for feed stream
    

    new_output_stream creates a codec context with arbitraty picked codec.
    Later data is updated, but priv_data are left alone.
    There is a bit chance there is a mismatch between codecs.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg_opt.c