
Recherche avancée
Autres articles (26)
-
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (7749)
-
avutil/common : Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()
14 février 2018, par Michael Niedermayeravutil/common : Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()
Fixes : 5567/clusterfuzz-testcase-minimized-5769966247739392
Fixes : runtime error : negation of -2147483648 cannot be represented in type 'int' ; cast to an unsigned type to negate this value to itselfFound-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avformat/mov : Increase support for common encryption.
7 décembre 2017, par Jacob Trimbleavformat/mov : Increase support for common encryption.
Parse schm atom to get different encryption schemes.
Allow senc atom to appear in track fragments.
Allow 16-byte IVs.
Allow constant IVs (specified in tenc).
Allow only tenc to specify encryption (i.e. no senc/saiz/saio).
Use sample descriptor to detect clear fragments.
This doesn't support :
Different sample descriptor holding different encryption info.
- Only first sample descriptor can be encrypted.Encrypted sample groups (i.e. seig).
Non-'cenc' encryption scheme when using -decryption_key.
Signed-off-by : Jacob Trimble <modmaker@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avutil/common : Fix undefined behavior in av_clip_uintp2_c()
14 juin 2018, par Michael Niedermayeravutil/common : Fix undefined behavior in av_clip_uintp2_c()
Fixes : negation of -2147483648 cannot be represented in type 'int' ; cast to an unsigned type to negate this value to itself
Fixes : 8521/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5639024952737792Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>