Recherche avancée

Médias (91)

Autres articles (29)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

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

Sur d’autres sites (9814)

  • avutil/hwcontext_vulkan : stop checking for deprecated and removed flag

    28 mars, par llyyr
    avutil/hwcontext_vulkan : stop checking for deprecated and removed flag
    

    AV_VK_FRAME_FLAG_CONTIGUOUS_MEMORY was deprecated in e0f2d2e70228d022195afccc057bd6dc8b688c21
    and removed in 09a57602991d47011247f2683f32a53255adcf09

    Fixes : e0f2d2e70228d022195afccc057bd6dc8b688c21
    Fixes : 09a57602991d47011247f2683f32a53255adcf09

    • [DH] libavutil/hwcontext_vulkan.c
  • configure : Include time.h when checking for gmtime_r and localtime_r

    10 avril 2019, par Martin Storsjö
    configure : Include time.h when checking for gmtime_r and localtime_r
    

    These functions are available in time.h (conditional on posix thread
    safe functions) on mingw.

    Previously, these functions weren't detected by configure, and
    libavutil/time_internal.h provided replacements, even if time.h
    actually contained definitions of them.

    These mingw inline functions are currently defined as
    "extern __inline __attribute__((__gnu_inline__))". In this case,
    redefining a new static inline version of the same function with the
    same name is tolerated.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • avformat/hlsenc : Redo checking for strftime %s support to avoid warnings

    5 mars 2024, par Andreas Rheinhardt
    avformat/hlsenc : Redo checking for strftime %s support to avoid warnings
    

    This is intended to avoid -Wformat= warnings on systems
    where %s might not be supported (and also generally emitted
    by GCC with -pedantic).

    Reviewed-by : Liu Steven <lq@chinaffmpeg.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/hlsenc.c