Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

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

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Revision 6201a256f4 : Merge "configure : append —extra-cflags to final set"

    28 août 2015, par James Zern

    Merge "configure : append —extra-cflags to final set"

  • avformat/rtpdec_asf : fix leak in ff_wms_parse_sdp_a_line()

    29 juin, par Lidong Yan
    avformat/rtpdec_asf : fix leak in ff_wms_parse_sdp_a_line()
    

    In ff_wms_parse_sdp_a_line(), it allocates memory in buf, but doesn't
    free buf when avformat_alloc_context() failed. Add av_free(buf) before
    return to prevent from leak.

    Signed-off-by : Lidong Yan <502024330056@smail.nju.edu.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtpdec_asf.c
  • lavc/bsf : fix memory leak after av_dict_parse_string fail

    1er janvier 2020, par Jun Zhao
    lavc/bsf : fix memory leak after av_dict_parse_string fail
    

    In case of failure, all the successfully set entries are stored in
    *pm. We need to manually free the created dictionary to avoid
    memory leak.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavcodec/bsf.c