
Recherche avancée
Autres articles (101)
-
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. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (16874)
-
lavfi/sr : Change the backend type from flags to int
25 mai 2019, par Jun Zhao -
Use POC type 0 for AVC-Intra
20 janvier 2015, par Kieran Kunhya -
lavc/libkvazaar : fix incompatible pointer type.
20 août 2018, par Jun Zhaolavc/libkvazaar : fix incompatible pointer type.
fix the waring : libavcodec/libkvazaar.c:210:27 : warning : passing argument 3 of ‘av_image_copy’ from incompatible pointer type [-Wincompatible-pointer-types]
frame->data, frame->linesize,
^
In file included from libavcodec/libkvazaar.c:31:0 :
./libavutil/imgutils.h:119:6 : note : expected ‘const uint8_t ** aka const unsigned char **’ but argument is of type ‘uint8_t * const* aka unsigned char * const*’
void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],Signed-off-by : Jun Zhao <mypopydev@gmail.com>