Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (67)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11780)

  • Revision 104616 : Version 1.2.2 (2017-05-23) - Lorsque deux (ou plus) formulaires utilisant ...

    23 mai 2017, par kent1@… — Log

    Version 1.2.2 (2017-05-23)
    - Lorsque deux (ou plus) formulaires utilisant mutilang sont dans la même page, l’un des deux perdait la fonctionnalité de numéro de titre, exemple sur la page de rubrique ayant un document, le document perdait cette fonctionnalité.
    - remplacer les .find(’li.editer_titre_numero,div.editer_titre_numero’) par .find(’.editer_titre_numero’) qui suffisent.
    - Passer pour la forme la version de schema en 3 chiffres.

  • dvenc : fix 2x4x8 (interlaced) weight table

    30 janvier 2015, par Christophe Gisquet
    dvenc : fix 2x4x8 (interlaced) weight table
    

    Since the decoder has been fixed to output something similar to
    other implementations, the encoder weight table needed this fix.

    Reference PSNR values on a progressive sequence (from tiny_psnr)
    from a chained encoding and decoding :
    Full progressive : stddev : 0.74 PSNR : 50.69 MAXDIFF : 19
    Before : stddev : 1.43 PSNR : 44.97 MAXDIFF : 17
    This patch : stddev : 0.76 PSNR : 50.44 MAXDIFF : 14

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

    • [DH] libavcodec/dvenc.c
  • Revision 5e935126a6 : Add intra complexity and brightness weight to first pass. The aim of this patch

    4 novembre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_firstpass.h



    Add intra complexity and brightness weight to first pass.

    The aim of this patch is to apply a positive weighting to
    frames that have a significant number of blocks that are
    of low spatial complexity and are dark. The rationale behind
    this is that artifacts tend to be more visible in such frames.

    In this patch the weight is only applied in regard to the distribution
    of bits between frames. Hence if all the frames share similar
    characteristics (as is the case for most of our short test clips) there
    will be little or no net effect.

    However, the effect can be seen on some longer form test content.

    For example Tears of steel baseline test :
    2323.09 Kbit/s opsnr 39.915 ssim 74.729
    With this patch :-
    2213.34 Kbit/s opsnr 39.963 ssim 74.808
    (Sligtly better metrics and about 5% smaller)

    The weighting may well need some further tuning along side changes
    to the aq modes.

    Change-Id : Ieced379bca03938166ab87b2b97f55d94948904c