
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (9650)
-
Revision 72664 : Retour sur r72663 : Pour éviter de casser la validation xhtml des ...
11 juin 2018, par kent1@… — LogRetour sur r72663 :
Pour éviter de casser la validation xhtml des pages, on ajoute un troisième argument possible à la balise #NOTATION_ETOILE et un quatrième à la fonction notation_en_etoile() pour demander explicitement les microdatas aggregaterating.
Par exemple :
#NOTATION_ETOILE#NOTATION_MOYENNE,,oui -
avcodec/hevcdec : do basic validity check on delta_chroma_weight and offset
27 juin 2017, par Michael Niedermayeravcodec/hevcdec : do basic validity check on delta_chroma_weight and offset
Fixes : runtime error : signed integer overflow : 2147483520 + 128 cannot be represented in type 'int'
Fixes : 2385/clusterfuzz-testcase-minimized-6594333576790016Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
lavc/huffyuvdsp : basic R-V V add_hfyu_left_pred_bgr32
12 novembre 2023, par Rémi Denis-Courmontlavc/huffyuvdsp : basic R-V V add_hfyu_left_pred_bgr32
Better performance can probably be achieved with a more intricate
unrolled loop, but this is a start :add_hfyu_left_pred_bgr32_c : 15084.0
add_hfyu_left_pred_bgr32_rvv_i32 : 10280.2This would actually be cleaner with the RISC-V P extension, but that is
not ratified yet (I think ?) and usually not supported if V is supported.