Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (37)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

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

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

Sur d’autres sites (7442)

  • h263dec : Force padding bug workaround for H.263.

    3 octobre 2014, par Josh Allmann
    h263dec : Force padding bug workaround for H.263.
    

    Fixes decoding of http://samples.mplayerhq.hu/V-codecs/h263/h263-raw/messenger.h263

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/h263dec.c
  • configure : force erroring out in check_disable_warning() if an option doesn't exists

    13 octobre 2017, par James Almer
    configure : force erroring out in check_disable_warning() if an option doesn't exists
    

    Should prevent some options from being added to cflags when they
    don't exist and the compiler only warns about it.

    Reviewd-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • configure : force -mconsole when linking SDL under MinGW

    18 août 2015, par Stephen Hutchinson
    configure : force -mconsole when linking SDL under MinGW
    

    When building SDL with MinGW, it sets -mwindows with the
    assumption that the application is a GUI application. If this
    is linked without passing -mconsole to configure via
    — extra-ldflags, stdout will be silenced from cmd.exe while
    running FFmpeg.

    The -mwindows flag that causes this behavior is included in the
    sdl_libs variable, so append -mconsole there rather than create
    an sdl_ldflags case just to insert it (especially if -mconsole
    must come *after* -mwindows in order to be effective).

    Reviewed-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure