Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (52)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (4082)

  • libavdevice/gdigrab : fix capture of windows with non-ASCII titles

    20 mars 2021, par He Yang
    libavdevice/gdigrab : fix capture of windows with non-ASCII titles
    

    Properly convert the UTF-8 input string to Windows wchar, and
    utilize the wchar version of FindWindow.

    Signed-off-by : He Yang <1160386205@qq.com>

    • [DH] libavdevice/gdigrab.c
  • avcodec/mips : Use MMI marcos to replace Loongson3 instructions

    23 juillet 2021, par Jiaxun Yang
    avcodec/mips : Use MMI marcos to replace Loongson3 instructions
    

    Loongson3's extention instructions (prefixed with gs) are widely used
    in our MMI codebase. However, these instructions are not avilable on
    Loongson-2E/F while MMI code should work on these processors.

    Previously we introduced mmiutils marcos to provide backward compactbility
    but newly commited code didn't follow that. In this patch I revised the
    codebase and converted all these instructions into MMI marcos to get
    Loongson2 supproted again.

    Signed-off-by : Jiaxun Yang <jiaxun.yang@flygoat.com>
    Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264chroma_mmi.c
    • [DH] libavcodec/mips/h264dsp_mmi.c
    • [DH] libavcodec/mips/hevcdsp_mmi.c
    • [DH] libavcodec/mips/hpeldsp_mmi.c
    • [DH] libavcodec/mips/simple_idct_mmi.c
    • [DH] libavcodec/mips/vp3dsp_idct_mmi.c
    • [DH] libavcodec/mips/vp8dsp_mmi.c
    • [DH] libavcodec/mips/vp9_mc_mmi.c
  • avcodec/apng : Remove blending support for AV_PIX_FMT_ARGB

    2 juin 2015, par Donny Yang
    avcodec/apng : Remove blending support for AV_PIX_FMT_ARGB
    

    ARGB is not a supported PNG pixel format

    Signed-off-by : Donny Yang <work@kota.moe>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c