Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (54)

  • 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

  • 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

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

  • avfilter/af_sidechaincompress : Free out frame on error

    3 février 2016, par Michael Niedermayer
    avfilter/af_sidechaincompress : Free out frame on error
    

    Fix memleak
    Fixes CID1197065 part 2

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

    • [DH] libavfilter/af_sidechaincompress.c
  • avformat/imf : fix bad free() when directory name of the input url is empty

    3 janvier 2022, par Pierre-Anthony Lemieux
    avformat/imf : fix bad free() when directory name of the input url is empty
    

    Signed-off-by : Pierre-Anthony Lemieux <pal@palemieux.com>
    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/imfdec.c
  • avformat/movenc : Free old vos_data before overwriting it

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Free old vos_data before overwriting it
    

    Otherwise the old data leaks whenever extradata needs to be rewritten
    (e.g. when encoding FLAC with our encoder that sends an updated
    extradata packet at the end).

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

    • [DH] libavformat/movenc.c