Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (59)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10784)

  • 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