Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (61)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • 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