Recherche avancée

Médias (91)

Autres articles (99)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (13828)

  • Revision 31645 : Vraiment, la recherche d’un fichier avec une RegExp, c’est très très très ...

    18 septembre 2009, par real3t@… — Log

    Vraiment, la recherche d’un fichier avec une RegExp ?, c’est très très très lent ! (pour 34 sites, passage de 28 secondes à "instantané")
    Est-ce que ça marche encore pour ceux qui utilisent des liens symboliques ?

  • Revision 99893f2410 : Apply finer quantizer to partition search frames in non-RD flow This commit opt

    29 mars 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_ratectrl.c



    Apply finer quantizer to partition search frames in non-RD flow

    This commit optimizes the bit allocation for the non-RD coding flow.
    It applies slightly better quantizer to the frames, where all blocks
    run a non-RD partition search. Such frames typically have better
    rate-distortion trade off, thus improving the reconstruction quality
    for next few frames reference at reasonably low increment in rate
    cost.

    The coding performance for rtc set at speed -5 with error-resilient
    tuned on and rate control set as cbr is improved by 19.58%. It improved
    the coding speed by about 10% for a portion of local test clips.

    Change-Id : I9d56696cd4359dc8136ca10aff10fff05aaa2686

  • Revision 7e6d851675 : Merge "Apply max intra block size condition to non-RD mode decision"

    25 avril 2014, par Jingning Han

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



    Merge "Apply max intra block size condition to non-RD mode decision"