Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (43)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (5540)

  • libx264 : Update ROI behaviour to match documentation

    4 juin 2019, par Mark Thompson
    libx264 : Update ROI behaviour to match documentation
    

    Fix the quantisation offset - use the whole range, and don't change the
    offset size based on bit depth.

    Iterate the list in reverse order. The first region in the list is the one
    that applies in the case of overlapping regions.

    • [DH] libavcodec/libx264.c
  • avcodec/vvcdec : refact, rename !is_mvp to check_mer

    22 février 2024, par Nuo Mi
    avcodec/vvcdec : refact, rename !is_mvp to check_mer
    

    For IBC, we'll utilize the check_available function.
    However, neither MVP nor merge mode need to check the motion estimation region.
    Let's rename it to avoid confusion.

    • [DH] libavcodec/vvc/vvc_mvs.c
  • avutil/attributes_internal : Add visibility pragma

    3 octobre 2022, par Andreas Rheinhardt
    avutil/attributes_internal : Add visibility pragma
    

    GCC 4.0 not only added a visibility attribute, but also
    a pragma to set it for a whole region of code.*
    This commit exposes this via macros.

    * : See https://gcc.gnu.org/gcc-4.0/changes.html

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/attributes_internal.h