Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (57)

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

  • Revision 4d3c3be6ba : examples : fix memory leak Free used resources before exiting. Change-Id : If6cd

    14 juillet 2012, par John Koleszar

    Changed Paths : Modify /examples/encoder_tmpl.txt Modify /examples/twopass_encoder.txt examples : fix memory leak Free used resources before exiting. Change-Id : If6cde6541615fbf17bf56ed335b76e676eabba93

  • lavf/tee : fix side data double free.

    10 octobre 2015, par Nicolas George
    lavf/tee : fix side data double free.
    

    Similar to 33fefdb44.
    Fix trac ticket #4921.

    Signed-off-by : Nicolas George <george@nsup.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/tee.c
  • avdevice/lavfi : Properly free an AVDictionary

    2 décembre 2021, par Andreas Rheinhardt
    avdevice/lavfi : Properly free an AVDictionary
    

    It is not documented that freeing the last (and only) entry of
    an AVDictionary frees the dictionary.

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

    • [DH] libavdevice/lavfi.c