Recherche avancée

Médias (91)

Autres articles (74)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5757)

  • lavf/rtmpcrypt : Add a cast to silence an unavoidable warning.

    16 avril 2018, par Carl Eugen Hoyos
    lavf/rtmpcrypt : Add a cast to silence an unavoidable warning.
    

    The av_rc4_crypt() documentation allows src == dst.

    Silences the following warning :
    libavformat/rtmpcrypt.c:304:36 : warning : passing argument 2 of 'av_rc4_crypt' discards 'const' qualifier from pointer target type

    Reported-by : Reino Wijnsma

    • [DH] libavformat/rtmpcrypt.c
  • swscale/rgb2rgb : Don't cast const away

    25 juillet 2022, par Andreas Rheinhardt
    swscale/rgb2rgb : Don't cast const away
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswscale/rgb2rgb.c
  • avcodec/gif : Remove redundant cast

    25 juillet 2022, par Andreas Rheinhardt
    avcodec/gif : Remove redundant cast
    

    Possible since 529a9893d769f381b72785c500662be2020da5fe.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/gif.c