Advanced search

Medias (91)

Other articles (19)

  • Keeping control of your media in your hands

    13 April 2011, by

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Creating farms of unique websites

    13 April 2011, by

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things): implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Submit bugs and patches

    13 April 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information: the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

On other websites (5690)

  • doc/APIchanges: fix typo in version number

    22 May 2020, by Anton Khirnov
    doc/APIchanges: fix typo in version number
    
    • [DH] doc/APIchanges
  • libswresample: check input to swr_convert_frame for NULL

    7 July 2017, by hexpointer
    libswresample: check input to swr_convert_frame for NULL
    

    When 'out' is an AVFrame that does not have buffers preallocated,
    swr_convert_frame tries to allocate buffers of the right size. However
    in calculating this size it failed to check for whether 'in' is NULL
    (requesting that swr's internal buffers are to be flushed).

    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/swresample_frame.c
  • hls: fix a null pointer dereference

    16 February 2015, by wm4
    hls: fix a null pointer dereference
    

    Not allocating the pls->ctx will crash in libavformat/hls.c:1410, where
    it tries to dereference the field.

    Sample: http://ec24.rtp.pt/liverepeater/rtpn.smil/playlist.m3u8

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/hls.c