Recherche avancée

Médias (91)

Autres articles (11)

  • Keeping control of your media in your hands

    13 avril 2011, par

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

  • Submit bugs and patches

    13 avril 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 (...)

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

Sur d’autres sites (3325)

  • lavc/h264_parse : stop including h264dec.h

    24 janvier 2022, par Anton Khirnov
    lavc/h264_parse : stop including h264dec.h
    

    It is unnecessary and only files that are parts of the decoder (as
    opposed to standalone code called by the decoder) are allowed to include
    h264dec.h

    • [DH] libavcodec/h264_parse.c
  • fftools/ffmpeg : stop including os_support.h

    25 mars 2023, par Anton Khirnov
    fftools/ffmpeg : stop including os_support.h
    

    It was added for usleep(), which
    - is not used in ffmpeg
    - is not handled in os_support.h anymore

    • [DH] fftools/ffmpeg.c
  • avfilter/drawtext : stop resource leak

    15 mai 2019, par Gyan Doshi
    avfilter/drawtext : stop resource leak
    

    Fixes Coverity CID 1445099

    • [DH] libavfilter/vf_drawtext.c