Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • 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.

Sur d’autres sites (10050)

  • avcodec/mjpegdec : Fix leak in case of invalid external Huffman tables

    3 avril 2021, par Andreas Rheinhardt
    avcodec/mjpegdec : Fix leak in case of invalid external Huffman tables
    

    When using external Huffman tables fails during init, the decoder
    reverts back to using the default Huffman tables ; and when doing so,
    the current VLC tables leak because init_default_huffman_tables()
    doesn't free them before overwriting them.

    Sample :
    samples.ffmpeg.org/archive/all/avi+mjpeg+pcm_s16le++mjo-^interlace.avi

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mjpegdec.c
  • fftools/ffmpeg_filter : fix leak of AVIOContext in read_binary()

    28 avril 2023, par James Almer
    fftools/ffmpeg_filter : fix leak of AVIOContext in read_binary()
    

    It was only being freed on failure.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] fftools/ffmpeg_filter.c
  • avformat/dashdec : Fix leak of AVDictionary on error

    7 septembre 2020, par Andreas Rheinhardt
    avformat/dashdec : Fix leak of AVDictionary on error
    

    Just postpone the allocation of the dict until it is really needed
    (after the checks that can fail).

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/dashdec.c