Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

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 (5698)

  • avformat/utils : free existing extradata before trying to allocate a new one

    6 mars 2018, par James Almer
    avformat/utils : free existing extradata before trying to allocate a new one
    

    This prevents leaks in the rare cases the function is called when extradata
    already exists.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/utils.c
  • avcodec/tscc : Don't free uninitialized z_stream

    5 mai 2021, par Andreas Rheinhardt
    avcodec/tscc : Don't free uninitialized z_stream
    

    It is not documented to be safe to call inflateEnd() on a z_stream
    that has not been successfully initialized via inflateInit() ; so
    record whether it has been successfully initialized.

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

    • [DH] libavcodec/tscc.c
  • avcodec/pgssubdec : Free subtitle on error

    4 janvier 2020, par Michael Niedermayer
    avcodec/pgssubdec : Free subtitle on error
    

    Fixes : Assertion failure
    Fixes : 19753/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PGSSUB_fuzzer-5688461843759104

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pgssubdec.c