Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (67)

  • 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 tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

Sur d’autres sites (7874)

  • How to fix cannot play this video android form url

    21 juillet 2017, par ARR.s

    I upload video form recorded by my device

    and I get url form my server http....mp4 to show in videoview

    but it’s not work

    and I try sent video form download other web ,server sent url and this url is work in videoview !

    My problem : How to convert my mp4 form recorded by my device

    and I search internet ,get answer is FFMPEG but I have no idea to set it in android studio to convert my video before sent to server

  • avformat/asfdec_o : Don't reset twice

    17 septembre 2019, par Andreas Rheinhardt
    avformat/asfdec_o : Don't reset twice
    

    A variable has been assigned a value twice consecutively ; essentially
    the same happens when one performs av_init_packet on an AVPacket after
    a call to av_packet_unref.

    Found via PVS-Studio (see ticket #8156).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/asfdec_o.c
  • avfilter/vf_deshake : fix loss of precission with odd resolutions

    16 avril 2014, par Michael Niedermayer
    avfilter/vf_deshake : fix loss of precission with odd resolutions
    

    Fixes part of Ticket3466
    Found-by : Andrey_Karpov / PVS-Studio
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_deshake.c