Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (67)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9517)

  • lavfi/dnn_backend_tensorflow.c : fix mem leak in load_tf_model

    24 mars 2021, par Ting Fu
    lavfi/dnn_backend_tensorflow.c : fix mem leak in load_tf_model
    

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_tf.c
  • lavf/matroskaenc : Fix memory leak after write trailer

    4 avril 2019, par Jun Zhao
    lavf/matroskaenc : Fix memory leak after write trailer
    

    Fix memory leak after write trailer for #7827, only store a audio
    packet whose buffer has size greater than zero in cur_audio_pkt.

    Audio packets with size zero, but with side-data currently lead to
    memleaks, in the Matroska muxer, because they are not properly freed :

    They are currently put into an AVPacket in the MatroskaMuxContext to
    ensure that the necessary audio is always available for a new cluster,
    but are only written and freed when their size is > 0.

    As the only use we have for such packets consists in updating the
    CodecPrivate it makes no sense to store these packets at all and this
    is how this commit solves the memleak.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/matroskaenc.c
  • avfilter/vf_signalstats : fix avframe leak on error

    6 décembre 2014, par Michael Niedermayer
    avfilter/vf_signalstats : fix avframe leak on error
    

    Fixes CID1257014
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_signalstats.c