Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (58)

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

  • ffmpeg video editor library is free to use in android ?

    7 juillet 2015, par Rank Mayur

    I am developing video editor app. and i go through ffmpeg library and it’s demo. It is really nice to use. but my question is it free to use ? and if not then is there any other way for video editor like crop video, replace audio, etc.

  • lavfi/af_adeclick : fix double free after ff_filter_frame fail

    19 août 2019, par Jun Zhao
    lavfi/af_adeclick : fix double free after ff_filter_frame fail
    

    ff_filter_frame fail will free the frame, so we just returen after this
    function fail.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/af_adeclick.c
  • aacdec : free frame buffer if no audio was decoded

    4 mai 2013, par Hendrik Leppkes
    aacdec : free frame buffer if no audio was decoded
    

    If no decoding error was detected, but still no audio was decoded, the
    frame needs to be free’ed, or it will leak.

    Fixes part of ticket #2095

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

    • [DH] libavcodec/aacdec.c