Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (86)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8457)

  • 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
  • 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
  • dnxhddata : correct weight tables

    25 septembre 2015, par Jeremy James
    dnxhddata : correct weight tables
    

    CID 1260 (as evidenced by incorrect decoding of a sample from ticket
    4876) seems to use incorrect weight tables. It appears those tables
    were not zigzag-scanned.

    Apply zigzag on weight tables for new CIDs 1258, 1259, and 1260, and
    fix an incorrect chroma table for CID 1256.

    Fixes last issue from ticket #4876.

    Found-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dnxhddata.c