Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (55)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

Sur d’autres sites (9182)

  • avformat/rtsp : Check number of streams in sdp_parse_line()

    25 janvier 2019, par Michael Niedermayer
    avformat/rtsp : Check number of streams in sdp_parse_line()
    

    Fixes : OOM

    Found-by : Michael Hanselmann <public@hansmi.ch>
    Reviewed-by : Michael Hanselmann <public@hansmi.ch>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtsp.c
  • pthread_frame : do not attempt to unlock a mutex on the wrong thread

    23 mars 2017, par wm4
    pthread_frame : do not attempt to unlock a mutex on the wrong thread
    

    async_mutex has is used in a very strange but intentional way : it is
    locked by default, and unlocked only in regions that can be run
    concurrently.

    If the user was calling API functions to the same context from different
    threads (in a safe way), this could unintentionally unlock the mutex on
    a different thread than the previous lock operation. It’s not allowed by
    the pthread API.

    Fix this by emulating a binary semaphore using a mutex and condition
    variable. (Posix semaphores are not available on all platforms.)

    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pthread_frame.c
  • avformat/hlsenc : add option hls_init_time to set init hls window segment duration

    27 août 2016, par Steven Liu
    avformat/hlsenc : add option hls_init_time to set init hls window segment duration
    

    recover segments duration time by hls_time after init hls window.
    This is reuqested by Ibrahim Tachijian

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hlsenc.c