Recherche avancée

Médias (91)

Autres articles (90)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (4956)

  • qsv{dec,enc} : always use an internal mfxFrameSurface1

    9 août 2016, par Anton Khirnov
    qsvdec,enc : always use an internal mfxFrameSurface1
    

    For encoding, this avoids modifying the input surface, which we are not
    allowed to do.
    This will also be useful in the following commits.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavcodec/qsv_internal.h
    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvenc.c
  • libavcodec : add AV_HWACCEL_ALLOW_HIGH_DEPTH flag

    19 décembre 2014, par Rémi Denis-Courmont
    libavcodec : add AV_HWACCEL_ALLOW_HIGH_DEPTH flag
    

    This can be used by the application to signal its ability to cope with
    video surface of types other than 8-bits YUV 4:2:0.

    Signed-off-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/version.h
  • hwcontext_vaapi : add a quirk for the missing MemoryType attribute

    30 septembre 2016, par Anton Khirnov
    hwcontext_vaapi : add a quirk for the missing MemoryType attribute
    

    The Intel binary iHD driver does not support the
    VASurfaceAttribMemoryType, so surface allocation will fail when using
    it.

    (cherry picked from commit 2124711b950b03c582a119c75f52a87acc32d6ec)

    • [DH] doc/APIchanges
    • [DH] libavutil/hwcontext_vaapi.c
    • [DH] libavutil/hwcontext_vaapi.h
    • [DH] libavutil/version.h