Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (3)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (1463)

  • Revision 85640f1c9d : vp9 : remove unnecessary wait w/threaded loopfilter the final macroblock rows ar

    22 août 2013, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    vp9 : remove unnecessary wait w/threaded loopfilter

    the final macroblock rows are scheduled in the main thread. prior to
    this change one additional macroblock row would be scheduled in the
    worker forcing the main thread to wait before finishing.

    Change-Id : I05f3168e5c629b898fcebb0d77eb6d6a90d6105e

  • configure : Fix check_exec_crash for ICL support

    25 mai 2013, par Laurent
    configure : Fix check_exec_crash for ICL support
    

    Change the check_exec_crash test to use a function pointer instead of
    simply calling the function. The EBP availability test will crash when
    compiled with ICL likely due to compiler optimization shenanigans.

    Originally the check_exec_crash code was moved out of main to fix a
    problem with gcc’s treatment of non-leaf main on x86_32. Libav already
    moved the code out of main but the addition of the function pointer will
    prevent any inlining which fixes the remaining problem.

    A function pointer is used since it is compiler agnostic (as opposed to
    say __attribute__ ((noinline)) which would only work with gcc compatible
    compilers).

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure
  • Improve description of encoding preset equivalents.

    15 novembre 2014, par Erik de Castro Lopo
    Improve description of encoding preset equivalents.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] man/flac.1
    • [DH] man/flac.sgml
    • [DH] src/flac/main.c