Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (44)

  • 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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

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

  • avdevice/lavfi : Fix double-free on error

    29 septembre 2023, par Andreas Rheinhardt
    avdevice/lavfi : Fix double-free on error
    

    After the AVFrame has been wrapped into a buffer,
    it is owned by the buffer and must not be freed manually
    any more. Yet this happens on subsequent errors.

    This bug was introduced in 6ca43a9675d651d7ea47c7ba2fafb1bf831c4d0b.

    Reviewed-by : Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavdevice/lavfi.c
  • librtmp : Don’t free the temp url at the end of rtmp_open

    4 juillet 2014, par Martin Storsjö
    librtmp : Don’t free the temp url at the end of rtmp_open
    

    librtmp can keep pointers to this string internally, and may
    use them at shutdown as well.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/librtmp.c
  • avcodec/h264 : Free rbsp_buffer before copying context over it

    25 août 2013, par Michael Niedermayer
    avcodec/h264 : Free rbsp_buffer before copying context over it
    

    Fixes memleak
    Fixes Ticket1900

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c