Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (55)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

Sur d’autres sites (8595)

  • metadata_object.c : Remove un-needed asserts

    10 juillet 2016, par Erik de Castro Lopo
    metadata_object.c : Remove un-needed asserts
    

    These asserts were being triggered by AFL (American Fuzzy Lop) and
    serve seemingly no useful purpose. The are only enabled in debug builds
    where they abort the program which is otherwise in a safe state.

    Removing these asserts will potentially allow AFL to turn up other
    problems elsewhere.

    • [DH] src/libFLAC/metadata_object.c
  • h264 : do not return on sidedata allocation failure

    22 août 2014, par Christophe Gisquet
    h264 : do not return on sidedata allocation failure
    

    Not having allocated it is not a good reason to leave the object
    in an undetermined state. Though a particular setting like the
    AV_EF_* flags could be useful to control that behaviour.

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

    • [DH] libavcodec/h264.c
  • Command line control when FFmpeg running [closed]

    8 septembre 2020, par Bi Ao

    I was running ffmpeg to convert video to another format, eg : ffmpeg -i INPUT.mp4 -c:v hevc OUTPUT.mp4.

    &#xA;

    The arguments of command line doesn't matter, the problem is when the program is running, I accidentaly pressed some gibberish on my keyboard, now ffmpeg keep outputing the information I don't need as the image below, my CPU is more painful now, the textarea even delaying when I typing in browser now.

    &#xA;

    Preview Image

    &#xA;

    How do I disable those output and get back to the normal state when ffmpeg just start ?

    &#xA;