Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (79)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7422)

  • avcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight...

    27 avril 2015, par Shivraj Patil
    avcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions
    

    Reviewed-by : Nedeljko Babic <Nedeljko.Babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264dsp.c
    • [DH] libavcodec/h264dsp.h
    • [DH] libavcodec/mips/Makefile
    • [DH] libavcodec/mips/h264dsp_init_mips.c
    • [DH] libavcodec/mips/h264dsp_mips.h
    • [DH] libavcodec/mips/h264dsp_msa.c
    • [DH] libavutil/mips/generic_macros_msa.h
  • 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