
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (67)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (8568)
-
avutil/hwcontext_d3d11va : fix type arguments passed to IDXGIAdapter2_GetDesc()
24 juillet 2018, par James Almeravutil/hwcontext_d3d11va : fix type arguments passed to IDXGIAdapter2_GetDesc()
libavutil/hwcontext_d3d11va.c : In function 'd3d11va_device_create' :
libavutil/hwcontext_d3d11va.c:554:46 : warning : passing argument 2 of 'pAdapter->lpVtbl->GetDesc' from incompatible pointer type [-Wincompatible-pointer-types]
hr = IDXGIAdapter2_GetDesc(pAdapter, &desc) ;
^
libavutil/hwcontext_d3d11va.c:554:46 : note : expected 'DXGI_ADAPTER_DESC * aka struct DXGI_ADAPTER_DESC *' but argument is of type 'DXGI_ADAPTER_DESC2 * aka struct DXGI_ADAPTER_DESC2 *'Reviewed-by : Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by : James Almer <jamrial@gmail.com> -
avfilter/delogo : Check that logo area is inside the picture
10 mai 2016, par Jean Delvareavfilter/delogo : Check that logo area is inside the picture
We can only remove the logo if it is inside the picture. We need at
least one pixel around the logo area for interpolation.Fixes ticket #5527 (Delogo crash with x=0 and/or y=0).
Signed-off-by : Jean Delvare <jdelvare@suse.com>
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Evolution #2546 : Cohérance : confirmer le mot de passe lors du changement
13 mai 2013, par Gilles VINCENTA mon avis, il est plus naturel d’avoir une double saisie et un mécanisme en temps réel qui dit si les deux sont identiques (avec pourquoi pas un mécanisme de contrôle de la complexité du mot de passe). Le fait de penser changer son mot de passe en A, de se planter plusieurs fois parce qu’on aura mis B, puis penser à redemander son mot de passe, aller sur son mail pour retourner sur le même formulaire, c’est quand même beaucoup plus fastidieux.