Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (42)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10546)

  • rtmp : Always call rtmp_close() on rtmp_open() failure

    18 octobre 2014, par Alexander Drozdov
    rtmp : Always call rtmp_close() on rtmp_open() failure
    

    Prevent possible memory leaks.

    Connect to nginx and request a non-existent resource to
    trigger the issue.

    CC : libav-stable@libav.org

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Uwe L. Korn <uwelk@xhochy.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/rtmpproto.c
  • avcodec/qsvenc : Fix memleaks upon allocation errors

    9 septembre 2021, par Andreas Rheinhardt
    avcodec/qsvenc : Fix memleaks upon allocation errors
    

    Fixes leaks in case the allocation of the H.264-specific stuff fails.
    Fixes Coverity issues #1442911 and #1442914.

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

    • [DH] libavcodec/qsvenc.c
  • avformat/tls_openssl : don't use libcrypto locking functions with newer OpenSSL versions

    11 décembre 2019, par James Almer
    avformat/tls_openssl : don't use libcrypto locking functions with newer OpenSSL versions
    

    They have been removed altogether without a compat implementation, and are
    either no-ops or return NULL.
    This fixes compiler warnings about checks always evaluating to false, and leaks
    of allocated mutexes.

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

    • [DH] libavformat/tls_openssl.c