Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (39)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (6168)

  • avfilter/vf_signature : Fix leak of string upon error

    25 août 2020, par Andreas Rheinhardt
    avfilter/vf_signature : Fix leak of string upon error
    

    If an error happens between allocating a string intended to be used as
    an inpad's name and attaching it to its input pad, the string leaks.
    Fix this by inserting the inpad directly after allocating its string.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/vf_signature.c
  • avformat/dashenc : Fix leak of AVFormatContext on error

    7 janvier 2020, par Andreas Rheinhardt
    avformat/dashenc : Fix leak of AVFormatContext on error
    

    The Dash muxer uses submuxers and when one such submuxer has been allocated,
    it is initially only stored in a temporary variable. Therefore it leaks
    if an error happens between the allocation and storing it permanently.
    This commit changes this.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Reviewed-by : "Jeyapal, Karthick" <kjeyapal@akamai.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dashenc.c
  • rtmp : Always call rtmp_close() on rtmp_open() failure

    18 octobre 2014, par Alexander Drozdov
    rtmp : Always call rtmp_close() on rtmp_open() failure
    

    Prevent possible memory leaks.

    Connect to nginx and request a non-existent resource to
    trigger the issue.

    CC : libav-stable@libav.org

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Uwe L. Korn <uwelk@xhochy.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/rtmpproto.c