Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (70)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8667)

  • av(codec|device) : Don't cast pointers to int

    20 novembre 2021, par Andreas Rheinhardt
    av(codec|device) : Don't cast pointers to int
    

    C99/C11 6.3.2.3 5 : "Any pointer type may be converted to an integer
    type. [...] If the result cannot be represented in the integer type,
    the behavior is undefined." So stop casting pointers to int ; use
    uintptr_t instead.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/x86/h264_qpel.c
    • [DH] libavcodec/x86/me_cmp_init.c
    • [DH] libavcodec/x86/mpegvideoenc_template.c
    • [DH] libavdevice/xcbgrab.c
  • avcodec/d3d12va_h264 : cast mapped_data to void* before passing it to mapped_data()

    24 janvier 2024, par James Almer
    avcodec/d3d12va_h264 : cast mapped_data to void* before passing it to mapped_data()
    

    Fixes -Wincompatible-pointer-types warnings.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/d3d12va_h264.c
  • avcodec/d3d12va_hevc : cast mapped_data to void* before passing it to mapped_data()

    24 janvier 2024, par James Almer
    avcodec/d3d12va_hevc : cast mapped_data to void* before passing it to mapped_data()
    

    Fixes -Wincompatible-pointer-types warnings.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/d3d12va_hevc.c