Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (94)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7005)

  • yadif : restore speed of the C filtering code

    10 mars 2013, par James Darnley
    yadif : restore speed of the C filtering code
    

    Always use the special filter for the first and last 3 columns (only).

    Changes made in 64ed397 slowed the filter to just under 3/4 of what it
    was. This commit restores the speed while maintaining identical output.

    For reference, on my Athlon64 :
    1733222 decicycles in old
    2358563 decicycles in new
    1727558 decicycles in this

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavfilter/vf_yadif.c
    • [DBH] libavfilter/x86/vf_yadif_init.c
    • [DBH] libavfilter/yadif.h
  • Revision 7c134bc0cd : Merge "Reworked the auto_mv_step_size speed feature"

    23 juillet 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Merge "Reworked the auto_mv_step_size speed feature"

  • avcodec/snowenc : convert speed relevant asserts to av_assert2()

    21 juillet 2013, par Michael Niedermayer
    avcodec/snowenc : convert speed relevant asserts to av_assert2()
    

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

    • [DH] libavcodec/snowenc.c