Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (99)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • http: Properly initialize icy headers string

    12 mars 2014, par Alessandro Ghedini
    http: Properly initialize icy headers string
    

    The icy_metadata_headers string never gets initialized, so,
    during the first call to av_strlcatf() in parse_icy(),
    strlen() will be called on a pointer to uninitialized memory.
    At best this causes some garbage data to be left at the
    start of the string.

    By initializing icy_metadata_headers to the empty string, the
    first call to strlen() will always return 0, so that data is
    appended from the start of the string.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/http.c
  • avformat/http: Fix Out-of-Bounds access in process_line()

    13 février 2019, par Wenxiang Qian
    avformat/http: Fix Out-of-Bounds access in process_line()
    

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

    • [DH] libavformat/http.c
  • avformat/http: fix memory leak in parse_cookie.

    11 janvier 2018, par Richard Shaffer
    avformat/http: fix memory leak in parse_cookie.
    

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

    • [DH] libavformat/http.c