Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (37)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • hwcontext_vulkan : free temporary array once unneeded

    13 juin 2023, par Lynne
    hwcontext_vulkan : free temporary array once unneeded
    

    Fixes a small memory leak.
    This also prevents leaks on malloc/mutex init errors.

    • [DH] libavutil/hwcontext_vulkan.c
  • avformat/iamfdec : free superfluous objects

    23 janvier 2024, par James Almer
    avformat/iamfdec : free superfluous objects
    

    The AVIAMFAudioElement and AVIAMFMixPresentation that are ultimately used
    are allocated by ff_iamfdec_read_descriptors().

    Fixes some memory leaks reported by Valgrind.

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

    • [DH] libavformat/iamfdec.c
  • avfilter/vf_zoompan : free out AVFrame on failure

    12 mai 2015, par Michael Niedermayer
    avfilter/vf_zoompan : free out AVFrame on failure
    

    Fixes : CID1197065

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_zoompan.c