Recherche avancée

Médias (91)

Autres articles (102)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10904)

  • tests/avstring : free the pointer after calls to av_d2str()

    22 décembre 2016, par James Almer
    tests/avstring : free the pointer after calls to av_d2str()
    

    Fixes memleaks.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/tests/avstring.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
  • 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