Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (16547)

  • 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