Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (73)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

Sur d’autres sites (8736)

  • avcodec/libfdk-aacenc : change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7POINT1

    26 janvier 2014, par Michael Niedermayer
    avcodec/libfdk-aacenc : change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7POINT1
    

    This was suggested by Rodeo on IRC
    <Rodeo> sorry, I meant MODE_7_1_REAR_SURROUND would probably be AV_CH_LAYOUT_7POINT1

    Reviewed-by : Jean First <jeanfirst@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libfdk-aacenc.c
  • avfilter/vf_delogo : fix show option when clipping

    14 décembre 2015, par Jean Delvare
    avfilter/vf_delogo : fix show option when clipping
    

    The show option did not take clipping into account, so the borders on
    the clipped side wouldn’t show up. Fix it.

    Signed-off-by : Jean Delvare <jdelvare@suse.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_delogo.c
  • cmdutils : fix success path

    11 février 2015, par Jean Delvare
    cmdutils : fix success path
    

    Since commit 934f2d2f5c16df8aad9f401a9fd842b5d9a78b11,
    cmdutils_read_file() prints a confusing message on success :

    IO error : Success

    This is because the error message is printed on the success path as
    well. Add the missing condition so that it is only printed on error.

    Signed-off-by : Jean Delvare <jdelvare@suse.de>
    Cc : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] cmdutils.c