Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (59)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (10106)

  • ffmpeg_opt : free incorrect priv_data for feed stream

    7 novembre 2014, par Lukasz Marek
    ffmpeg_opt : free incorrect priv_data for feed stream
    

    new_output_stream creates a codec context with arbitraty picked codec.
    Later data is updated, but priv_data are left alone.
    There is a bit chance there is a mismatch between codecs.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg_opt.c
  • avcodec/aac/aacdec : Free channel layout

    24 décembre 2024, par Michael Niedermayer
    avcodec/aac/aacdec : Free channel layout
    

    Fixes : 371445194/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-5981081124274176
    Fixes : memleak

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/aac/aacdec.c
  • 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