
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (59)
-
Submit bugs and patches
13 avril 2011Unfortunately 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 2013Puis-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, parLe 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 Niedermayeravcodec/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_7POINT1Reviewed-by : Jean First <jeanfirst@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
avfilter/vf_delogo : fix show option when clipping
14 décembre 2015, par Jean Delvareavfilter/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> -
cmdutils : fix success path
11 février 2015, par Jean Delvarecmdutils : 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>