Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (41)

  • 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

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (4594)

  • rtpenc_mpegts : Free the right ->pb in the error path in the init function

    9 mars 2015, par Martin Storsjö
    rtpenc_mpegts : Free the right ->pb in the error path in the init function
    

    This fixes a typo from 8e32b1f096.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpenc_mpegts.c
  • avformat/mov : free stream_info when the surrounding array is freed

    8 décembre 2024, par Michael Niedermayer
    avformat/mov : free stream_info when the surrounding array is freed
    

    Fixes : memleak
    Fixes : 378408474/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5699368121860096

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • avcodec/nvdec : don't free NVDECContext->bitstream

    6 février 2024, par James Almer
    avcodec/nvdec : don't free NVDECContext->bitstream
    

    Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
    instead. Otherwise, if FFHWAccel->end_frame() isn't called before
    FFHWAccel->uninit(), an attempt to free a stale pointer to memory not owned by
    the hwaccel could take place.

    Reviewed-by : Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvdec_h264.c
    • [DH] libavcodec/nvdec_hevc.c